Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions almalinux-10/Containerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM docker.io/library/almalinux:10

RUN mkdir /boot # missing in the container
RUN dnf update -y \
&& dnf install -y --allowerasing \
coreutils \
Expand Down
1 change: 1 addition & 0 deletions almalinux-10/Containerfile-fixed
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RUN sed -i /etc/yum.repos.d/almalinux*.repo \
-e 's/\$releasever/${release}/' \
&& dnf clean all

RUN mkdir /boot # missing in the container
RUN dnf update -y \
&& dnf install -y --allowerasing \
coreutils \
Expand Down
1 change: 1 addition & 0 deletions almalinux-10/Containerfile-vault
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ RUN sed -i /etc/yum.repos.d/almalinux*.repo \
-e 's|/almalinux/|/vault/|' \
&& dnf clean all

RUN mkdir /boot # missing in the container
RUN dnf update -y \
&& dnf install -y --allowerasing \
coreutils \
Expand Down
1 change: 1 addition & 0 deletions almalinux-9/Containerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM docker.io/library/almalinux:9

RUN mkdir /boot # missing in the container
RUN dnf update -y \
&& dnf install -y --allowerasing \
coreutils \
Expand Down
1 change: 1 addition & 0 deletions almalinux-9/Containerfile-fixed
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RUN sed -i /etc/yum.repos.d/almalinux*.repo \
-e 's/\$releasever/${release}/' \
&& dnf clean all

RUN mkdir /boot # missing in the container
RUN dnf update -y \
&& dnf install -y --allowerasing \
coreutils \
Expand Down
1 change: 1 addition & 0 deletions almalinux-9/Containerfile-vault
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ RUN sed -i /etc/yum.repos.d/almalinux*.repo \
-e 's|/almalinux/|/vault/|' \
&& dnf clean all

RUN mkdir /boot # missing in the container
RUN dnf update -y \
&& dnf install -y --allowerasing \
coreutils \
Expand Down