Docker image update af97676a (#6981) #866
Annotations
1 error
Build Base Container
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -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 shadow-utils subscription-manager \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; \tfi \t&& if [ -z \"${NAP_MODULES##*dos*}\" ]; then \tcp /tmp/app-protect-dos-9.repo /etc/yum.repos.d/app-protect-dos-9.repo \t&& microdnf --nodocs install -y app-protect-dos \t&& rm -f /etc/yum.repos.d/app-protect-dos-9.repo \t&& nap-dos.sh; \tfi \t&& subscription-manager unregister \t&& ubi-clean.sh \t&& if [ \"${NGINX_AGENT}\" = \"true\" ]; then agent.sh; fi" did not complete successfully: exit code: 1
|
Loading