Skip to content

CI on "allowList" by @vepatel #15050

CI on "allowList" by @vepatel

CI on "allowList" by @vepatel #15050

Triggered via pull request July 8, 2024 09:35
Status Failure
Total duration 12m 29s
Artifacts 38

ci.yml

on: pull_request
Checks and variables
22s
Checks and variables
Verify generated code
1m 4s
Verify generated code
Release Notes
6s
Release Notes
Matrix: Build Docker Plus
Matrix: Build Docker OSS
Matrix: Build Docker NAP
Setup Matrix for Smoke Tests
6s
Setup Matrix for Smoke Tests
Matrix: helm-tests
Tag untested image with PR number  /  Re-tag images in GCR Dev Registry
Tag untested image with PR number / Re-tag images in GCR Dev Registry
Matrix: smoke-tests-nap
Waiting for pending jobs
Matrix: smoke-tests-plus
Waiting for pending jobs
Matrix: smoke-tests-oss
Tag tested image as stable  /  Re-tag images in GCR Dev Registry
Tag tested image as stable / Re-tag images in GCR Dev Registry
Final CI Results
0s
Final CI Results
Promote images on Force Run  /  Checks and variables
Promote images on Force Run / Checks and variables
Promote images on Force Run  /  Build Binaries
Promote images on Force Run / Build Binaries
Promote images on Force Run  /  ...  /  Package and Publish Helm Chart
Promote images on Force Run / Publish Helm Chart / Package and Publish Helm Chart
Promote images on Force Run  /  Update Release Draft
Promote images on Force Run / Update Release Draft
Matrix: Promote images on Force Run / Scan Docker Plus + NAP WAF/DOS
Waiting for pending jobs
Matrix: Promote images on Force Run / Scan Docker OSS
Waiting for pending jobs
Matrix: Promote images on Force Run / Scan Docker Plus
Waiting for pending jobs
Matrix: Promote images on Force Run / Build Docker NAP
Waiting for pending jobs
Matrix: Promote images on Force Run / Build Docker Plus
Waiting for pending jobs
Matrix: Promote images on Force Run / Build Docker OSS
Waiting for pending jobs
Promote images on Force Run  /  ...  /  Push Plus images to the AWS Marketplace Registry
Promote images on Force Run / Release Docker Plus / Push Plus images to the AWS Marketplace Registry
Promote images on Force Run  /  ...  /  Push Plus images to the Azure Marketplace Registry
Promote images on Force Run / Release Docker Plus / Push Plus images to the Azure Marketplace Registry
Promote images on Force Run  /  ...  /  Push Plus images to the GCR Marketplace Registry
Promote images on Force Run / Release Docker Plus / Push Plus images to the GCR Marketplace Registry
Promote images on Force Run  /  ...  /  Push Plus images to the NGINX Registry
Promote images on Force Run / Release Docker Plus / Push Plus images to the NGINX Registry
Promote images on Force Run  /  ...  /  Push images to the GCR Release Registry
Promote images on Force Run / Release Docker Plus / Push images to the GCR Release Registry
Promote images on Force Run  /  ...  /  Re-tag images in GCR Dev Registry
Promote images on Force Run / Tag build image as stable / Re-tag images in GCR Dev Registry
Promote images on Force Run  /  ...  /  Push OSS images to the AWS Public Registry
Promote images on Force Run / Release Docker OSS / Push OSS images to the AWS Public Registry
Promote images on Force Run  /  ...  /  Push OSS images to the DockerHub Public Registry
Promote images on Force Run / Release Docker OSS / Push OSS images to the DockerHub Public Registry
Promote images on Force Run  /  ...  /  Push OSS images to the GitHub Public Registry
Promote images on Force Run / Release Docker OSS / Push OSS images to the GitHub Public Registry
Promote images on Force Run  /  ...  /  Push OSS images to the Quay Public Registry
Promote images on Force Run / Release Docker OSS / Push OSS images to the Quay Public Registry
Promote images on Force Run  /  ...  /  Push images to the GCR Release Registry
Promote images on Force Run / Release Docker OSS / Push images to the GCR Release Registry
Promote images on Force Run  /  ...  /  Re-tag images in GCR Dev Registry
Promote images on Force Run / Tag tested image as stable / Re-tag images in GCR Dev Registry
Promote images on Force Run  /  Certify OpenShift UBI images
Promote images on Force Run / Certify OpenShift UBI images
Fit to window
Zoom out
Zoom in

Annotations

