Skip to content

Push Docker image

Push Docker image #59

Re-run triggered April 18, 2024 08:02
Status Failure
Total duration 2m 35s
Artifacts
Push Docker image to Docker Hub
2m 24s
Push Docker image to Docker Hub
Fit to window
Zoom out
Zoom in

Annotations

1 error
Push Docker image to Docker Hub
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -ex; apk update; apk add ncurses-libs; install-php-extensions amqp apcu ast bcmath exif ffi gd gmp igbinary imagick intl ldap mbstring memcache opcache pdo_pgsql redis relay sockets uuid ; RUNTIME_DEPS=\"$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local/lib/php/extensions | tr ',' '\\n' | sort -u | awk 'system(\"[ -e /usr/local/lib/\" $1 \" ]\") == 0 { next } { print \"so:\" $1 }' )\"; apk add --no-cache $RUNTIME_DEPS; ln -s ${PHP_INI_DIR}/php.ini-production ${PHP_INI_DIR}/php.ini; printf \"memory_limit = -1\\n\" > $PHP_INI_DIR/conf.d/memory_unlimit.ini; wget -O /usr/local/bin/local-php-security-checker https://github.com/fabpot/local-php-security-checker/releases/download/v2.0.6/local-php-security-checker_2.0.6_linux_amd64; chmod +x /usr/local/bin/local-php-security-checker; chmod +x /usr/local/bin/docker-entrypoint; composer self-update; composer global config --no-plugins allow-plugins.ergebnis/composer-normalize true; composer global config --no-plugins allow-plugins.phpro/grumphp-shim true; composer global require --no-scripts --no-progress ergebnis/composer-normalize qossmic/deptrac-shim phpro/grumphp-shim ; composer install --working-dir=/tools/phan --prefer-dist --no-scripts --no-progress; composer install --working-dir=/tools/php-cs-fixer --prefer-dist --no-scripts --no-progress; composer install --working-dir=/tools/phpcs --prefer-dist --no-scripts --no-progress; composer install --working-dir=/tools/phpmd --prefer-dist --no-scripts --no-progress; composer install --working-dir=/tools/phpmnd --prefer-dist --no-scripts --no-progress; composer install --working-dir=/tools/phpstan --prefer-dist --no-scripts --no-progress; composer install --working-dir=/tools/psalm --prefer-dist --no-scripts --no-progress" did not complete successfully: exit code: 1