Skip to content

Merge pull request #44 from docker-nginx-static/renovate/docker-setup… #21

Merge pull request #44 from docker-nginx-static/renovate/docker-setup…

Merge pull request #44 from docker-nginx-static/renovate/docker-setup… #21

Triggered via push November 22, 2023 15:16
Status Failure
Total duration 26s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error
docker
buildx failed with: ERROR: failed to solve: process "/bin/ash -eo pipefail -c GPG_KEYS=\"B0F4253373F8F6F510D42178520A9993A1C052F8 \t41DB92713D3BF4BFF3EE91069C5E7FA2F54977D4 \t7338973069ED3F443F4D37DFA64FD5B17ADB39A8 \t13C82A63B603576156E30A4EA0EA981B66B0D967 \t573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62\" \t&& CONFIG=\"\t--prefix=/etc/nginx \t--sbin-path=/usr/sbin/nginx \t--modules-path=/usr/lib/nginx/modules \t--conf-path=/etc/nginx/nginx.conf \t--error-log-path=/var/log/nginx/error.log \t--http-log-path=/var/log/nginx/access.log \t--pid-path=/var/run/nginx.pid \t--lock-path=/var/run/nginx.lock \t--http-client-body-temp-path=/var/cache/nginx/client_temp \t--http-proxy-temp-path=/var/cache/nginx/proxy_temp \t--http-fastcgi-temp-path=/var/cache/nginx/fastcgi_temp \t--http-uwsgi-temp-path=/var/cache/nginx/uwsgi_temp \t--http-scgi-temp-path=/var/cache/nginx/scgi_temp \t--user=nginx \t--group=nginx \t--with-http_gunzip_module \t--with-http_gzip_static_module \t--with-threads \t--with-file-aio \t\" \t&& addgroup -S nginx \t&& adduser -D -S -h /var/cache/nginx -s /sbin/nologin -G nginx nginx \t&& apk add --no-cache --virtual .build-deps \tgcc \tlibc-dev \tmake \tpcre-dev \tzlib-dev \tlinux-headers \tcurl \tgnupg \tgd-dev \t&& curl -fSL \"https://nginx.org/download/nginx-$NGINX_VERSION.tar.gz\" -o nginx.tar.gz \t&& curl -fSL \"https://nginx.org/download/nginx-$NGINX_VERSION.tar.gz.asc\" -o nginx.tar.gz.asc \t&& fetch_gpg_keys() { \tset -- \"$@\" \"--recv-keys\"; \tfor key in $GPG_KEYS; do set -- \"$@\" \"$key\"; done; \tgpg \"$@\"; \t} \t&& GNUPGHOME=\"$(mktemp -d)\" \t&& export GNUPGHOME \t&& found=''; \tfor server in \thkp://keyserver.ubuntu.com:80 \tpgp.mit.edu \t; do \techo \"Fetching GPG keys $GPG_KEYS from $server\"; \tfetch_gpg_keys --keyserver \"$server\" --keyserver-options timeout=10 && found=yes && break; \tdone; \ttest -z \"$found\" && echo >&2 \"error: failed to fetch GPG keys $GPG_KEYS\" && exit 1; \tgpg --batch --verify nginx.tar.gz.asc nginx.tar.gz \t&& rm -rf \"$GNUPGHOME\" nginx.tar.gz.asc \t&& tar -zx --strip-components=1 -f nginx.tar.gz \t&& rm nginx.tar.gz \t&& make_config() { \tfor config_element in $CONFIG; do set -- \"$@\" \"$config_element\"; done; \tset -- \"$@\" \"--with-debug\"; \tset -o xtrace; \t./configure \"$@\"; \tset +o xtrace; \t} \t&& make_config \t&& make -j \"$(getconf _NPROCESSORS_ONLN)\" \t&& mv objs/nginx objs/nginx-debug \t&& make_config \t&& make -j \"$(getconf _NPROCESSORS_ONLN)\" \t&& make install \t&& rm -rf /etc/nginx/html/ \t&& mkdir /etc/nginx/conf.d/ \t&& mkdir -p /usr/share/nginx/html/ \t&& install -m644 html/index.html /usr/share/nginx/html/ \t&& install -m644 html/50x.html /usr/share/nginx/html/ \t&& install -m755 objs/nginx-debug /usr/sbin/nginx-debug \t&& ln -s ../../usr/lib/nginx/modules /etc/nginx/modules \t&& strip /usr/sbin/nginx* \t&& rm -rf /usr/src \t\t&& apk add --no-cache --virtual .gettext gettext \t&& mv /usr/bin/envsubst /tmp/\t&& runDeps=\"$( \tscanelf --needed --nobanner --format '%n#p' /usr/sbin/nginx /usr/lib/nginx/modules/*.so /tmp/envsubst \t| tr ',' '\\n' \t| sort -u \t| awk 'system(\"[ -e /usr/local/lib/\" $1 \" ]\") == 0 { next } { print \"so:\" $1 }' \t)\" \t&& install_deps() { \tfor dep in $runDeps; do set -- \"$dep\" \"$@\"; done; \tapk add --no-cache --virtual .nginx-rundeps \"$@\"; \t} \t&& install_deps \t&& apk del .build-deps \t&& apk del .gettext \t&& mv /tmp/envsubst /usr/local/bin/ \t\t&& apk add --no-cache tzdata \t\t&& ln -sf /dev/stdout /var/log/nginx/access.log \t&& ln -sf /dev/stderr /var/log/nginx/error.log \t&& mkdir /static" did not complete successfully: exit code: 1