Skip to content

Commit bef38d1

Browse files
authored
Merge pull request #92 from middelkoopt/tm-el9.7-el10.1-dhclient-words
Update to EL9.7, EL10.1, remove dhclient and words
2 parents 746bb43 + 5b1a97f commit bef38d1

26 files changed

+42
-52
lines changed

.github/workflows/container-publish.yml

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ jobs:
3939
version: "9"
4040
context: rockylinux-9
4141
file: rockylinux-9/Containerfile
42-
- os: rockylinux
43-
version: "9.5"
44-
context: rockylinux-9
45-
file: rockylinux-9/Containerfile-9.5
4642
- os: rockylinux
4743
version: "9.6"
4844
context: rockylinux-9
4945
file: rockylinux-9/Containerfile-9.6
46+
- os: rockylinux
47+
version: "9.7"
48+
context: rockylinux-9
49+
file: rockylinux-9/Containerfile-9.7
5050
- os: rockylinux
5151
version: "10"
5252
context: rockylinux-10
@@ -55,6 +55,10 @@ jobs:
5555
version: "10.0"
5656
context: rockylinux-10
5757
file: rockylinux-10/Containerfile-10.0
58+
- os: rockylinux
59+
version: "10.1"
60+
context: rockylinux-10
61+
file: rockylinux-10/Containerfile-10.1
5862
- os: almalinux
5963
version: "8"
6064
context: almalinux-8
@@ -71,14 +75,14 @@ jobs:
7175
version: "9"
7276
context: almalinux-9
7377
file: almalinux-9/Containerfile
74-
- os: almalinux
75-
version: "9.5"
76-
context: almalinux-9
77-
file: almalinux-9/Containerfile-9.5
7878
- os: almalinux
7979
version: "9.6"
8080
context: almalinux-9
8181
file: almalinux-9/Containerfile-9.6
82+
- os: almalinux
83+
version: "9.7"
84+
context: almalinux-9
85+
file: almalinux-9/Containerfile-9.7
8286
- os: almalinux
8387
version: "10"
8488
context: almalinux-10
@@ -87,6 +91,10 @@ jobs:
8791
version: "10.0"
8892
context: almalinux-10
8993
file: almalinux-10/Containerfile-10.0
94+
- os: almalinux
95+
version: "10.1"
96+
context: almalinux-10
97+
file: almalinux-10/Containerfile-10.1
9098
- os: leap
9199
version: "15"
92100
context: leap

almalinux-10/Containerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ RUN dnf update -y \
2525
strace \
2626
wget \
2727
which \
28-
words \
2928
&& dnf remove -y selinux-policy \
3029
&& dnf clean all
3130

almalinux-10/Containerfile-fixed

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ RUN dnf update -y \
3131
strace \
3232
wget \
3333
which \
34-
words \
3534
&& dnf remove -y selinux-policy \
3635
&& dnf clean all
3736

almalinux-10/Containerfile-vault

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ RUN dnf update -y \
3232
strace \
3333
wget \
3434
which \
35-
words \
3635
&& dnf remove -y selinux-policy \
3736
&& dnf clean all
3837

almalinux-10/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.PHONY: all
22
all: Containerfile-10.0
3+
all: Containerfile-10.1
34

45
.PHONY: clean
56
clean:
@@ -8,5 +9,5 @@ clean:
89
Containerfile-10.%: Containerfile-vault
910
env release=10.$* envsubst '$$release' <Containerfile-vault >$@
1011

11-
Containerfile-10.0: Containerfile-fixed
12-
env release=10.0 envsubst '$$release' <Containerfile-fixed >$@
12+
Containerfile-10.1: Containerfile-fixed
13+
env release=10.1 envsubst '$$release' <Containerfile-fixed >$@

almalinux-8/Containerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ RUN dnf update -y \
44
&& dnf install -y --allowerasing \
55
coreutils \
66
cpio \
7-
dhclient \
87
e2fsprogs \
98
ethtool \
109
findutils \
@@ -25,7 +24,6 @@ RUN dnf update -y \
2524
strace \
2625
wget \
2726
which \
28-
words \
2927
&& dnf clean all
3028

