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