Skip to content

Commit

Permalink
Do not test 1.24 Fedora version.
Browse files Browse the repository at this point in the history
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

Do not test Nginx-1.26 on RHEL8 and RHEL9

Signed-off-by: Petr "Stone" Hracek <[email protected]>
  • Loading branch information
phracek committed Jul 1, 2024
1 parent 5c389c1 commit c8479b2
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 1.22-micro/Dockerfile.c9s
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RUN mkdir -p /mnt/rootfs
# INSTALL_PKGS="$MICRO_PKGS nginx-core findutils hostname nss_wrapper-libs envsubst bind-utils" && \
RUN MICRO_PKGS="coreutils-single glibc-minimal-langpack" && \
INSTALL_PKGS="$MICRO_PKGS nginx-core findutils hostname nss_wrapper-libs gettext bind-utils" && \
dnf --installroot /mnt/rootfs --releasever 9 --setopt install_weak_deps=false --nodocs module enable nginx:1.22 -y && \
dnf install --installroot /mnt/rootfs $INSTALL_PKGS --releasever 9 --setopt install_weak_deps=false --nodocs -y && \
dnf -y --installroot /mnt/rootfs clean all && \
rm -rf /mnt/rootfs/var/cache/* /mnt/rootfs/var/log/dnf* /mnt/rootfs/var/log/yum.*
Expand Down
Empty file added 1.24/.exclude-fedora
Empty file.
Empty file added 1.26/.exclude-c9s
Empty file.
Empty file added 1.26/.exclude-rhel8
Empty file.
Empty file added 1.26/.exclude-rhel9
Empty file.

0 comments on commit c8479b2

Please sign in to comment.