3129
RUN systemctl unmask \
@@ -37,6 +35,7 @@ RUN systemctl unmask \
3735
systemd-remount-fs.service
3836

3937
RUN chmod u+w / # https://github.com/openhpc/ohpc/issues/2061
38+
RUN userdel systemd-coredump # remove unused dynamic system user
4039

4140
COPY excludes /etc/warewulf/
4241
COPY container_exit.sh /etc/warewulf/

almalinux-8/Containerfile-fixed

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ RUN dnf update -y \
77
&& dnf install -y --allowerasing \
88
coreutils \
99
cpio \
10-
dhclient \
1110
e2fsprogs \
1211
ethtool \
1312
findutils \
@@ -28,7 +27,6 @@ RUN dnf update -y \
2827
strace \
2928
wget \
3029
which \
31-
words \
3230
&& dnf clean all
3331

3432
RUN systemctl unmask \
@@ -40,6 +38,7 @@ RUN systemctl unmask \
4038
systemd-remount-fs.service
4139

4240
RUN chmod u+w / # https://github.com/openhpc/ohpc/issues/2061
41+
RUN userdel systemd-coredump # remove unused dynamic system user
4342

4443
COPY excludes /etc/warewulf/
4544
COPY container_exit.sh /etc/warewulf/

almalinux-8/Containerfile-vault

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ RUN dnf update -y \
1111
&& dnf install -y --allowerasing \
1212
coreutils \
1313
cpio \
14-
dhclient \
1514
e2fsprogs \
1615
ethtool \
1716
findutils \
@@ -32,7 +31,6 @@ RUN dnf update -y \
3231
strace \
3332
wget \
3433
which \
35-
words \
3634
&& dnf clean all
3735

3836
RUN systemctl unmask \
@@ -44,6 +42,7 @@ RUN systemctl unmask \
4442
systemd-remount-fs.service
4543

4644
RUN chmod u+w / # https://github.com/openhpc/ohpc/issues/2061
45+
RUN userdel systemd-coredump # remove unused dynamic system user
4746

4847
COPY excludes /etc/warewulf/
4948
COPY container_exit.sh /etc/warewulf/

almalinux-9/Containerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ RUN dnf update -y \
55
&& dnf install -y --allowerasing \
66
coreutils \
77
cpio \
8-
dhclient \
98
e2fsprogs \
109
ethtool \
1110
findutils \
@@ -26,7 +25,6 @@ RUN dnf update -y \
2625
strace \
2726
wget \
2827
which \
29-
words \
3028
&& dnf remove -y selinux-policy \
3129
&& dnf clean all
3230

@@ -39,6 +37,7 @@ RUN systemctl unmask \
3937
systemd-remount-fs.service
4038

4139
RUN chmod u+w / # https://github.com/openhpc/ohpc/issues/2061
40+
RUN userdel systemd-coredump # remove unused dynamic system user
4241

4342
COPY excludes /etc/warewulf/
4443
COPY container_exit.sh /etc/warewulf/

almalinux-9/Containerfile-fixed

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ RUN dnf update -y \
1111
&& dnf install -y --allowerasing \
1212
coreutils \
1313
cpio \
14-
dhclient \
1514
e2fsprogs \
1615
ethtool \
1716
findutils \
@@ -32,7 +31,6 @@ RUN dnf update -y \
3231
strace \
3332
wget \
3433
which \
35-
words \
3634
&& dnf remove -y selinux-policy \
3735
&& dnf clean all
3836

@@ -45,6 +43,7 @@ RUN systemctl unmask \
4543
systemd-remount-fs.service
4644

4745
RUN chmod u+w / # https://github.com/openhpc/ohpc/issues/2061
46+
RUN userdel systemd-coredump # remove unused dynamic system user
4847

4948
COPY excludes /etc/warewulf/
5049
COPY container_exit.sh /etc/warewulf/

0 commit comments

Comments
 (0)