Skip to content

Update ghcr.io/linuxserver/baseimage-alpine-nginx Docker tag to v3.21 #564

Update ghcr.io/linuxserver/baseimage-alpine-nginx Docker tag to v3.21

Update ghcr.io/linuxserver/baseimage-alpine-nginx Docker tag to v3.21 #564

Triggered via pull request December 14, 2024 01:53
Status Failure
Total duration 24s
Artifacts

docker-publish.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
build
buildx failed with: ERROR: 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
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636