Skip to content

Commit db4b662

Browse files
committed
Do not test 1.24 Fedora version.
Enable nginx:1.22 module in 1.22-micro. Default nginx is 1.20 Disable testing 1.26 CentOS Stream 9 because module is missing Signed-off-by: Petr "Stone" Hracek <[email protected]>
1 parent 56c2990 commit db4b662

File tree

3 files changed

+1
-0
lines changed

3 files changed

+1
-0
lines changed

1.22-micro/Dockerfile.c9s

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ RUN mkdir -p /mnt/rootfs
66
# INSTALL_PKGS="$MICRO_PKGS nginx-core findutils hostname nss_wrapper-libs envsubst bind-utils" && \
77
RUN MICRO_PKGS="coreutils-single glibc-minimal-langpack" && \
88
INSTALL_PKGS="$MICRO_PKGS nginx-core findutils hostname nss_wrapper-libs gettext bind-utils" && \
9+
dnf --installroot /mnt/rootfs --releasever 9 --setopt install_weak_deps=false --nodocs module enable nginx:1.22 -y && \
910
dnf install --installroot /mnt/rootfs $INSTALL_PKGS --releasever 9 --setopt install_weak_deps=false --nodocs -y && \
1011
dnf -y --installroot /mnt/rootfs clean all && \
1112
rm -rf /mnt/rootfs/var/cache/* /mnt/rootfs/var/log/dnf* /mnt/rootfs/var/log/yum.*

1.24/.exclude-fedora

Whitespace-only changes.

1.26/.exclude-c9s

Whitespace-only changes.

0 commit comments

Comments
 (0)