Update ghcr.io/linuxserver/baseimage-alpine-nginx Docker tag to v3.24 #31
Annotations
1 error and 1 warning
|
build
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c if [ -z ${NGINX_VERSION+x} ]; then NGINX_VERSION=$(curl -sL \"http://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz\" | tar -xz -C /tmp && awk '/^P:nginx$/,/V:/' /tmp/APKINDEX | sed -n 2p | sed 's/^V://'); fi && apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community php82-pecl-mcrypt && echo \"**** configure php-fpm to pass env vars ****\" && sed -E -i 's/^;?clear_env ?=.*$/clear_env = no/g' /etc/php82/php-fpm.d/www.conf && grep -qxF 'clear_env = no' /etc/php82/php-fpm.d/www.conf || echo 'clear_env = no' >> /etc/php82/php-fpm.d/www.conf && echo \"env[PATH] = /usr/local/bin:/usr/bin:/bin\" >> /etc/php82/php-fpm.conf" did not complete successfully: exit code: 1
|
|
build
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, docker/build-push-action@v5, docker/metadata-action@v5, docker/setup-buildx-action@v3, docker/setup-qemu-action@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|