File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- FROM quay.io/fedora/fedora:38 AS build
1+ FROM quay.io/fedora/fedora:42 AS build
22
33RUN mkdir -p /mnt/rootfs
44RUN MICRO_PKGS="coreutils-single glibc-minimal-langpack" && \
55 INSTALL_PKGS="${MICRO_PKGS} httpd-core mod_ssl findutils hostname nss_wrapper-libs fedora-logos-httpd" && \
6- dnf install --installroot /mnt/rootfs ${INSTALL_PKGS} --releasever 38 --setopt install_weak_deps=false --nodocs -y && \
6+ dnf install --installroot /mnt/rootfs ${INSTALL_PKGS} --releasever 42 --use-host-config --setopt install_weak_deps=false --nodocs -y && \
77 dnf -y --installroot /mnt/rootfs clean all && \
88 rm -rf /mnt/rootfs/var/cache/* /mnt/rootfs/var/log/dnf* /mnt/rootfs/var/log/yum.*
99
Original file line number Diff line number Diff line change 1- FROM quay.io/fedora/s2i-core:40
1+ FROM quay.io/fedora/s2i-core:42
22
33# Apache HTTP Server image.
44#
You can’t perform that action at this time.
0 commit comments