Skip to content

Commit

Permalink
Merge pull request #61 from anderbubble/update-rocky-linux
Browse files Browse the repository at this point in the history
Update Rocky Linux 9 for 9.5
  • Loading branch information
anderbubble authored Dec 2, 2024
2 parents 20a31b2 + a1931dc commit cf54ccc
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/container-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ jobs:
version: "9.4"
context: rockylinux-9
file: rockylinux-9/Containerfile-9.4
- os: rockylinux
version: "9.5"
context: rockylinux-9
file: rockylinux-9/Containerfile-9.5
- os: leap
version: "15"
context: leap
Expand Down
1 change: 1 addition & 0 deletions rockylinux-9/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ RUN dnf update -y \
wget \
which \
words \
&& dnf remove -y selinux-policy \
&& dnf clean all

COPY excludes /etc/warewulf/
Expand Down
1 change: 1 addition & 0 deletions rockylinux-9/Containerfile-fixed
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ RUN dnf update -y \
wget \
which \
words \
&& dnf remove -y selinux-policy \
&& dnf clean all

COPY excludes /etc/warewulf/
Expand Down
1 change: 1 addition & 0 deletions rockylinux-9/Containerfile-vault
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ RUN dnf update -y \
wget \
which \
words \
&& dnf remove -y selinux-policy \
&& dnf clean all

COPY excludes /etc/warewulf/
Expand Down
5 changes: 3 additions & 2 deletions rockylinux-9/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ all: Containerfile-9.0
all: Containerfile-9.1
all: Containerfile-9.2
all: Containerfile-9.3
all: Containerfile-9.5
all: Containerfile-9.4

.PHONY: clean
Expand All @@ -12,5 +13,5 @@ clean:
Containerfile-9.%: Containerfile-vault
env release=9.$* envsubst '$$release' <Containerfile-vault >$@

Containerfile-9.4: Containerfile-fixed
env release=9.4 envsubst '$$release' <Containerfile-fixed >$@
Containerfile-9.5: Containerfile-fixed
env release=9.5 envsubst '$$release' <Containerfile-fixed >$@

0 comments on commit cf54ccc

Please sign in to comment.