45 errors and 92 warnings
Build Docker NAP (debian-plus-nap, linux/amd64, aws, waf,dos) / build
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c apt-get update \t&& apt-get install --no-install-recommends --no-install-suggests -y gpg ca-certificates libcap2-bin libcurl4 \t&& groupadd --system --gid 101 nginx \t&& useradd --system --gid nginx --no-create-home --home-dir /nonexistent --comment \"nginx user\" --shell /bin/false --uid 101 nginx \t&& gpg --dearmor -o /usr/share/keyrings/nginx-archive-keyring.gpg /tmp/nginx_signing.key \t&& gpg --dearmor -o /usr/share/keyrings/app-protect-archive-keyring.gpg /tmp/app-protect-security-updates.key \t&& apt-get update \t&& apt-get install --no-install-recommends --no-install-suggests -y nginx-plus nginx-plus-module-njs nginx-plus-module-opentracing nginx-plus-module-fips-check \t&& apt-get purge --auto-remove -y gpg \t&& cp -av /tmp/ot/usr/local/lib/libjaegertracing*so* /tmp/ot/usr/local/lib/libzipkin*so* /tmp/ot/usr/local/lib/libdd*so* /tmp/ot/usr/local/lib/libyaml*so* /usr/local/lib/ \t&& ldconfig \t&& rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 100
Build Docker NAP (ubi-8-plus-nap, aws, linux/amd64, waf,dos) / build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c source /tmp/rhel_license \t&& if [ -z \"${NAP_MODULES##*waf*}\" ]; then \tcp /tmp/app-protect-8.repo /etc/yum.repos.d/app-protect-8.repo; \tfi \t&& if [ -z \"${NAP_MODULES##*dos*}\" ]; then \tcp /tmp/app-protect-dos-8.repo /etc/yum.repos.d/app-protect-dos-8.repo; \tfi \t&& groupadd --system --gid 101 nginx \t&& useradd --system --gid nginx --no-create-home --home-dir /nonexistent --comment \"nginx user\" --shell /bin/false --uid 101 nginx \t&& rpm --import /tmp/nginx_signing.key \t&& dnf --nodocs install -y nginx-plus nginx-plus-module-njs nginx-plus-module-fips-check \t&& if [ \"${NGINX_AGENT}\" = \"true\" ]; then dnf --nodocs install -y nginx-agent; fi \t&& sed -i 's/\\(def in_container():\\)/\\1\\n return False/g' /usr/lib64/python*/*-packages/rhsm/config.py \t&& subscription-manager register --org=${RHEL_ORGANIZATION} --activationkey=${RHEL_ACTIVATION_KEY} || true \t&& subscription-manager attach \t&& dnf config-manager --set-enabled codeready-builder-for-rhel-8-x86_64-rpms \t&& dnf --nodocs install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm \t&& rpm --import /tmp/app-protect-security-updates.key \t&& if [ -z \"${NAP_MODULES##*waf*}\" ]; then \tdnf --nodocs install -y app-protect app-protect-attack-signatures app-protect-threat-campaigns; \tfi \t&& if [ -z \"${NAP_MODULES##*dos*}\" ]; then \tdnf --nodocs install -y app-protect-dos; \tfi \t&& dnf upgrade -y curl ncurses \t&& subscription-manager unregister \t&& if [ -z \"${NAP_MODULES##*waf*}\" ]; then \trm -f /etc/yum.repos.d/app-protect-8.repo \t&& nap-waf.sh; \tfi \t&& if [ -z \"${NAP_MODULES##*dos*}\" ]; then \trm -f /etc/yum.repos.d/app-protect-dos-8.repo \t&& nap-dos.sh; \tfi \t&& if [ \"${NGINX_AGENT}\" = \"true\" ]; then \tagent.sh; \tfi \t&& dnf clean all" did not complete successfully: exit code: 1
Build Docker Plus (debian-plus, linux/arm64, linux/amd64, aws) / build
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c apt-get update \t&& apt-get install --no-install-recommends --no-install-suggests -y gpg ca-certificates libcap2-bin libcurl4 \t&& groupadd --system --gid 101 nginx \t&& useradd --system --gid nginx --no-create-home --home-dir /nonexistent --comment \"nginx user\" --shell /bin/false --uid 101 nginx \t&& gpg --dearmor -o /usr/share/keyrings/nginx-archive-keyring.gpg /tmp/nginx_signing.key \t&& gpg --dearmor -o /usr/share/keyrings/app-protect-archive-keyring.gpg /tmp/app-protect-security-updates.key \t&& apt-get update \t&& apt-get install --no-install-recommends --no-install-suggests -y nginx-plus nginx-plus-module-njs nginx-plus-module-opentracing nginx-plus-module-fips-check \t&& apt-get purge --auto-remove -y gpg \t&& cp -av /tmp/ot/usr/local/lib/libjaegertracing*so* /tmp/ot/usr/local/lib/libzipkin*so* /tmp/ot/usr/local/lib/libdd*so* /tmp/ot/usr/local/lib/libyaml*so* /usr/local/lib/ \t&& ldconfig \t&& rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 100
Build Docker NAP (ubi-8-plus-nap-v5, goreleaser, linux/amd64, waf) / build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c source /tmp/rhel_license \t&& if [ -z \"${NAP_MODULES##*waf*}\" ]; then \tcp /tmp/app-protect-8.repo /etc/yum.repos.d/app-protect-8.repo; \tfi \t&& groupadd --system --gid 101 nginx \t&& useradd --system --gid nginx --no-create-home --home-dir /nonexistent --comment \"nginx user\" --shell /bin/false --uid 101 nginx \t&& rpm --import /tmp/nginx_signing.key \t&& dnf --nodocs install -y nginx-plus nginx-plus-module-njs nginx-plus-module-fips-check \t&& if [ \"${NGINX_AGENT}\" = \"true\" ]; then dnf --nodocs install -y nginx-agent; fi \t&& sed -i 's/\\(def in_container():\\)/\\1\\n return False/g' /usr/lib64/python*/*-packages/rhsm/config.py \t&& subscription-manager register --org=${RHEL_ORGANIZATION} --activationkey=${RHEL_ACTIVATION_KEY} || true \t&& subscription-manager attach \t&& dnf config-manager --set-enabled codeready-builder-for-rhel-8-x86_64-rpms \t&& dnf --nodocs install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm \t&& if [ -z \"${NAP_MODULES##*waf*}\" ]; then \tdnf --nodocs install -y app-protect-module-plus; \tfi \t&& subscription-manager unregister \t&& if [ -z \"${NAP_MODULES##*waf*}\" ]; then \trm -f /etc/yum.repos.d/app-protect-8.repo \t&& nap-waf.sh; \tfi \t&& if [ \"${NGINX_AGENT}\" = \"true\" ]; then \tagent.sh; \tfi \t&& dnf clean all" did not complete successfully: exit code: 1
Build Docker NAP (ubi-8-plus-nap, aws, linux/amd64, dos) / build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c source /tmp/rhel_license \t&& if [ -z \"${NAP_MODULES##*waf*}\" ]; then \tcp /tmp/app-protect-8.repo /etc/yum.repos.d/app-protect-8.repo; \tfi \t&& if [ -z \"${NAP_MODULES##*dos*}\" ]; then \tcp /tmp/app-protect-dos-8.repo /etc/yum.repos.d/app-protect-dos-8.repo; \tfi \t&& groupadd --system --gid 101 nginx \t&& useradd --system --gid nginx --no-create-home --home-dir /nonexistent --comment \"nginx user\" --shell /bin/false --uid 101 nginx \t&& rpm --import /tmp/nginx_signing.key \t&& dnf --nodocs install -y nginx-plus nginx-plus-module-njs nginx-plus-module-fips-check \t&& if [ \"${NGINX_AGENT}\" = \"true\" ]; then dnf --nodocs install -y nginx-agent; fi \t&& sed -i 's/\\(def in_container():\\)/\\1\\n return False/g' /usr/lib64/python*/*-packages/rhsm/config.py \t&& subscription-manager register --org=${RHEL_ORGANIZATION} --activationkey=${RHEL_ACTIVATION_KEY} || true \t&& subscription-manager attach \t&& dnf config-manager --set-enabled codeready-builder-for-rhel-8-x86_64-rpms \t&& dnf --nodocs install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm \t&& rpm --import /tmp/app-protect-security-updates.key \t&& if [ -z \"${NAP_MODULES##*waf*}\" ]; then \tdnf --nodocs install -y app-protect app-protect-attack-signatures app-protect-threat-campaigns; \tfi \t&& if [ -z \"${NAP_MODULES##*dos*}\" ]; then \tdnf --nodocs install -y app-protect-dos; \tfi \t&& dnf upgrade -y curl ncurses \t&& subscription-manager unregister \t&& if [ -z \"${NAP_MODULES##*waf*}\" ]; then \trm -f /etc/yum.repos.d/app-protect-8.repo \t&& nap-waf.sh; \tfi \t&& if [ -z \"${NAP_MODULES##*dos*}\" ]; then \trm -f /etc/yum.repos.d/app-protect-dos-8.repo \t&& nap-dos.sh; \tfi \t&& if [ \"${NGINX_AGENT}\" = \"true\" ]; then \tagent.sh; \tfi \t&& dnf clean all" did not complete successfully: exit code: 1
Build Docker NAP (debian-plus-nap, linux/amd64, goreleaser, waf,dos) / build
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c apt-get update \t&& apt-get install --no-install-recommends --no-install-suggests -y gpg ca-certificates libcap2-bin libcurl4 \t&& groupadd --system --gid 101 nginx \t&& useradd --system --gid nginx --no-create-home --home-dir /nonexistent --comment \"nginx user\" --shell /bin/false --uid 101 nginx \t&& gpg --dearmor -o /usr/share/keyrings/nginx-archive-keyring.gpg /tmp/nginx_signing.key \t&& gpg --dearmor -o /usr/share/keyrings/app-protect-archive-keyring.gpg /tmp/app-protect-security-updates.key \t&& apt-get update \t&& apt-get install --no-install-recommends --no-install-suggests -y nginx-plus nginx-plus-module-njs nginx-plus-module-opentracing nginx-plus-module-fips-check \t&& apt-get purge --auto-remove -y gpg \t&& cp -av /tmp/ot/usr/local/lib/libjaegertracing*so* /tmp/ot/usr/local/lib/libzipkin*so* /tmp/ot/usr/local/lib/libdd*so* /tmp/ot/usr/local/lib/libyaml*so* /usr/local/lib/ \t&& ldconfig \t&& rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 100
Build Docker NAP (debian-plus-nap, linux/amd64, aws, dos) / build
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c apt-get update \t&& apt-get install --no-install-recommends --no-install-suggests -y gpg ca-certificates libcap2-bin libcurl4 \t&& groupadd --system --gid 101 nginx \t&& useradd --system --gid nginx --no-create-home --home-dir /nonexistent --comment \"nginx user\" --shell /bin/false --uid 101 nginx \t&& gpg --dearmor -o /usr/share/keyrings/nginx-archive-keyring.gpg /tmp/nginx_signing.key \t&& gpg --dearmor -o /usr/share/keyrings/app-protect-archive-keyring.gpg /tmp/app-protect-security-updates.key \t&& apt-get update \t&& apt-get install --no-install-recommends --no-install-suggests -y nginx-plus nginx-plus-module-njs nginx-plus-module-opentracing nginx-plus-module-fips-check \t&& apt-get purge --auto-remove -y gpg \t&& cp -av /tmp/ot/usr/local/lib/libjaegertracing*so* /tmp/ot/usr/local/lib/libzipkin*so* /tmp/ot/usr/local/lib/libdd*so* /tmp/ot/usr/local/lib/libyaml*so* /usr/local/lib/ \t&& ldconfig \t&& rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 100
Build Docker NAP (ubi-9-plus-nap-v5, goreleaser, linux/amd64, waf) / build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c source /tmp/rhel_license \t&& rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm \t&& microdnf --nodocs install -y shadow-utils ca-certificates subscription-manager \t&& groupadd --system --gid 101 nginx \t&& useradd --system --gid nginx --no-create-home --home-dir /nonexistent --comment \"nginx user\" --shell /bin/false --uid 101 nginx \t&& rpm --import /tmp/nginx_signing.key \t&& microdnf --nodocs install -y nginx-plus nginx-plus-module-njs nginx-plus-module-fips-check \t&& if [ \"${NGINX_AGENT}\" = \"true\" ]; then microdnf --nodocs install -y nginx-agent; fi \t&& subscription-manager register --org=${RHEL_ORGANIZATION} --activationkey=${RHEL_ACTIVATION_KEY} || true \t&& subscription-manager attach \t&& if [ -z \"${NAP_MODULES##*waf*}\" ]; then \tcp /tmp/app-protect-9.repo /etc/yum.repos.d/app-protect-9.repo; \tfi \t&& if [ -z \"${NAP_MODULES##*waf*}\" ]; then \tcp /tmp/app-protect-9.repo /etc/yum.repos.d/app-protect-9.repo \t&& microdnf --enablerepo=codeready-builder-for-rhel-9-x86_64-rpms --nodocs install -y app-protect-module-plus \t&& rm -f /etc/yum.repos.d/app-protect-9.repo \t&& nap-waf.sh \t&& rm -f /etc/yum.repos.d/app-protect-9.repo; \tfi \t&& subscription-manager unregister \t&& microdnf remove -y shadow-utils subscription-manager \t&& microdnf clean all && rm -rf /var/cache/dnf \t&& if [ \"${NGINX_AGENT}\" = \"true\" ]; then \tagent.sh; \tfi" did not complete successfully: exit code: 1
Build Docker NAP (ubi-9-plus-nap, aws, linux/amd64, waf) / build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c source /tmp/rhel_license \t&& rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm \t&& microdnf --nodocs install -y shadow-utils ca-certificates subscription-manager \t&& groupadd --system --gid 101 nginx \t&& useradd --system --gid nginx --no-create-home --home-dir /nonexistent --comment \"nginx user\" --shell /bin/false --uid 101 nginx \t&& rpm --import /tmp/nginx_signing.key \t&& microdnf --nodocs install -y nginx-plus nginx-plus-module-njs nginx-plus-module-fips-check \t&& if [ \"${NGINX_AGENT}\" = \"true\" ]; then microdnf --nodocs install -y nginx-agent; fi \t&& subscription-manager register --org=${RHEL_ORGANIZATION} --activationkey=${RHEL_ACTIVATION_KEY} || true \t&& subscription-manager attach \t&& rpm --import /tmp/app-protect-security-updates.key \t&& if [ -z \"${NAP_MODULES##*waf*}\" ]; then \tcp /tmp/app-protect-9.repo /etc/yum.repos.d/app-protect-9.repo \t&& microdnf --enablerepo=codeready-builder-for-rhel-9-x86_64-rpms --nodocs install -y \tapp-protect app-protect-attack-signatures app-protect-threat-campaigns \t&& rm -f /etc/yum.repos.d/app-protect-9.repo \t&& nap-waf.sh \t; fi \t&& subscription-manager unregister \t&& microdnf remove -y shadow-utils subscription-manager \t&& microdnf clean all && rm -rf /var/cache/dnf \t&& if [ \"${NGINX_AGENT}\" = \"true\" ]; then \tagent.sh \t; fi" did not complete successfully: exit code: 1
Build Docker NAP (debian-plus-nap-v5, goreleaser, linux/amd64, waf) / build
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c apt-get update \t&& apt-get install --no-install-recommends --no-install-suggests -y gpg ca-certificates libcap2-bin libcurl4 \t&& groupadd --system --gid 101 nginx \t&& useradd --system --gid nginx --no-create-home --home-dir /nonexistent --comment \"nginx user\" --shell /bin/false --uid 101 nginx \t&& gpg --dearmor -o /usr/share/keyrings/nginx-archive-keyring.gpg /tmp/nginx_signing.key \t&& gpg --dearmor -o /usr/share/keyrings/app-protect-archive-keyring.gpg /tmp/app-protect-security-updates.key \t&& apt-get update \t&& apt-get install --no-install-recommends --no-install-suggests -y nginx-plus nginx-plus-module-njs nginx-plus-module-opentracing nginx-plus-module-fips-check \t&& apt-get purge --auto-remove -y gpg \t&& cp -av /tmp/ot/usr/local/lib/libjaegertracing*so* /tmp/ot/usr/local/lib/libzipkin*so* /tmp/ot/usr/local/lib/libdd*so* /tmp/ot/usr/local/lib/libyaml*so* /usr/local/lib/ \t&& ldconfig \t&& rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 100
Build Docker NAP (debian-plus-nap, linux/amd64, goreleaser, dos) / build
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c apt-get update \t&& apt-get install --no-install-recommends --no-install-suggests -y gpg ca-certificates libcap2-bin libcurl4 \t&& groupadd --system --gid 101 nginx \t&& useradd --system --gid nginx --no-create-home --home-dir /nonexistent --comment \"nginx user\" --shell /bin/false --uid 101 nginx \t&& gpg --dearmor -o /usr/share/keyrings/nginx-archive-keyring.gpg /tmp/nginx_signing.key \t&& gpg --dearmor -o /usr/share/keyrings/app-protect-archive-keyring.gpg /tmp/app-protect-security-updates.key \t&& apt-get update \t&& apt-get install --no-install-recommends --no-install-suggests -y nginx-plus nginx-plus-module-njs nginx-plus-module-opentracing nginx-plus-module-fips-check \t&& apt-get purge --auto-remove -y gpg \t&& cp -av /tmp/ot/usr/local/lib/libjaegertracing*so* /tmp/ot/usr/local/lib/libzipkin*so* /tmp/ot/usr/local/lib/libdd*so* /tmp/ot/usr/local/lib/libyaml*so* /usr/local/lib/ \t&& ldconfig \t&& rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 100
Build Docker NAP (debian-plus-nap, linux/amd64, aws, waf) / build
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c apt-get update \t&& apt-get install --no-install-recommends --no-install-suggests -y gpg ca-certificates libcap2-bin libcurl4 \t&& groupadd --system --gid 101 nginx \t&& useradd --system --gid nginx --no-create-home --home-dir /nonexistent --comment \"nginx user\" --shell /bin/false --uid 101 nginx \t&& gpg --dearmor -o /usr/share/keyrings/nginx-archive-keyring.gpg /tmp/nginx_signing.key \t&& gpg --dearmor -o /usr/share/keyrings/app-protect-archive-keyring.gpg /tmp/app-protect-security-updates.key \t&& apt-get update \t&& apt-get install --no-install-recommends --no-install-suggests -y nginx-plus nginx-plus-module-njs nginx-plus-module-opentracing nginx-plus-module-fips-check \t&& apt-get purge --auto-remove -y gpg \t&& cp -av /tmp/ot/usr/local/lib/libjaegertracing*so* /tmp/ot/usr/local/lib/libzipkin*so* /tmp/ot/usr/local/lib/libdd*so* /tmp/ot/usr/local/lib/libyaml*so* /usr/local/lib/ \t&& ldconfig \t&& rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 100
Build Docker Plus (alpine-plus-fips, linux/arm64, linux/amd64, goreleaser) / build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c export $(cat /tmp/user_agent) \t&& printf \"%s\\n\" \"https://pkgs.nginx.com/plus/${NGINX_PLUS_VERSION}/alpine/v$(grep -E -o '^[0-9]+\\.[0-9]+' /etc/alpine-release)/main\" >> /etc/apk/repositories \t&& apk add --no-cache nginx-plus nginx-plus-module-njs nginx-plus-module-opentracing nginx-plus-module-fips-check libcap libcurl \t&& cp -av /tmp/ot/usr/local/lib/libjaegertracing*so* /tmp/ot/usr/local/lib/libzipkin*so* /tmp/ot/usr/local/lib/libdd*so* /tmp/ot/usr/local/lib/libyaml*so* /usr/local/lib/ \t&& ldconfig /usr/local/lib/ \t&& sed -i -e '/nginx.com/d' /etc/apk/repositories" did not complete successfully: exit code: 4
Build Docker Plus (ubi-plus, linux/arm64, linux/amd64, linux/s390x, goreleaser) / build
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c microdnf --nodocs install -y shadow-utils \t&& cat /etc/yum.repos.d/nginx-plus.repo \t&& groupadd --system --gid 101 nginx \t&& useradd --system --gid nginx --no-create-home --home-dir /nonexistent --comment \"nginx user\" --shell /bin/false --uid 101 nginx \t&& rpm --import /tmp/nginx_signing.key \t&& microdnf --nodocs install -y nginx-plus nginx-plus-module-njs nginx-plus-module-fips-check \t&& microdnf remove -y shadow-utils \t&& microdnf clean all" did not complete successfully: exit code: 1
Build Docker NAP (ubi-9-plus-nap, goreleaser, linux/amd64, waf) / build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c source /tmp/rhel_license \t&& rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm \t&& microdnf --nodocs install -y shadow-utils ca-certificates subscription-manager \t&& groupadd --system --gid 101 nginx \t&& useradd --system --gid nginx --no-create-home --home-dir /nonexistent --comment \"nginx user\" --shell /bin/false --uid 101 nginx \t&& rpm --import /tmp/nginx_signing.key \t&& microdnf --nodocs install -y nginx-plus nginx-plus-module-njs nginx-plus-module-fips-check \t&& if [ \"${NGINX_AGENT}\" = \"true\" ]; then microdnf --nodocs install -y nginx-agent; fi \t&& subscription-manager register --org=${RHEL_ORGANIZATION} --activationkey=${RHEL_ACTIVATION_KEY} || true \t&& subscription-manager attach \t&& rpm --import /tmp/app-protect-security-updates.key \t&& if [ -z \"${NAP_MODULES##*waf*}\" ]; then \tcp /tmp/app-protect-9.repo /etc/yum.repos.d/app-protect-9.repo \t&& microdnf --enablerepo=codeready-builder-for-rhel-9-x86_64-rpms --nodocs install -y \tapp-protect app-protect-attack-signatures app-protect-threat-campaigns \t&& rm -f /etc/yum.repos.d/app-protect-9.repo \t&& nap-waf.sh \t; fi \t&& subscription-manager unregister \t&& microdnf remove -y shadow-utils subscription-manager \t&& microdnf clean all && rm -rf /var/cache/dnf \t&& if [ \"${NGINX_AGENT}\" = \"true\" ]; then \tagent.sh \t; fi" did not complete successfully: exit code: 1
Build Docker Plus (alpine-plus, linux/arm64, linux/amd64, goreleaser) / build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c export $(cat /tmp/user_agent) \t&& printf \"%s\\n\" \"https://pkgs.nginx.com/plus/${NGINX_PLUS_VERSION}/alpine/v$(grep -E -o '^[0-9]+\\.[0-9]+' /etc/alpine-release)/main\" >> /etc/apk/repositories \t&& apk add --no-cache nginx-plus nginx-plus-module-njs nginx-plus-module-opentracing nginx-plus-module-fips-check libcap libcurl \t&& cp -av /tmp/ot/usr/local/lib/libjaegertracing*so* /tmp/ot/usr/local/lib/libzipkin*so* /tmp/ot/usr/local/lib/libdd*so* /tmp/ot/usr/local/lib/libyaml*so* /usr/local/lib/ \t&& ldconfig /usr/local/lib/ \t&& sed -i -e '/nginx.com/d' /etc/apk/repositories" did not complete successfully: exit code: 4
Build Docker NAP (debian-plus-nap, linux/amd64, goreleaser, waf) / build
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c apt-get update \t&& apt-get install --no-install-recommends --no-install-suggests -y gpg ca-certificates libcap2-bin libcurl4 \t&& groupadd --system --gid 101 nginx \t&& useradd --system --gid nginx --no-create-home --home-dir /nonexistent --comment \"nginx user\" --shell /bin/false --uid 101 nginx \t&& gpg --dearmor -o /usr/share/keyrings/nginx-archive-keyring.gpg /tmp/nginx_signing.key \t&& gpg --dearmor -o /usr/share/keyrings/app-protect-archive-keyring.gpg /tmp/app-protect-security-updates.key \t&& apt-get update \t&& apt-get install --no-install-recommends --no-install-suggests -y nginx-plus nginx-plus-module-njs nginx-plus-module-opentracing nginx-plus-module-fips-check \t&& apt-get purge --auto-remove -y gpg \t&& cp -av /tmp/ot/usr/local/lib/libjaegertracing*so* /tmp/ot/usr/local/lib/libzipkin*so* /tmp/ot/usr/local/lib/libdd*so* /tmp/ot/usr/local/lib/libyaml*so* /usr/local/lib/ \t&& ldconfig \t&& rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 100
Build Docker Plus (debian-plus, linux/arm64, linux/amd64, goreleaser) / build
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c apt-get update \t&& apt-get install --no-install-recommends --no-install-suggests -y gpg ca-certificates libcap2-bin libcurl4 \t&& groupadd --system --gid 101 nginx \t&& useradd --system --gid nginx --no-create-home --home-dir /nonexistent --comment \"nginx user\" --shell /bin/false --uid 101 nginx \t&& gpg --dearmor -o /usr/share/keyrings/nginx-archive-keyring.gpg /tmp/nginx_signing.key \t&& gpg --dearmor -o /usr/share/keyrings/app-protect-archive-keyring.gpg /tmp/app-protect-security-updates.key \t&& apt-get update \t&& apt-get install --no-install-recommends --no-install-suggests -y nginx-plus nginx-plus-module-njs nginx-plus-module-opentracing nginx-plus-module-fips-check \t&& apt-get purge --auto-remove -y gpg \t&& cp -av /tmp/ot/usr/local/lib/libjaegertracing*so* /tmp/ot/usr/local/lib/libzipkin*so* /tmp/ot/usr/local/lib/libdd*so* /tmp/ot/usr/local/lib/libyaml*so* /usr/local/lib/ \t&& ldconfig \t&& rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 100
Build Docker Plus (alpine-plus-fips, linux/arm64, linux/amd64, aws) / build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c export $(cat /tmp/user_agent) \t&& printf \"%s\\n\" \"https://pkgs.nginx.com/plus/${NGINX_PLUS_VERSION}/alpine/v$(grep -E -o '^[0-9]+\\.[0-9]+' /etc/alpine-release)/main\" >> /etc/apk/repositories \t&& apk add --no-cache nginx-plus nginx-plus-module-njs nginx-plus-module-opentracing nginx-plus-module-fips-check libcap libcurl \t&& cp -av /tmp/ot/usr/local/lib/libjaegertracing*so* /tmp/ot/usr/local/lib/libzipkin*so* /tmp/ot/usr/local/lib/libdd*so* /tmp/ot/usr/local/lib/libyaml*so* /usr/local/lib/ \t&& ldconfig /usr/local/lib/ \t&& sed -i -e '/nginx.com/d' /etc/apk/repositories" did not complete successfully: exit code: 4
Build Docker Plus (alpine-plus, linux/arm64, linux/amd64, aws) / build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c export $(cat /tmp/user_agent) \t&& printf \"%s\\n\" \"https://pkgs.nginx.com/plus/${NGINX_PLUS_VERSION}/alpine/v$(grep -E -o '^[0-9]+\\.[0-9]+' /etc/alpine-release)/main\" >> /etc/apk/repositories \t&& apk add --no-cache nginx-plus nginx-plus-module-njs nginx-plus-module-opentracing nginx-plus-module-fips-check libcap libcurl \t&& cp -av /tmp/ot/usr/local/lib/libjaegertracing*so* /tmp/ot/usr/local/lib/libzipkin*so* /tmp/ot/usr/local/lib/libdd*so* /tmp/ot/usr/local/lib/libyaml*so* /usr/local/lib/ \t&& ldconfig /usr/local/lib/ \t&& sed -i -e '/nginx.com/d' /etc/apk/repositories" did not complete successfully: exit code: 4
Build Docker NAP (ubi-8-plus-nap, goreleaser, linux/amd64, waf,dos) / build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c source /tmp/rhel_license \t&& if [ -z \"${NAP_MODULES##*waf*}\" ]; then \tcp /tmp/app-protect-8.repo /etc/yum.repos.d/app-protect-8.repo; \tfi \t&& if [ -z \"${NAP_MODULES##*dos*}\" ]; then \tcp /tmp/app-protect-dos-8.repo /etc/yum.repos.d/app-protect-dos-8.repo; \tfi \t&& groupadd --system --gid 101 nginx \t&& useradd --system --gid nginx --no-create-home --home-dir /nonexistent --comment \"nginx user\" --shell /bin/false --uid 101 nginx \t&& rpm --import /tmp/nginx_signing.key \t&& dnf --nodocs install -y nginx-plus nginx-plus-module-njs nginx-plus-module-fips-check \t&& if [ \"${NGINX_AGENT}\" = \"true\" ]; then dnf --nodocs install -y nginx-agent; fi \t&& sed -i 's/\\(def in_container():\\)/\\1\\n return False/g' /usr/lib64/python*/*-packages/rhsm/config.py \t&& subscription-manager register --org=${RHEL_ORGANIZATION} --activationkey=${RHEL_ACTIVATION_KEY} || true \t&& subscription-manager attach \t&& dnf config-manager --set-enabled codeready-builder-for-rhel-8-x86_64-rpms \t&& dnf --nodocs install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm \t&& rpm --import /tmp/app-protect-security-updates.key \t&& if [ -z \"${NAP_MODULES##*waf*}\" ]; then \tdnf --nodocs install -y app-protect app-protect-attack-signatures app-protect-threat-campaigns; \tfi \t&& if [ -z \"${NAP_MODULES##*dos*}\" ]; then \tdnf --nodocs install -y app-protect-dos; \tfi \t&& dnf upgrade -y curl ncurses \t&& subscription-manager unregister \t&& if [ -z \"${NAP_MODULES##*waf*}\" ]; then \trm -f /etc/yum.repos.d/app-protect-8.repo \t&& nap-waf.sh; \tfi \t&& if [ -z \"${NAP_MODULES##*dos*}\" ]; then \trm -f /etc/yum.repos.d/app-protect-dos-8.repo \t&& nap-dos.sh; \tfi \t&& if [ \"${NGINX_AGENT}\" = \"true\" ]; then \tagent.sh; \tfi \t&& dnf clean all" did not complete successfully: exit code: 1
Build Docker NAP (ubi-8-plus-nap, goreleaser, linux/amd64, dos) / build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c source /tmp/rhel_license \t&& if [ -z \"${NAP_MODULES##*waf*}\" ]; then \tcp /tmp/app-protect-8.repo /etc/yum.repos.d/app-protect-8.repo; \tfi \t&& if [ -z \"${NAP_MODULES##*dos*}\" ]; then \tcp /tmp/app-protect-dos-8.repo /etc/yum.repos.d/app-protect-dos-8.repo; \tfi \t&& groupadd --system --gid 101 nginx \t&& useradd --system --gid nginx --no-create-home --home-dir /nonexistent --comment \"nginx user\" --shell /bin/false --uid 101 nginx \t&& rpm --import /tmp/nginx_signing.key \t&& dnf --nodocs install -y nginx-plus nginx-plus-module-njs nginx-plus-module-fips-check \t&& if [ \"${NGINX_AGENT}\" = \"true\" ]; then dnf --nodocs install -y nginx-agent; fi \t&& sed -i 's/\\(def in_container():\\)/\\1\\n return False/g' /usr/lib64/python*/*-packages/rhsm/config.py \t&& subscription-manager register --org=${RHEL_ORGANIZATION} --activationkey=${RHEL_ACTIVATION_KEY} || true \t&& subscription-manager attach \t&& dnf config-manager --set-enabled codeready-builder-for-rhel-8-x86_64-rpms \t&& dnf --nodocs install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm \t&& rpm --import /tmp/app-protect-security-updates.key \t&& if [ -z \"${NAP_MODULES##*waf*}\" ]; then \tdnf --nodocs install -y app-protect app-protect-attack-signatures app-protect-threat-campaigns; \tfi \t&& if [ -z \"${NAP_MODULES##*dos*}\" ]; then \tdnf --nodocs install -y app-protect-dos; \tfi \t&& dnf upgrade -y curl ncurses \t&& subscription-manager unregister \t&& if [ -z \"${NAP_MODULES##*waf*}\" ]; then \trm -f /etc/yum.repos.d/app-protect-8.repo \t&& nap-waf.sh; \tfi \t&& if [ -z \"${NAP_MODULES##*dos*}\" ]; then \trm -f /etc/yum.repos.d/app-protect-dos-8.repo \t&& nap-dos.sh; \tfi \t&& if [ \"${NGINX_AGENT}\" = \"true\" ]; then \tagent.sh; \tfi \t&& dnf clean all" did not complete successfully: exit code: 1
policies 2/2 alpine 1.30.2 smoke tests / setup-smoke
Input required and not supplied: path
policies 2/2 alpine 1.30.2 smoke tests / setup-smoke
buildx failed with: Learn more at https://docs.docker.com/go/build-cache-backends/
VSR 2/3 alpine 1.30.2 smoke tests / setup-smoke
Input required and not supplied: path
VSR 2/3 alpine 1.30.2 smoke tests / setup-smoke
buildx failed with: Learn more at https://docs.docker.com/go/build-cache-backends/
ingresses 2/2 debian 1.30.2 smoke tests / setup-smoke
buildx failed with: Learn more at https://docs.docker.com/go/build-cache-backends/
ingresses 2/2 debian 1.30.2 smoke tests / setup-smoke
Input required and not supplied: path
VSR 3/3 alpine 1.30.2 smoke tests / setup-smoke
Input required and not supplied: path
VSR 3/3 alpine 1.30.2 smoke tests / setup-smoke
buildx failed with: Learn more at https://docs.docker.com/go/build-cache-backends/
VS 3/3 debian 1.30.2 smoke tests / setup-smoke
buildx failed with: Learn more at https://docs.docker.com/go/build-cache-backends/
VS 3/3 debian 1.30.2 smoke tests / setup-smoke
Input required and not supplied: path
VSR 1/3 alpine 1.30.2 smoke tests / setup-smoke
buildx failed with: Learn more at https://docs.docker.com/go/build-cache-backends/
VSR 1/3 alpine 1.30.2 smoke tests / setup-smoke
Input required and not supplied: path
VS 2/3 debian 1.30.2 smoke tests / setup-smoke
Input required and not supplied: path
VS 2/3 debian 1.30.2 smoke tests / setup-smoke
buildx failed with: Learn more at https://docs.docker.com/go/build-cache-backends/
TS ubi 1.30.2 smoke tests / setup-smoke
Input required and not supplied: path
TS ubi 1.30.2 smoke tests / setup-smoke
buildx failed with: Learn more at https://docs.docker.com/go/build-cache-backends/
policies 1/2 alpine 1.30.2 smoke tests / setup-smoke
buildx failed with: Learn more at https://docs.docker.com/go/build-cache-backends/
policies 1/2 alpine 1.30.2 smoke tests / setup-smoke
Input required and not supplied: path
ingresses 1/2 debian 1.30.2 smoke tests / setup-smoke
Input required and not supplied: path
ingresses 1/2 debian 1.30.2 smoke tests / setup-smoke
buildx failed with: Learn more at https://docs.docker.com/go/build-cache-backends/
VS 1/3 debian 1.30.2 smoke tests / setup-smoke
buildx failed with: Learn more at https://docs.docker.com/go/build-cache-backends/
VS 1/3 debian 1.30.2 smoke tests / setup-smoke
Input required and not supplied: path
Final CI Results
Process completed with exit code 1.
Build Binaries
You are using 'latest' as default version. Will lock to '~> v2'.
Build Docker NAP (debian-plus-nap, linux/amd64, aws, waf,dos) / build
nginx-repo.crt= is not a valid secret
Build Docker NAP (debian-plus-nap, linux/amd64, aws, waf,dos) / build
nginx-repo.key= is not a valid secret
Build Docker NAP (ubi-8-plus-nap, aws, linux/amd64, waf,dos) / build
nginx-repo.crt= is not a valid secret
Build Docker NAP (ubi-8-plus-nap, aws, linux/amd64, waf,dos) / build
nginx-repo.key= is not a valid secret
Build Docker NAP (ubi-8-plus-nap, aws, linux/amd64, waf,dos) / build
rhel_license= is not a valid secret
Build Docker Plus (debian-plus, linux/arm64, linux/amd64, aws) / build
nginx-repo.crt= is not a valid secret
Build Docker Plus (debian-plus, linux/arm64, linux/amd64, aws) / build
nginx-repo.key= is not a valid secret
Build Docker NAP (ubi-8-plus-nap-v5, goreleaser, linux/amd64, waf) / build
nginx-repo.crt= is not a valid secret
Build Docker NAP (ubi-8-plus-nap-v5, goreleaser, linux/amd64, waf) / build
nginx-repo.key= is not a valid secret
Build Docker NAP (ubi-8-plus-nap-v5, goreleaser, linux/amd64, waf) / build
rhel_license= is not a valid secret
Build Docker NAP (ubi-8-plus-nap, aws, linux/amd64, dos) / build
nginx-repo.crt= is not a valid secret
Build Docker NAP (ubi-8-plus-nap, aws, linux/amd64, dos) / build
nginx-repo.key= is not a valid secret
Build Docker NAP (ubi-8-plus-nap, aws, linux/amd64, dos) / build
rhel_license= is not a valid secret
Build Docker NAP (debian-plus-nap, linux/amd64, goreleaser, waf,dos) / build
nginx-repo.crt= is not a valid secret
Build Docker NAP (debian-plus-nap, linux/amd64, goreleaser, waf,dos) / build
nginx-repo.key= is not a valid secret
Build Docker NAP (debian-plus-nap, linux/amd64, aws, dos) / build
nginx-repo.crt= is not a valid secret
Build Docker NAP (debian-plus-nap, linux/amd64, aws, dos) / build
nginx-repo.key= is not a valid secret
Build Docker NAP (ubi-9-plus-nap-v5, goreleaser, linux/amd64, waf) / build
nginx-repo.crt= is not a valid secret
Build Docker NAP (ubi-9-plus-nap-v5, goreleaser, linux/amd64, waf) / build
nginx-repo.key= is not a valid secret
Build Docker NAP (ubi-9-plus-nap-v5, goreleaser, linux/amd64, waf) / build
rhel_license= is not a valid secret
Build Docker NAP (ubi-9-plus-nap, aws, linux/amd64, waf) / build
nginx-repo.crt= is not a valid secret
Build Docker NAP (ubi-9-plus-nap, aws, linux/amd64, waf) / build
nginx-repo.key= is not a valid secret
Build Docker NAP (ubi-9-plus-nap, aws, linux/amd64, waf) / build
rhel_license= is not a valid secret
Build Docker NAP (debian-plus-nap-v5, goreleaser, linux/amd64, waf) / build
nginx-repo.crt= is not a valid secret
Build Docker NAP (debian-plus-nap-v5, goreleaser, linux/amd64, waf) / build
nginx-repo.key= is not a valid secret
Build Docker NAP (debian-plus-nap, linux/amd64, goreleaser, dos) / build
nginx-repo.crt= is not a valid secret
Build Docker NAP (debian-plus-nap, linux/amd64, goreleaser, dos) / build
nginx-repo.key= is not a valid secret
Build Docker NAP (debian-plus-nap, linux/amd64, aws, waf) / build
nginx-repo.crt= is not a valid secret
Build Docker NAP (debian-plus-nap, linux/amd64, aws, waf) / build
nginx-repo.key= is not a valid secret
Build Docker Plus (alpine-plus-fips, linux/arm64, linux/amd64, goreleaser) / build
nginx-repo.crt= is not a valid secret
Build Docker Plus (alpine-plus-fips, linux/arm64, linux/amd64, goreleaser) / build
nginx-repo.key= is not a valid secret
Build Docker NAP (ubi-9-plus-nap, goreleaser, linux/amd64, waf) / build
nginx-repo.crt= is not a valid secret
Build Docker NAP (ubi-9-plus-nap, goreleaser, linux/amd64, waf) / build
nginx-repo.key= is not a valid secret
Build Docker NAP (ubi-9-plus-nap, goreleaser, linux/amd64, waf) / build
rhel_license= is not a valid secret
Build Docker Plus (alpine-plus, linux/arm64, linux/amd64, goreleaser) / build
nginx-repo.crt= is not a valid secret
Build Docker Plus (alpine-plus, linux/arm64, linux/amd64, goreleaser) / build
nginx-repo.key= is not a valid secret
Build Docker NAP (alpine-plus-nap-fips, goreleaser, linux/amd64, waf) / build
nginx-repo.crt= is not a valid secret
Build Docker NAP (alpine-plus-nap-fips, goreleaser, linux/amd64, waf) / build
nginx-repo.key= is not a valid secret
Build Docker NAP (debian-plus-nap, linux/amd64, goreleaser, waf) / build
nginx-repo.crt= is not a valid secret
Build Docker NAP (debian-plus-nap, linux/amd64, goreleaser, waf) / build
nginx-repo.key= is not a valid secret
Build Docker Plus (debian-plus, linux/arm64, linux/amd64, goreleaser) / build
nginx-repo.crt= is not a valid secret
Build Docker Plus (debian-plus, linux/arm64, linux/amd64, goreleaser) / build
nginx-repo.key= is not a valid secret
Build Docker Plus (alpine-plus-fips, linux/arm64, linux/amd64, aws) / build
nginx-repo.crt= is not a valid secret
Build Docker Plus (alpine-plus-fips, linux/arm64, linux/amd64, aws) / build
nginx-repo.key= is not a valid secret
Build Docker NAP (alpine-plus-nap-v5-fips, goreleaser, linux/amd64, waf) / build
nginx-repo.crt= is not a valid secret
Build Docker NAP (alpine-plus-nap-v5-fips, goreleaser, linux/amd64, waf) / build
nginx-repo.key= is not a valid secret
Build Docker Plus (alpine-plus, linux/arm64, linux/amd64, aws) / build
nginx-repo.crt= is not a valid secret
Build Docker Plus (alpine-plus, linux/arm64, linux/amd64, aws) / build
nginx-repo.key= is not a valid secret
Build Docker NAP (ubi-8-plus-nap, goreleaser, linux/amd64, waf,dos) / build
nginx-repo.crt= is not a valid secret
Build Docker NAP (ubi-8-plus-nap, goreleaser, linux/amd64, waf,dos) / build
nginx-repo.key= is not a valid secret
Build Docker NAP (ubi-8-plus-nap, goreleaser, linux/amd64, waf,dos) / build
rhel_license= is not a valid secret
Build Docker NAP (ubi-8-plus-nap, goreleaser, linux/amd64, dos) / build
nginx-repo.crt= is not a valid secret
Build Docker NAP (ubi-8-plus-nap, goreleaser, linux/amd64, dos) / build
nginx-repo.key= is not a valid secret
Build Docker NAP (ubi-8-plus-nap, goreleaser, linux/amd64, dos) / build
rhel_license= is not a valid secret
policies 2/2 alpine 1.30.2 smoke tests / setup-smoke
nginx-repo.crt= is not a valid secret
policies 2/2 alpine 1.30.2 smoke tests / setup-smoke
nginx-repo.key= is not a valid secret
policies 2/2 alpine 1.30.2 smoke tests / setup-smoke
Build summary requires a build reference
VSR 2/3 alpine 1.30.2 smoke tests / setup-smoke
nginx-repo.crt= is not a valid secret
VSR 2/3 alpine 1.30.2 smoke tests / setup-smoke
nginx-repo.key= is not a valid secret
VSR 2/3 alpine 1.30.2 smoke tests / setup-smoke
Build summary requires a build reference
ingresses 2/2 debian 1.30.2 smoke tests / setup-smoke
nginx-repo.crt= is not a valid secret
ingresses 2/2 debian 1.30.2 smoke tests / setup-smoke
nginx-repo.key= is not a valid secret
ingresses 2/2 debian 1.30.2 smoke tests / setup-smoke
Build summary requires a build reference
VSR 3/3 alpine 1.30.2 smoke tests / setup-smoke
nginx-repo.crt= is not a valid secret
VSR 3/3 alpine 1.30.2 smoke tests / setup-smoke
nginx-repo.key= is not a valid secret
VSR 3/3 alpine 1.30.2 smoke tests / setup-smoke
Build summary requires a build reference
VS 3/3 debian 1.30.2 smoke tests / setup-smoke
nginx-repo.crt= is not a valid secret
VS 3/3 debian 1.30.2 smoke tests / setup-smoke
nginx-repo.key= is not a valid secret
VS 3/3 debian 1.30.2 smoke tests / setup-smoke
Build summary requires a build reference
VSR 1/3 alpine 1.30.2 smoke tests / setup-smoke
nginx-repo.crt= is not a valid secret
VSR 1/3 alpine 1.30.2 smoke tests / setup-smoke
nginx-repo.key= is not a valid secret
VSR 1/3 alpine 1.30.2 smoke tests / setup-smoke
Build summary requires a build reference
VS 2/3 debian 1.30.2 smoke tests / setup-smoke
nginx-repo.crt= is not a valid secret
VS 2/3 debian 1.30.2 smoke tests / setup-smoke
nginx-repo.key= is not a valid secret
VS 2/3 debian 1.30.2 smoke tests / setup-smoke
Build summary requires a build reference
TS ubi 1.30.2 smoke tests / setup-smoke
nginx-repo.crt= is not a valid secret
TS ubi 1.30.2 smoke tests / setup-smoke
nginx-repo.key= is not a valid secret
TS ubi 1.30.2 smoke tests / setup-smoke
rhel_license= is not a valid secret
TS ubi 1.30.2 smoke tests / setup-smoke
Build summary requires a build reference
policies 1/2 alpine 1.30.2 smoke tests / setup-smoke
nginx-repo.crt= is not a valid secret
policies 1/2 alpine 1.30.2 smoke tests / setup-smoke
nginx-repo.key= is not a valid secret
policies 1/2 alpine 1.30.2 smoke tests / setup-smoke
Build summary requires a build reference
ingresses 1/2 debian 1.30.2 smoke tests / setup-smoke
nginx-repo.crt= is not a valid secret
ingresses 1/2 debian 1.30.2 smoke tests / setup-smoke
nginx-repo.key= is not a valid secret
ingresses 1/2 debian 1.30.2 smoke tests / setup-smoke
Build summary requires a build reference
VS 1/3 debian 1.30.2 smoke tests / setup-smoke
nginx-repo.crt= is not a valid secret
VS 1/3 debian 1.30.2 smoke tests / setup-smoke
nginx-repo.key= is not a valid secret
VS 1/3 debian 1.30.2 smoke tests / setup-smoke
Build summary requires a build reference

Artifacts

Produced during runtime
Name Size
nginxinc~kubernetes-ingress~0FU9FA.dockerbuild
38.6 KB
nginxinc~kubernetes-ingress~1KAQ36.dockerbuild
36.5 KB
nginxinc~kubernetes-ingress~4UNVWT.dockerbuild
42.7 KB
nginxinc~kubernetes-ingress~58SJ2C.dockerbuild
38.6 KB
nginxinc~kubernetes-ingress~5K0XB6.dockerbuild
36.1 KB
nginxinc~kubernetes-ingress~7HC10P.dockerbuild
39.6 KB
nginxinc~kubernetes-ingress~8XXWCR.dockerbuild
41.4 KB
nginxinc~kubernetes-ingress~A09TTK.dockerbuild
39.7 KB
nginxinc~kubernetes-ingress~BACTMG.dockerbuild
41.3 KB
nginxinc~kubernetes-ingress~CWHLEI.dockerbuild
42.7 KB
nginxinc~kubernetes-ingress~EH8BVY.dockerbuild
39.8 KB
nginxinc~kubernetes-ingress~ESKNFY.dockerbuild
47.8 KB
nginxinc~kubernetes-ingress~FGXXE7.dockerbuild
39.5 KB
nginxinc~kubernetes-ingress~GLJ191.dockerbuild
41.2 KB
nginxinc~kubernetes-ingress~IDNFPA.dockerbuild
45.8 KB
nginxinc~kubernetes-ingress~IHH19S.dockerbuild
146 KB
nginxinc~kubernetes-ingress~KETDRE.dockerbuild
41.3 KB
nginxinc~kubernetes-ingress~M5CKMI.dockerbuild
36.8 KB
nginxinc~kubernetes-ingress~MXQ5JC.dockerbuild
37.5 KB
nginxinc~kubernetes-ingress~N7L5KC.dockerbuild
38 KB
nginxinc~kubernetes-ingress~NP34IX.dockerbuild
41.3 KB
nginxinc~kubernetes-ingress~NPRJKS.dockerbuild
25.9 KB
nginxinc~kubernetes-ingress~OXW1ML.dockerbuild
196 KB
nginxinc~kubernetes-ingress~QA1X2Q.dockerbuild
46.1 KB
nginxinc~kubernetes-ingress~RB8DXC.dockerbuild
46 KB
nginxinc~kubernetes-ingress~RGOG5A.dockerbuild
36.6 KB
nginxinc~kubernetes-ingress~SAE23F.dockerbuild
201 KB
nginxinc~kubernetes-ingress~T8PY1H.dockerbuild
47.8 KB
nginxinc~kubernetes-ingress~V2IL39.dockerbuild
26.5 KB
nginxinc~kubernetes-ingress~VGWCN7.dockerbuild
46.6 KB
nginxinc~kubernetes-ingress~VYRGO7.dockerbuild
42.5 KB
nginxinc~kubernetes-ingress~W368HA.dockerbuild
38.2 KB
nginxinc~kubernetes-ingress~W4YSB0.dockerbuild
40.2 KB
nginxinc~kubernetes-ingress~WV22HV.dockerbuild
46.5 KB
nginxinc~kubernetes-ingress~WWWID7.dockerbuild
41.5 KB
nginxinc~kubernetes-ingress~YMAAS1.dockerbuild
46.5 KB
nginxinc~kubernetes-ingress~Z6AUT4.dockerbuild
42.6 KB
nginxinc~kubernetes-ingress~Z75GA0.dockerbuild
44.8 KB