php-fpm-nginx 7.4 : debian and php-sury updates #88
Annotations
1 error and 4 warnings
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends apt-transport-https curl gnupg ca-certificates && { curl https://packages.sury.org/php/apt.gpg | apt-key add - ; } && { echo 'deb https://packages.sury.org/php/ buster main' > /etc/apt/sources.list.d/deb.sury.org.list ; } && apt-get update && PHP_PKG_VERSION=$(apt-cache show php${PHP_MAJOR_VERSION} | grep -E \"^Version: ([[:digit:]]+:)?${PHP_MINOR_VERSION}\" | sed -E -e 's/^Version:\\s*//' | sort -r | head -1) && apt-get install -y --no-install-recommends php7.3=${PHP_PKG_VERSION} php7.3-fpm php7.3-curl php7.3-json php7.3-mbstring php7.3-bcmath php7.3-mysql php7.3-imap php7.3-gd php7.3-xml php7.3-zip php7.3-redis php7.3-memcached gettext-base unzip rsync git netcat nginx python3 python3-pip python3-setuptools python3-wheel python3-dev && php -r \"if (new Redis() == true){ echo \\\"OK \\r\\n\\\"; }\" && pip3 install chaperone && pip3 install 'PyYAML>=3.1.1,<5.4' && test -d /usr/local/lib/python3.7/dist-packages/chaperone && grep -lr 'asyncio.async' /usr/local/lib/python3.7/dist-packages/chaperone | xargs sed -i -e 's/asyncio\\.async/asyncio.ensure_future/' && chgrp -R 0 /var/lib/nginx /run && chmod -R g+rwX /var/lib/nginx /run && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*" did not complete successfully: exit code: 100
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, docker/build-push-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, docker/build-push-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
This job failed
Loading