Skip to content

Commit 1287dd0

Browse files
committed
Update buildpacks
1 parent 9c39143 commit 1287dd0

File tree

5 files changed

+19
-2
lines changed

5 files changed

+19
-2
lines changed

stn-deploy-2024.1/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rockylinux:9.3
1+
FROM rockylinux/rockylinux:9
22

33
RUN dnf -y update && \
44
dnf -y install gcc git iputils jq libffi-devel openssl-devel perl-Digest-SHA procps-ng python3-devel python3-libselinux rsync sshpass unzip wget which && \

stn-deploy-2024.1/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.1
1+
0.0.2

stn-deploy-2024.2/VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0.0.1
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[defaults]
2+
forks = 20
3+
timeout = 60
4+
display_skipped_hosts = False
5+
gathering = smart
6+
fact_caching = jsonfile
7+
fact_caching_connection = /tmp/ansible-facts
8+
inject_facts_as_vars = False
9+
10+
[ssh_connection]
11+
pipelining = True
12+
13+
# https://github.com/ansible/awx/issues/14496
14+
[galaxy]
15+
server = https://old-galaxy.ansible.com/
16+

stn-deploy-2024.2/patches/00-empty.patch

Whitespace-only changes.

0 commit comments

Comments
 (0)