Merge "Upgrade curl-minimal for RHEL based images built from containers"

This commit is contained in:
Zuul 2024-11-19 20:13:51 +00:00 committed by Gerrit Code Review
commit a5cac98a42
4 changed files with 6 additions and 4 deletions

View File

@ -1,7 +1,8 @@
FROM quay.io/almalinuxorg/almalinux:8
RUN dnf group install -y 'Minimal Install' --allowerasing && \
dnf install -y findutils util-linux sudo python3 NetworkManager
dnf install -y findutils util-linux sudo python3 NetworkManager \
curl libcurl --allowerasing
RUN systemctl unmask console-getty.service dev-hugepages.mount \
getty.target sys-fs-fuse-connections.mount systemd-logind.service \

View File

@ -1,7 +1,8 @@
FROM quay.io/almalinuxorg/almalinux:9
RUN dnf group install -y 'Minimal Install' --allowerasing && \
dnf install -y findutils util-linux sudo python3 NetworkManager
dnf install -y findutils util-linux sudo python3 NetworkManager \
curl libcurl --allowerasing
RUN systemctl unmask console-getty.service dev-hugepages.mount \
getty.target sys-fs-fuse-connections.mount systemd-logind.service \

View File

@ -2,7 +2,7 @@ FROM docker.io/library/rockylinux:8
RUN dnf group install -y 'Minimal Install' --allowerasing && \
dnf install -y findutils util-linux sudo python3 NetworkManager \
NetworkManager-config-server
NetworkManager-config-server curl libcurl --allowerasing
RUN systemctl unmask console-getty.service dev-hugepages.mount \
getty.target sys-fs-fuse-connections.mount systemd-logind.service \

View File

@ -2,7 +2,7 @@ FROM docker.io/rockylinux/rockylinux:9
RUN dnf group install -y 'Minimal Install' --allowerasing && \
dnf install -y findutils util-linux sudo python3 NetworkManager \
NetworkManager-config-server
NetworkManager-config-server curl libcurl --allowerasing
RUN systemctl unmask console-getty.service dev-hugepages.mount \
getty.target sys-fs-fuse-connections.mount systemd-logind.service \