feat(container): update ghcr.io/erhardtconsulting/base-php docker tag (8.3.13 → 8.4.1) #111
build-nextcloud-pr.yml
on: pull_request
build-and-push
3m 27s
Annotations
1 error and 1 warning
build-and-push
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux; apt-get update; apt-get -y install gettext gnupg; /usr/local/bin/install-php-extensions apcu bcmath exif gd gmp igbinary intl ldap mbstring mcrypt memcached mysqli opcache pcntl pdo_mysql pdo_pgsql pgsql redis sysvsem zip; apt-get update; apt-get -y install libmagickcore-6.q16-6-extra libmagickcore-6.q16-dev libmagickwand-6.q16-6 libmagickwand-6.q16-dev libpng-dev libpng16-16; curl -fLo /tmp/imagick.tar.gz https://github.com/Imagick/imagick/archive/refs/tags/${IMAGICK_VERSION}.tar.gz; tar --strip-components=1 -xf /tmp/imagick.tar.gz; phpize; ./configure; make; make install; rm -rf /tmp/*; apt-get -y remove libmagickcore-6.q16-dev libmagickwand-6.q16-dev libpng-dev; docker-php-ext-enable apcu imagick mcrypt memcached redis; apt-get -y autoremove; apt-get clean; mv \"$PHP_INI_DIR/php.ini-production\" \"$PHP_INI_DIR/php.ini\"; mkdir -p /opt/nextcloud; cd /tmp; NEXTCLOUD_TARBALL=\"nextcloud-${NEXTCLOUD_VERSION}.tar.bz2\"; NEXTCLOUD_METADATA=\"nextcloud-${NEXTCLOUD_VERSION}.metadata\"; curl -fLO \"https://download.nextcloud.com/server/releases/${NEXTCLOUD_TARBALL}\"; curl -fLO \"https://download.nextcloud.com/server/releases/${NEXTCLOUD_METADATA}\"; curl -fLO \"https://download.nextcloud.com/server/releases/${NEXTCLOUD_TARBALL}.sha256\"; curl -fLO \"https://download.nextcloud.com/server/releases/${NEXTCLOUD_TARBALL}.asc\"; curl -fLO \"https://nextcloud.com/nextcloud.asc\"; echo \"Verifying both integrity and authenticity of ${NEXTCLOUD_TARBALL}...\"; CHECKSUM_STATE=$(echo -n $(sha256sum -c ${NEXTCLOUD_TARBALL}.sha256) | tail -c 2); if [ \"${CHECKSUM_STATE}\" != \"OK\" ]; then echo \"Warning! Checksum does not match!\" && exit 1; fi; gpg --import nextcloud.asc; FINGERPRINT=\"$(LANG=C gpg --verify ${NEXTCLOUD_TARBALL}.asc ${NEXTCLOUD_TARBALL} 2>&1 | sed -n \"s#Primary key fingerprint: \\(.*\\)#\\1#p\")\"; if [ -z \"${FINGERPRINT}\" ]; then echo \"Warning! Invalid GPG signature!\" && exit 1; fi; if [ \"${FINGERPRINT}\" != \"${NEXTCLOUD_GPG}\" ]; then echo \"Warning! Wrong GPG fingerprint!\" && exit 1; fi; echo \"All seems good, now unpacking ${NEXTCLOUD_TARBALL}...\"; tar xjf ${NEXTCLOUD_TARBALL} --strip-components=1 -C /opt/nextcloud; mkdir -p /opt/nextcloud.install; cp -r /opt/nextcloud/config/* /opt/nextcloud.install; rm -rf /opt/nextcloud/updater; rm -rf /tmp/*; rm -rf /opt/nextcloud/data /opt/nextcloud/config; ln -sf /data/data /opt/nextcloud/data; ln -sf /data/config /opt/nextcloud/config; ln -sf /data/userapps /opt/nextcloud/userapps; ln -sf /tmp/config/php.nextcloud.ini \"$PHP_INI_DIR/conf.d/nextcloud.ini\"; ln -sf /tmp/config/nginx.conf /etc/nginx/nginx-nextcloud.conf" did not complete successfully: exit code: 1
|
build-and-push
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
erhardtconsulting~images~F30H50.dockerbuild
|
195 KB |
|