Skip to content

CI on "20240807-ff-doc-fix" by @danielnginx #15470

CI on "20240807-ff-doc-fix" by @danielnginx

CI on "20240807-ff-doc-fix" by @danielnginx #15470

Triggered via pull request August 7, 2024 11:55
Status Failure
Total duration 11m 31s
Artifacts 22

ci.yml

on: pull_request
Checks and variables
15s
Checks and variables
Verify generated code
1m 5s
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
0s
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
Waiting for pending jobs
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  /  Run govulncheck
Promote images on Force Run / Run govulncheck
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-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 / 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

13 errors and 45 warnings
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-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-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 (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 \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,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, 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 (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 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 ca-certificates \t&& ubi-setup.sh \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&& ubi-clean.sh \t&& if [ \"${NGINX_AGENT}\" = \"true\" ]; then \tagent.sh; \tfi" did not complete successfully: exit code: 1
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 (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, 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 (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 Binaries
You are using 'latest' as default version. Will lock to '~> v2'.
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-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-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-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 (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 (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, 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 (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
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 (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 (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 (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 (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, 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 (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 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 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 (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

Artifacts

Produced during runtime
Name Size
nginxinc~kubernetes-ingress~1J6CG9.dockerbuild Expired
30.5 KB
nginxinc~kubernetes-ingress~2T5V4J.dockerbuild Expired
33.2 KB
nginxinc~kubernetes-ingress~HH5S9N.dockerbuild Expired
33 KB
nginxinc~kubernetes-ingress~J8579R.dockerbuild Expired
29.7 KB
nginxinc~kubernetes-ingress~JWODWX.dockerbuild Expired
32.6 KB
nginxinc~kubernetes-ingress~KCCBI2.dockerbuild Expired
49.6 KB
nginxinc~kubernetes-ingress~KK93B2.dockerbuild Expired
32.6 KB
nginxinc~kubernetes-ingress~PBRRSW.dockerbuild Expired
198 KB
nginxinc~kubernetes-ingress~PCF3LS.dockerbuild Expired
49.2 KB
nginxinc~kubernetes-ingress~QM3TSV.dockerbuild Expired
88.4 KB
nginxinc~kubernetes-ingress~QN5EML.dockerbuild Expired
40.1 KB
nginxinc~kubernetes-ingress~RJ00QX.dockerbuild Expired
112 KB
nginxinc~kubernetes-ingress~RNSFV4.dockerbuild Expired
211 KB
nginxinc~kubernetes-ingress~SPYTHY.dockerbuild Expired
31.8 KB
nginxinc~kubernetes-ingress~SU71UQ.dockerbuild Expired
85.7 KB
nginxinc~kubernetes-ingress~T6V4YU.dockerbuild Expired
51.7 KB
nginxinc~kubernetes-ingress~U3KP9S.dockerbuild Expired
33.6 KB
nginxinc~kubernetes-ingress~VJI3I5.dockerbuild Expired
32.7 KB
nginxinc~kubernetes-ingress~X521AU.dockerbuild Expired
30.1 KB
nginxinc~kubernetes-ingress~XMNH0L.dockerbuild Expired
38.2 KB
nginxinc~kubernetes-ingress~Y0EA0D.dockerbuild Expired
158 KB
nginxinc~kubernetes-ingress~ZUIYAH.dockerbuild Expired
29.6 KB