CI on "update-docs-action-version" by @haywoodsh #16019
ci.yml
on: pull_request
Checks and variables
22s
Verify generated code
1m 35s
Matrix: Build Docker Plus
Matrix: Build Docker OSS
Matrix: Build Docker NAP
Matrix: helm-tests
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
Promote images on Force Run
/
Checks and variables
Promote images on Force Run
/
Run govulncheck
Promote images on Force Run
/
...
/
Package and Publish Helm Chart
Promote images on Force Run
/
Update Release Draft
Matrix: Promote images on Force Run / scan-docker-nap
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
/
...
/
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
/
...
/
Push Plus images to the NGINX Registry
Promote images on Force Run
/
...
/
Push images to the GCR Release Registry
Promote images on Force Run
/
...
/
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
/
...
/
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
/
...
/
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
/
...
/
Re-tag images in GCR Dev Registry
Promote images on Force Run
/
Certify OpenShift UBI images
Annotations
12 errors and 70 warnings
Build Docker NAP (ubi-9-plus-nap, goreleaser, linux/amd64, waf,dos) / build
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c ubi-setup.sh \t&& microdnf --nodocs install -y nginx-plus nginx-plus-module-njs nginx-plus-module-fips-check \t&& ubi-clean.sh" did not complete successfully: exit code: 1
|
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-32+5.48*; \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 agent.sh; fi \t&& dnf clean all" did not complete successfully: exit code: 1
|
Build Docker NAP (alpine-plus-nap-fips, goreleaser, linux/amd64, waf) / build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c printf \"%s\\n\" \"https://${PACKAGE_REPO}/plus/${NGINX_PLUS_VERSION}/alpine/v$(grep -E -o '^[0-9]+\\.[0-9]+' /etc/alpine-release)/main\" >> /etc/apk/repositories \t&& printf \"%s\\n\" \"https://${PACKAGE_REPO}/app-protect/${NGINX_PLUS_VERSION}/alpine/v$(grep -E -o '^[0-9]+\\.[0-9]+' /etc/alpine-release)/main\" >> /etc/apk/repositories \t&& printf \"%s\\n\" \"https://pkgs.nginx.com/app-protect-security-updates/alpine/v$(grep -E -o '^[0-9]+\\.[0-9]+' /etc/alpine-release)/main\" >> /etc/apk/repositories \t&& printf \"%s\\n\" \"https://${PACKAGE_REPO}/nginx-agent/alpine/v$(grep -E -o '^[0-9]+\\.[0-9]+' /etc/alpine-release)/main\" >> /etc/apk/repositories \t&& apk add --no-cache libcap-utils libcurl nginx-plus nginx-plus-module-njs nginx-plus-module-opentracing nginx-plus-module-fips-check \t&& if [ \"${NGINX_AGENT}\" = \"true\" ]; then apk add --no-cache nginx-agent; fi \t&& mkdir -p /usr/ssl \t&& cp -av /tmp/fips/usr/lib/ossl-modules/fips.so /usr/lib/ossl-modules/fips.so \t&& cp -av /tmp/fips/usr/ssl/fipsmodule.cnf /usr/ssl/fipsmodule.cnf \t&& cp -av /tmp/fips/etc/ssl/openssl.cnf /etc/ssl/openssl.cnf \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&& apk add --no-cache app-protect app-protect-attack-signatures app-protect-threat-campaigns \t&& sed -i -e '/nginx.com/d' /etc/apk/repositories \t&& nap-waf.sh \t&& if [ \"${NGINX_AGENT}\" = \"true\" ]; then \tagent.sh \t; fi" did not complete successfully: exit code: 4
|
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://${PACKAGE_REPO}/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, 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&& cp /tmp/nginx-plus.sources /etc/apt/sources.list.d/nginx-plus.sources \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/* /etc/apt/sources.list.d/nginx-plus.sources" 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/bash -o pipefail -c ubi-setup.sh \t&& microdnf --nodocs install -y nginx-plus nginx-plus-module-njs nginx-plus-module-fips-check \t&& ubi-clean.sh" 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://${PACKAGE_REPO}/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,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&& cp /tmp/nginx-plus.sources /etc/apt/sources.list.d/nginx-plus.sources \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/* /etc/apt/sources.list.d/nginx-plus.sources" did not complete successfully: exit code: 100
|
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&& cp /tmp/nginx-plus.sources /etc/apt/sources.list.d/nginx-plus.sources \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/* /etc/apt/sources.list.d/nginx-plus.sources" 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&& cp /tmp/nginx-plus.sources /etc/apt/sources.list.d/nginx-plus.sources \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/* /etc/apt/sources.list.d/nginx-plus.sources" did not complete successfully: exit code: 100
|
Build Docker NAP (alpine-plus-nap-v5-fips, goreleaser, linux/amd64, waf) / build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c printf \"%s\\n\" \"https://${PACKAGE_REPO}/plus/${NGINX_PLUS_VERSION}/alpine/v$(grep -E -o '^[0-9]+\\.[0-9]+' /etc/alpine-release)/main\" >> /etc/apk/repositories \t&& printf \"%s\\n\" \"https://${PACKAGE_REPO}/app-protect-x-plus/alpine/v$(grep -E -o '^[0-9]+\\.[0-9]+' /etc/alpine-release)/main\" >> /etc/apk/repositories \t&& printf \"%s\\n\" \"https://${PACKAGE_REPO}/nginx-agent/alpine/v$(grep -E -o '^[0-9]+\\.[0-9]+' /etc/alpine-release)/main\" >> /etc/apk/repositories \t&& apk add --no-cache libcap-utils libcurl nginx-plus nginx-plus-module-njs nginx-plus-module-opentracing nginx-plus-module-fips-check \t&& if [ \"${NGINX_AGENT}\" = \"true\" ]; then apk add --no-cache nginx-agent; fi \t&& mkdir -p /usr/ssl \t&& cp -av /tmp/fips/usr/lib/ossl-modules/fips.so /usr/lib/ossl-modules/fips.so \t&& cp -av /tmp/fips/usr/ssl/fipsmodule.cnf /usr/ssl/fipsmodule.cnf \t&& cp -av /tmp/fips/etc/ssl/openssl.cnf /etc/ssl/openssl.cnf \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&& apk add --no-cache app-protect-module-plus~=32.5.48 \t&& sed -i -e '/nginx.com/d' /etc/apk/repositories \t&& nap-waf.sh \t&& if [ \"${NGINX_AGENT}\" = \"true\" ]; then \tagent.sh \t; fi" 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&& cp /tmp/nginx-plus.sources /etc/apt/sources.list.d/nginx-plus.sources \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/* /etc/apt/sources.list.d/nginx-plus.sources" did not complete successfully: exit code: 100
|
Build Docker NAP (ubi-9-plus-nap, goreleaser, linux/amd64, waf,dos) / build
nginx-repo.crt= is not a valid secret
|
Build Docker NAP (ubi-9-plus-nap, goreleaser, linux/amd64, waf,dos) / build
nginx-repo.key= is not a valid secret
|
Build Docker NAP (ubi-9-plus-nap, goreleaser, linux/amd64, waf,dos) / build
rhel_license= 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 (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 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 (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-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 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 (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-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, 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 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 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 NAP (ubi-8-plus-nap, goreleaser, linux/amd64, waf) / build
nginx-repo.crt= is not a valid secret
|
Build Docker NAP (ubi-8-plus-nap, goreleaser, linux/amd64, waf) / build
nginx-repo.key= is not a valid secret
|
Build Docker NAP (ubi-8-plus-nap, goreleaser, linux/amd64, waf) / build
rhel_license= 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 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 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 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 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 Plus (ubi-9-plus, linux/arm64, linux/amd64, linux/s390x, goreleaser) / build
nginx-repo.crt= is not a valid secret
|
Build Docker Plus (ubi-9-plus, linux/arm64, linux/amd64, linux/s390x, goreleaser) / build
nginx-repo.key= is not a valid secret
|
Build Docker Plus (ubi-9-plus, linux/arm64, linux/amd64, linux/s390x, goreleaser) / build
rhel_license= is not a valid secret
|
Build Docker NAP (ubi-9-plus-nap, goreleaser, linux/amd64, dos) / build
nginx-repo.crt= is not a valid secret
|
Build Docker NAP (ubi-9-plus-nap, goreleaser, linux/amd64, dos) / build
nginx-repo.key= is not a valid secret
|
Build Docker NAP (ubi-9-plus-nap, goreleaser, linux/amd64, dos) / build
rhel_license= is not a valid secret
|
VSR 1/3 alpine 1.31.0 smoke tests / setup-smoke
nginx-repo.crt= is not a valid secret
|
VSR 1/3 alpine 1.31.0 smoke tests / setup-smoke
nginx-repo.key= is not a valid secret
|
VSR 3/3 alpine 1.31.0 smoke tests / setup-smoke
nginx-repo.crt= is not a valid secret
|
VSR 3/3 alpine 1.31.0 smoke tests / setup-smoke
nginx-repo.key= is not a valid secret
|
VSR 2/3 alpine 1.31.0 smoke tests / setup-smoke
nginx-repo.crt= is not a valid secret
|
VSR 2/3 alpine 1.31.0 smoke tests / setup-smoke
nginx-repo.key= is not a valid secret
|
TS ubi 1.31.0 smoke tests / setup-smoke
nginx-repo.crt= is not a valid secret
|
TS ubi 1.31.0 smoke tests / setup-smoke
nginx-repo.key= is not a valid secret
|
TS ubi 1.31.0 smoke tests / setup-smoke
rhel_license= is not a valid secret
|
VS 2/3 debian 1.31.0 smoke tests / setup-smoke
nginx-repo.crt= is not a valid secret
|
VS 2/3 debian 1.31.0 smoke tests / setup-smoke
nginx-repo.key= is not a valid secret
|
policies 1/2 alpine 1.31.0 smoke tests / setup-smoke
nginx-repo.crt= is not a valid secret
|
policies 1/2 alpine 1.31.0 smoke tests / setup-smoke
nginx-repo.key= is not a valid secret
|
ingresses 1/2 debian 1.31.0 smoke tests / setup-smoke
nginx-repo.crt= is not a valid secret
|
ingresses 1/2 debian 1.31.0 smoke tests / setup-smoke
nginx-repo.key= is not a valid secret
|
ingresses 2/2 debian 1.31.0 smoke tests / setup-smoke
nginx-repo.crt= is not a valid secret
|
ingresses 2/2 debian 1.31.0 smoke tests / setup-smoke
nginx-repo.key= is not a valid secret
|
policies 2/2 alpine 1.31.0 smoke tests / setup-smoke
nginx-repo.crt= is not a valid secret
|
policies 2/2 alpine 1.31.0 smoke tests / setup-smoke
nginx-repo.key= is not a valid secret
|
VS 1/3 debian 1.31.0 smoke tests / setup-smoke
nginx-repo.crt= is not a valid secret
|
VS 1/3 debian 1.31.0 smoke tests / setup-smoke
nginx-repo.key= is not a valid secret
|
VS 3/3 debian 1.31.0 smoke tests / setup-smoke
nginx-repo.crt= is not a valid secret
|
VS 3/3 debian 1.31.0 smoke tests / setup-smoke
nginx-repo.key= is not a valid secret
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
nginxinc~kubernetes-ingress~36N4Y0.dockerbuild
Expired
|
35.4 KB |
|
nginxinc~kubernetes-ingress~3DTAD9.dockerbuild
Expired
|
51 KB |
|
nginxinc~kubernetes-ingress~5DBJNR.dockerbuild
Expired
|
66.2 KB |
|
nginxinc~kubernetes-ingress~5ZVCN2.dockerbuild
Expired
|
208 KB |
|
nginxinc~kubernetes-ingress~6HHU4I.dockerbuild
Expired
|
66 KB |
|
nginxinc~kubernetes-ingress~8987IB.dockerbuild
Expired
|
34.6 KB |
|
nginxinc~kubernetes-ingress~8HGIBD.dockerbuild
Expired
|
50.9 KB |
|
nginxinc~kubernetes-ingress~8KV0FW.dockerbuild
Expired
|
65.1 KB |
|
nginxinc~kubernetes-ingress~AAYGQ6.dockerbuild
Expired
|
28 KB |
|
nginxinc~kubernetes-ingress~BAGYV0.dockerbuild
Expired
|
88.8 KB |
|
nginxinc~kubernetes-ingress~CFQW3B.dockerbuild
Expired
|
38.5 KB |
|
nginxinc~kubernetes-ingress~DS4KFN.dockerbuild
Expired
|
35 KB |
|
nginxinc~kubernetes-ingress~E9N71Z.dockerbuild
Expired
|
68.8 KB |
|
nginxinc~kubernetes-ingress~GU4AUY.dockerbuild
Expired
|
70.9 KB |
|
nginxinc~kubernetes-ingress~I3OKYK.dockerbuild
Expired
|
34.5 KB |
|
nginxinc~kubernetes-ingress~IDKWBK.dockerbuild
Expired
|
68.1 KB |
|
nginxinc~kubernetes-ingress~JLCCLV.dockerbuild
Expired
|
34.8 KB |
|
nginxinc~kubernetes-ingress~JUET81.dockerbuild
Expired
|
121 KB |
|
nginxinc~kubernetes-ingress~L646A2.dockerbuild
Expired
|
34.7 KB |
|
nginxinc~kubernetes-ingress~MWN1FC.dockerbuild
Expired
|
170 KB |
|
nginxinc~kubernetes-ingress~MZJW5E.dockerbuild
Expired
|
31.7 KB |
|
nginxinc~kubernetes-ingress~NUKJYH.dockerbuild
Expired
|
69.1 KB |
|
nginxinc~kubernetes-ingress~O5S5WC.dockerbuild
Expired
|
38.8 KB |
|
nginxinc~kubernetes-ingress~O73ZWY.dockerbuild
Expired
|
34.1 KB |
|
nginxinc~kubernetes-ingress~OL9EFH.dockerbuild
Expired
|
86 KB |
|
nginxinc~kubernetes-ingress~PA451E.dockerbuild
Expired
|
38.3 KB |
|
nginxinc~kubernetes-ingress~PC15GP.dockerbuild
Expired
|
35.2 KB |
|
nginxinc~kubernetes-ingress~QF5NI5.dockerbuild
Expired
|
55.2 KB |
|
nginxinc~kubernetes-ingress~QIGP2K.dockerbuild
Expired
|
51.9 KB |
|
nginxinc~kubernetes-ingress~QK13DH.dockerbuild
Expired
|
68.9 KB |
|
nginxinc~kubernetes-ingress~TB7UHP.dockerbuild
Expired
|
33 KB |
|
nginxinc~kubernetes-ingress~TCLHP8.dockerbuild
Expired
|
34 KB |
|
nginxinc~kubernetes-ingress~TSWP7H.dockerbuild
Expired
|
220 KB |
|
nginxinc~kubernetes-ingress~UL9KWS.dockerbuild
Expired
|
39.5 KB |
|
nginxinc~kubernetes-ingress~UP2S93.dockerbuild
Expired
|
34.8 KB |
|
nginxinc~kubernetes-ingress~UX1XQ7.dockerbuild
Expired
|
35.8 KB |
|
nginxinc~kubernetes-ingress~V8Y1HN.dockerbuild
Expired
|
67.4 KB |
|
nginxinc~kubernetes-ingress~VGE7A0.dockerbuild
Expired
|
35.5 KB |
|
nginxinc~kubernetes-ingress~VJTE40.dockerbuild
Expired
|
30.5 KB |
|
nginxinc~kubernetes-ingress~WGYG6Y.dockerbuild
Expired
|
41.8 KB |
|
nginxinc~kubernetes-ingress~WNIY4Y.dockerbuild
Expired
|
35 KB |
|
nginxinc~kubernetes-ingress~XSDCYR.dockerbuild
Expired
|
66.5 KB |
|
nginxinc~kubernetes-ingress~YGFVA2.dockerbuild
Expired
|
51.9 KB |
|
nginxinc~kubernetes-ingress~YOF7D8.dockerbuild
Expired
|
66.1 KB |
|
nginxinc~kubernetes-ingress~YP7763.dockerbuild
Expired
|
35.8 KB |
|
tests-nginx-alpine-VSR_1_3-1.31.0.html
Expired
|
15.3 KB |
|
tests-nginx-alpine-VSR_2_3-1.31.0.html
Expired
|
23.6 KB |
|
tests-nginx-alpine-VSR_3_3-1.31.0.html
Expired
|
14.4 KB |
|
tests-nginx-alpine-policies_1_2-1.31.0.html
Expired
|
15.1 KB |
|
tests-nginx-alpine-policies_2_2-1.31.0.html
Expired
|
23.5 KB |
|
tests-nginx-debian-VS_1_3-1.31.0.html
Expired
|
31 KB |
|
tests-nginx-debian-VS_2_3-1.31.0.html
Expired
|
31.7 KB |
|
tests-nginx-debian-VS_3_3-1.31.0.html
Expired
|
18.6 KB |
|
tests-nginx-debian-ingresses_1_2-1.31.0.html
Expired
|
18.4 KB |
|
tests-nginx-debian-ingresses_2_2-1.31.0.html
Expired
|
18.4 KB |
|
tests-nginx-ubi-TS-1.31.0.html
Expired
|
18.6 KB |
|