Skip to content

Commit a8844b8

Browse files
authored
Merge pull request #88 from middelkoopt/tm-alma-boot
Create missing /boot in AlmaLinux
2 parents 897c0f8 + bddc3c4 commit a8844b8

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

almalinux-10/Containerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
FROM docker.io/library/almalinux:10
22

3+
RUN mkdir /boot # missing in the container
34
RUN dnf update -y \
45
&& dnf install -y --allowerasing \
56
coreutils \

almalinux-10/Containerfile-fixed

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ RUN sed -i /etc/yum.repos.d/almalinux*.repo \
66
-e 's/\$releasever/${release}/' \
77
&& dnf clean all
88

9+
RUN mkdir /boot # missing in the container
910
RUN dnf update -y \
1011
&& dnf install -y --allowerasing \
1112
coreutils \

almalinux-10/Containerfile-vault

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ RUN sed -i /etc/yum.repos.d/almalinux*.repo \
77
-e 's|/almalinux/|/vault/|' \
88
&& dnf clean all
99

10+
RUN mkdir /boot # missing in the container
1011
RUN dnf update -y \
1112
&& dnf install -y --allowerasing \
1213
coreutils \

almalinux-9/Containerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
FROM docker.io/library/almalinux:9
22

3+
RUN mkdir /boot # missing in the container
34
RUN dnf update -y \
45
&& dnf install -y --allowerasing \
56
coreutils \

almalinux-9/Containerfile-fixed

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ RUN sed -i /etc/yum.repos.d/almalinux*.repo \
66
-e 's/\$releasever/${release}/' \
77
&& dnf clean all
88

9+
RUN mkdir /boot # missing in the container
910
RUN dnf update -y \
1011
&& dnf install -y --allowerasing \
1112
coreutils \

almalinux-9/Containerfile-vault

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ RUN sed -i /etc/yum.repos.d/almalinux*.repo \
77
-e 's|/almalinux/|/vault/|' \
88
&& dnf clean all
99

10+
RUN mkdir /boot # missing in the container
1011
RUN dnf update -y \
1112
&& dnf install -y --allowerasing \
1213
coreutils \

0 commit comments

Comments
 (0)