Update PHP #143
release.yml
on: push
Generate Jobs
3s
Matrix: Release image
Annotations
20 errors
|
Release image (8.5, cli-alpine, false)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c set -eux; apk add --update --no-cache --virtual .build-deps freetype-dev gmp-dev icu-dev libintl libjpeg-turbo-dev libpng-dev libxml2-dev libzip-dev linux-headers postgresql-dev $PHPIZE_DEPS ; docker-php-ext-configure gd --with-freetype=/usr/include/ --with-jpeg=/usr/include/ ; docker-php-ext-install -j\"$(getconf _NPROCESSORS_ONLN)\" bcmath gd gmp intl opcache pdo_mysql pdo_pgsql pcntl sockets zip ; pecl update-channels; pecl install redis xdebug ; docker-php-ext-enable redis; rm -rf /tmp/pear ~/.pearrc; runDeps=\"$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\\n' | sort -u | awk 'system(\"[ -e /usr/local/lib/\" $1 \" ]\") == 0 { next } { print \"so:\" $1 }' )\"; apk add --update --no-cache --virtual .run-deps $runDeps; apk del .build-deps; php --version" did not complete successfully: exit code: 2
|
|
Release image (8.5, apache, false)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c set -eux; savedAptMark=\"$(apt-mark showmanual)\"; apt-get update; apt-get install -y --no-install-recommends libfreetype6-dev libgmp-dev libicu-dev libjpeg62-turbo-dev libpng-dev libpq-dev libzip-dev $PHPIZE_DEPS ; docker-php-ext-configure gd --with-freetype=/usr/include/ --with-jpeg=/usr/include/ ; docker-php-ext-install -j\"$(getconf _NPROCESSORS_ONLN)\" bcmath gd gmp intl opcache pdo_mysql pdo_pgsql pcntl sockets zip ; pecl update-channels; pecl install redis xdebug ; docker-php-ext-enable redis; rm -rf /tmp/pear ~/.pearrc; apt-mark auto '.*' > /dev/null; [ -z \"$savedAptMark\" ] || apt-mark manual $savedAptMark; find /usr/local -type f -executable -exec ldd '{}' ';' | awk '/=>/ { so = $(NF-1); if (index(so, \"/usr/local/\") == 1) { next }; gsub(\"^/(usr/)?\", \"\", so); print so }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual ; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; php --version" did not complete successfully: exit code: 2
|
|
Release image (8.5, cli, false)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c set -eux; savedAptMark=\"$(apt-mark showmanual)\"; apt-get update; apt-get install -y --no-install-recommends libfreetype6-dev libgmp-dev libicu-dev libjpeg62-turbo-dev libpng-dev libpq-dev libzip-dev $PHPIZE_DEPS ; docker-php-ext-configure gd --with-freetype=/usr/include/ --with-jpeg=/usr/include/ ; docker-php-ext-install -j\"$(getconf _NPROCESSORS_ONLN)\" bcmath gd gmp intl opcache pdo_mysql pdo_pgsql pcntl sockets zip ; pecl update-channels; pecl install redis xdebug ; docker-php-ext-enable redis; rm -rf /tmp/pear ~/.pearrc; apt-mark auto '.*' > /dev/null; [ -z \"$savedAptMark\" ] || apt-mark manual $savedAptMark; find /usr/local -type f -executable -exec ldd '{}' ';' | awk '/=>/ { so = $(NF-1); if (index(so, \"/usr/local/\") == 1) { next }; gsub(\"^/(usr/)?\", \"\", so); print so }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual ; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; php --version" did not complete successfully: exit code: 2
|
|
Release image (8.2, zts-alpine, false)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c set -eux; apk add --update --no-cache --virtual .build-deps freetype-dev gmp-dev icu-dev libintl libjpeg-turbo-dev libpng-dev libxml2-dev libzip-dev linux-headers postgresql-dev $PHPIZE_DEPS ; docker-php-ext-configure gd --with-freetype=/usr/include/ --with-jpeg=/usr/include/ ; docker-php-ext-install -j\"$(getconf _NPROCESSORS_ONLN)\" bcmath gd gmp intl opcache pdo_mysql pdo_pgsql pcntl sockets zip ; pecl update-channels; pecl install redis xdebug ; docker-php-ext-enable redis; rm -rf /tmp/pear ~/.pearrc; runDeps=\"$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\\n' | sort -u | awk 'system(\"[ -e /usr/local/lib/\" $1 \" ]\") == 0 { next } { print \"so:\" $1 }' )\"; apk add --update --no-cache --virtual .run-deps $runDeps; apk del .build-deps; php --version" did not complete successfully: exit code: 2
|
|
Release image (8.2, apache, false)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c set -eux; savedAptMark=\"$(apt-mark showmanual)\"; apt-get update; apt-get install -y --no-install-recommends libfreetype6-dev libgmp-dev libicu-dev libjpeg62-turbo-dev libpng-dev libpq-dev libzip-dev $PHPIZE_DEPS ; docker-php-ext-configure gd --with-freetype=/usr/include/ --with-jpeg=/usr/include/ ; docker-php-ext-install -j\"$(getconf _NPROCESSORS_ONLN)\" bcmath gd gmp intl opcache pdo_mysql pdo_pgsql pcntl sockets zip ; pecl update-channels; pecl install redis xdebug ; docker-php-ext-enable redis; rm -rf /tmp/pear ~/.pearrc; apt-mark auto '.*' > /dev/null; [ -z \"$savedAptMark\" ] || apt-mark manual $savedAptMark; find /usr/local -type f -executable -exec ldd '{}' ';' | awk '/=>/ { so = $(NF-1); if (index(so, \"/usr/local/\") == 1) { next }; gsub(\"^/(usr/)?\", \"\", so); print so }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual ; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; php --version" did not complete successfully: exit code: 123
|
|
Release image (8.3, apache, false)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c set -eux; savedAptMark=\"$(apt-mark showmanual)\"; apt-get update; apt-get install -y --no-install-recommends libfreetype6-dev libgmp-dev libicu-dev libjpeg62-turbo-dev libpng-dev libpq-dev libzip-dev $PHPIZE_DEPS ; docker-php-ext-configure gd --with-freetype=/usr/include/ --with-jpeg=/usr/include/ ; docker-php-ext-install -j\"$(getconf _NPROCESSORS_ONLN)\" bcmath gd gmp intl opcache pdo_mysql pdo_pgsql pcntl sockets zip ; pecl update-channels; pecl install redis xdebug ; docker-php-ext-enable redis; rm -rf /tmp/pear ~/.pearrc; apt-mark auto '.*' > /dev/null; [ -z \"$savedAptMark\" ] || apt-mark manual $savedAptMark; find /usr/local -type f -executable -exec ldd '{}' ';' | awk '/=>/ { so = $(NF-1); if (index(so, \"/usr/local/\") == 1) { next }; gsub(\"^/(usr/)?\", \"\", so); print so }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual ; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; php --version" did not complete successfully: exit code: 123
|
|
Release image (8.2, cli, false)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c set -eux; savedAptMark=\"$(apt-mark showmanual)\"; apt-get update; apt-get install -y --no-install-recommends libfreetype6-dev libgmp-dev libicu-dev libjpeg62-turbo-dev libpng-dev libpq-dev libzip-dev $PHPIZE_DEPS ; docker-php-ext-configure gd --with-freetype=/usr/include/ --with-jpeg=/usr/include/ ; docker-php-ext-install -j\"$(getconf _NPROCESSORS_ONLN)\" bcmath gd gmp intl opcache pdo_mysql pdo_pgsql pcntl sockets zip ; pecl update-channels; pecl install redis xdebug ; docker-php-ext-enable redis; rm -rf /tmp/pear ~/.pearrc; apt-mark auto '.*' > /dev/null; [ -z \"$savedAptMark\" ] || apt-mark manual $savedAptMark; find /usr/local -type f -executable -exec ldd '{}' ';' | awk '/=>/ { so = $(NF-1); if (index(so, \"/usr/local/\") == 1) { next }; gsub(\"^/(usr/)?\", \"\", so); print so }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual ; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; php --version" did not complete successfully: exit code: 123
|
|
Release image (8.3, zts, false)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c set -eux; savedAptMark=\"$(apt-mark showmanual)\"; apt-get update; apt-get install -y --no-install-recommends libfreetype6-dev libgmp-dev libicu-dev libjpeg62-turbo-dev libpng-dev libpq-dev libzip-dev $PHPIZE_DEPS ; docker-php-ext-configure gd --with-freetype=/usr/include/ --with-jpeg=/usr/include/ ; docker-php-ext-install -j\"$(getconf _NPROCESSORS_ONLN)\" bcmath gd gmp intl opcache pdo_mysql pdo_pgsql pcntl sockets zip ; pecl update-channels; pecl install redis xdebug ; docker-php-ext-enable redis; rm -rf /tmp/pear ~/.pearrc; apt-mark auto '.*' > /dev/null; [ -z \"$savedAptMark\" ] || apt-mark manual $savedAptMark; find /usr/local -type f -executable -exec ldd '{}' ';' | awk '/=>/ { so = $(NF-1); if (index(so, \"/usr/local/\") == 1) { next }; gsub(\"^/(usr/)?\", \"\", so); print so }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual ; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; php --version" did not complete successfully: exit code: 123
|
|
Release image (8.3, cli, false)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c set -eux; savedAptMark=\"$(apt-mark showmanual)\"; apt-get update; apt-get install -y --no-install-recommends libfreetype6-dev libgmp-dev libicu-dev libjpeg62-turbo-dev libpng-dev libpq-dev libzip-dev $PHPIZE_DEPS ; docker-php-ext-configure gd --with-freetype=/usr/include/ --with-jpeg=/usr/include/ ; docker-php-ext-install -j\"$(getconf _NPROCESSORS_ONLN)\" bcmath gd gmp intl opcache pdo_mysql pdo_pgsql pcntl sockets zip ; pecl update-channels; pecl install redis xdebug ; docker-php-ext-enable redis; rm -rf /tmp/pear ~/.pearrc; apt-mark auto '.*' > /dev/null; [ -z \"$savedAptMark\" ] || apt-mark manual $savedAptMark; find /usr/local -type f -executable -exec ldd '{}' ';' | awk '/=>/ { so = $(NF-1); if (index(so, \"/usr/local/\") == 1) { next }; gsub(\"^/(usr/)?\", \"\", so); print so }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual ; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; php --version" did not complete successfully: exit code: 123
|
|
Release image (8.2, zts, false)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c set -eux; savedAptMark=\"$(apt-mark showmanual)\"; apt-get update; apt-get install -y --no-install-recommends libfreetype6-dev libgmp-dev libicu-dev libjpeg62-turbo-dev libpng-dev libpq-dev libzip-dev $PHPIZE_DEPS ; docker-php-ext-configure gd --with-freetype=/usr/include/ --with-jpeg=/usr/include/ ; docker-php-ext-install -j\"$(getconf _NPROCESSORS_ONLN)\" bcmath gd gmp intl opcache pdo_mysql pdo_pgsql pcntl sockets zip ; pecl update-channels; pecl install redis xdebug ; docker-php-ext-enable redis; rm -rf /tmp/pear ~/.pearrc; apt-mark auto '.*' > /dev/null; [ -z \"$savedAptMark\" ] || apt-mark manual $savedAptMark; find /usr/local -type f -executable -exec ldd '{}' ';' | awk '/=>/ { so = $(NF-1); if (index(so, \"/usr/local/\") == 1) { next }; gsub(\"^/(usr/)?\", \"\", so); print so }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual ; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; php --version" did not complete successfully: exit code: 123
|
|
Release image (8.2, fpm, false)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c set -eux; savedAptMark=\"$(apt-mark showmanual)\"; apt-get update; apt-get install -y --no-install-recommends libfreetype6-dev libgmp-dev libicu-dev libjpeg62-turbo-dev libpng-dev libpq-dev libzip-dev $PHPIZE_DEPS ; docker-php-ext-configure gd --with-freetype=/usr/include/ --with-jpeg=/usr/include/ ; docker-php-ext-install -j\"$(getconf _NPROCESSORS_ONLN)\" bcmath gd gmp intl opcache pdo_mysql pdo_pgsql pcntl sockets zip ; pecl update-channels; pecl install redis xdebug ; docker-php-ext-enable redis; rm -rf /tmp/pear ~/.pearrc; apt-mark auto '.*' > /dev/null; [ -z \"$savedAptMark\" ] || apt-mark manual $savedAptMark; find /usr/local -type f -executable -exec ldd '{}' ';' | awk '/=>/ { so = $(NF-1); if (index(so, \"/usr/local/\") == 1) { next }; gsub(\"^/(usr/)?\", \"\", so); print so }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual ; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; php --version" did not complete successfully: exit code: 123
|
|
Release image (8.4, zts, false)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c set -eux; savedAptMark=\"$(apt-mark showmanual)\"; apt-get update; apt-get install -y --no-install-recommends libfreetype6-dev libgmp-dev libicu-dev libjpeg62-turbo-dev libpng-dev libpq-dev libzip-dev $PHPIZE_DEPS ; docker-php-ext-configure gd --with-freetype=/usr/include/ --with-jpeg=/usr/include/ ; docker-php-ext-install -j\"$(getconf _NPROCESSORS_ONLN)\" bcmath gd gmp intl opcache pdo_mysql pdo_pgsql pcntl sockets zip ; pecl update-channels; pecl install redis xdebug ; docker-php-ext-enable redis; rm -rf /tmp/pear ~/.pearrc; apt-mark auto '.*' > /dev/null; [ -z \"$savedAptMark\" ] || apt-mark manual $savedAptMark; find /usr/local -type f -executable -exec ldd '{}' ';' | awk '/=>/ { so = $(NF-1); if (index(so, \"/usr/local/\") == 1) { next }; gsub(\"^/(usr/)?\", \"\", so); print so }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual ; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; php --version" did not complete successfully: exit code: 123
|
|
Release image (8.4, fpm, false)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c set -eux; savedAptMark=\"$(apt-mark showmanual)\"; apt-get update; apt-get install -y --no-install-recommends libfreetype6-dev libgmp-dev libicu-dev libjpeg62-turbo-dev libpng-dev libpq-dev libzip-dev $PHPIZE_DEPS ; docker-php-ext-configure gd --with-freetype=/usr/include/ --with-jpeg=/usr/include/ ; docker-php-ext-install -j\"$(getconf _NPROCESSORS_ONLN)\" bcmath gd gmp intl opcache pdo_mysql pdo_pgsql pcntl sockets zip ; pecl update-channels; pecl install redis xdebug ; docker-php-ext-enable redis; rm -rf /tmp/pear ~/.pearrc; apt-mark auto '.*' > /dev/null; [ -z \"$savedAptMark\" ] || apt-mark manual $savedAptMark; find /usr/local -type f -executable -exec ldd '{}' ';' | awk '/=>/ { so = $(NF-1); if (index(so, \"/usr/local/\") == 1) { next }; gsub(\"^/(usr/)?\", \"\", so); print so }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual ; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; php --version" did not complete successfully: exit code: 123
|
|
Release image (8.5, fpm-alpine, false)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c set -eux; apk add --update --no-cache --virtual .build-deps freetype-dev gmp-dev icu-dev libintl libjpeg-turbo-dev libpng-dev libxml2-dev libzip-dev linux-headers postgresql-dev $PHPIZE_DEPS ; docker-php-ext-configure gd --with-freetype=/usr/include/ --with-jpeg=/usr/include/ ; docker-php-ext-install -j\"$(getconf _NPROCESSORS_ONLN)\" bcmath gd gmp intl opcache pdo_mysql pdo_pgsql pcntl sockets zip ; pecl update-channels; pecl install redis xdebug ; docker-php-ext-enable redis; rm -rf /tmp/pear ~/.pearrc; runDeps=\"$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\\n' | sort -u | awk 'system(\"[ -e /usr/local/lib/\" $1 \" ]\") == 0 { next } { print \"so:\" $1 }' )\"; apk add --update --no-cache --virtual .run-deps $runDeps; apk del .build-deps; php --version" did not complete successfully: exit code: 2
|
|
Release image (8.5, zts, false)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c set -eux; savedAptMark=\"$(apt-mark showmanual)\"; apt-get update; apt-get install -y --no-install-recommends libfreetype6-dev libgmp-dev libicu-dev libjpeg62-turbo-dev libpng-dev libpq-dev libzip-dev $PHPIZE_DEPS ; docker-php-ext-configure gd --with-freetype=/usr/include/ --with-jpeg=/usr/include/ ; docker-php-ext-install -j\"$(getconf _NPROCESSORS_ONLN)\" bcmath gd gmp intl opcache pdo_mysql pdo_pgsql pcntl sockets zip ; pecl update-channels; pecl install redis xdebug ; docker-php-ext-enable redis; rm -rf /tmp/pear ~/.pearrc; apt-mark auto '.*' > /dev/null; [ -z \"$savedAptMark\" ] || apt-mark manual $savedAptMark; find /usr/local -type f -executable -exec ldd '{}' ';' | awk '/=>/ { so = $(NF-1); if (index(so, \"/usr/local/\") == 1) { next }; gsub(\"^/(usr/)?\", \"\", so); print so }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual ; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; php --version" did not complete successfully: exit code: 2
|
|
Release image (8.5, zts-alpine, false)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c set -eux; apk add --update --no-cache --virtual .build-deps freetype-dev gmp-dev icu-dev libintl libjpeg-turbo-dev libpng-dev libxml2-dev libzip-dev linux-headers postgresql-dev $PHPIZE_DEPS ; docker-php-ext-configure gd --with-freetype=/usr/include/ --with-jpeg=/usr/include/ ; docker-php-ext-install -j\"$(getconf _NPROCESSORS_ONLN)\" bcmath gd gmp intl opcache pdo_mysql pdo_pgsql pcntl sockets zip ; pecl update-channels; pecl install redis xdebug ; docker-php-ext-enable redis; rm -rf /tmp/pear ~/.pearrc; runDeps=\"$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\\n' | sort -u | awk 'system(\"[ -e /usr/local/lib/\" $1 \" ]\") == 0 { next } { print \"so:\" $1 }' )\"; apk add --update --no-cache --virtual .run-deps $runDeps; apk del .build-deps; php --version" did not complete successfully: exit code: 2
|
|
Release image (8.5, fpm, false)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c set -eux; savedAptMark=\"$(apt-mark showmanual)\"; apt-get update; apt-get install -y --no-install-recommends libfreetype6-dev libgmp-dev libicu-dev libjpeg62-turbo-dev libpng-dev libpq-dev libzip-dev $PHPIZE_DEPS ; docker-php-ext-configure gd --with-freetype=/usr/include/ --with-jpeg=/usr/include/ ; docker-php-ext-install -j\"$(getconf _NPROCESSORS_ONLN)\" bcmath gd gmp intl opcache pdo_mysql pdo_pgsql pcntl sockets zip ; pecl update-channels; pecl install redis xdebug ; docker-php-ext-enable redis; rm -rf /tmp/pear ~/.pearrc; apt-mark auto '.*' > /dev/null; [ -z \"$savedAptMark\" ] || apt-mark manual $savedAptMark; find /usr/local -type f -executable -exec ldd '{}' ';' | awk '/=>/ { so = $(NF-1); if (index(so, \"/usr/local/\") == 1) { next }; gsub(\"^/(usr/)?\", \"\", so); print so }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual ; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; php --version" did not complete successfully: exit code: 2
|
|
Release image (8.3, fpm, false)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c set -eux; savedAptMark=\"$(apt-mark showmanual)\"; apt-get update; apt-get install -y --no-install-recommends libfreetype6-dev libgmp-dev libicu-dev libjpeg62-turbo-dev libpng-dev libpq-dev libzip-dev $PHPIZE_DEPS ; docker-php-ext-configure gd --with-freetype=/usr/include/ --with-jpeg=/usr/include/ ; docker-php-ext-install -j\"$(getconf _NPROCESSORS_ONLN)\" bcmath gd gmp intl opcache pdo_mysql pdo_pgsql pcntl sockets zip ; pecl update-channels; pecl install redis xdebug ; docker-php-ext-enable redis; rm -rf /tmp/pear ~/.pearrc; apt-mark auto '.*' > /dev/null; [ -z \"$savedAptMark\" ] || apt-mark manual $savedAptMark; find /usr/local -type f -executable -exec ldd '{}' ';' | awk '/=>/ { so = $(NF-1); if (index(so, \"/usr/local/\") == 1) { next }; gsub(\"^/(usr/)?\", \"\", so); print so }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual ; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; php --version" did not complete successfully: exit code: 123
|
|
Release image (8.4, apache, false)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c set -eux; savedAptMark=\"$(apt-mark showmanual)\"; apt-get update; apt-get install -y --no-install-recommends libfreetype6-dev libgmp-dev libicu-dev libjpeg62-turbo-dev libpng-dev libpq-dev libzip-dev $PHPIZE_DEPS ; docker-php-ext-configure gd --with-freetype=/usr/include/ --with-jpeg=/usr/include/ ; docker-php-ext-install -j\"$(getconf _NPROCESSORS_ONLN)\" bcmath gd gmp intl opcache pdo_mysql pdo_pgsql pcntl sockets zip ; pecl update-channels; pecl install redis xdebug ; docker-php-ext-enable redis; rm -rf /tmp/pear ~/.pearrc; apt-mark auto '.*' > /dev/null; [ -z \"$savedAptMark\" ] || apt-mark manual $savedAptMark; find /usr/local -type f -executable -exec ldd '{}' ';' | awk '/=>/ { so = $(NF-1); if (index(so, \"/usr/local/\") == 1) { next }; gsub(\"^/(usr/)?\", \"\", so); print so }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual ; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; php --version" did not complete successfully: exit code: 123
|
|
Release image (8.4, cli, false)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c set -eux; savedAptMark=\"$(apt-mark showmanual)\"; apt-get update; apt-get install -y --no-install-recommends libfreetype6-dev libgmp-dev libicu-dev libjpeg62-turbo-dev libpng-dev libpq-dev libzip-dev $PHPIZE_DEPS ; docker-php-ext-configure gd --with-freetype=/usr/include/ --with-jpeg=/usr/include/ ; docker-php-ext-install -j\"$(getconf _NPROCESSORS_ONLN)\" bcmath gd gmp intl opcache pdo_mysql pdo_pgsql pcntl sockets zip ; pecl update-channels; pecl install redis xdebug ; docker-php-ext-enable redis; rm -rf /tmp/pear ~/.pearrc; apt-mark auto '.*' > /dev/null; [ -z \"$savedAptMark\" ] || apt-mark manual $savedAptMark; find /usr/local -type f -executable -exec ldd '{}' ';' | awk '/=>/ { so = $(NF-1); if (index(so, \"/usr/local/\") == 1) { next }; gsub(\"^/(usr/)?\", \"\", so); print so }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual ; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; php --version" did not complete successfully: exit code: 123
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
oanhnn~docker-php~0LQHEP.dockerbuild
Expired
|
471 KB |
sha256:c9a25bef86774fda32fbfa257aea854f86d4ea9850fa721376714fe4e9996977
|
|
|
oanhnn~docker-php~1ZSZZ2.dockerbuild
Expired
|
477 KB |
sha256:cb4520870be2358db74044d891b0273a4c817289f7c23d156d30a68948542b43
|
|
|
oanhnn~docker-php~2ZZVH5.dockerbuild
Expired
|
148 KB |
sha256:ba8cb1b6fec292e2b4835172a975e635bc88aeee875e6ae1c79a9ccf6b7d834b
|
|
|
oanhnn~docker-php~31GQML.dockerbuild
Expired
|
497 KB |
sha256:978f7cd7aba4e8002d44464c49f69416d37b9e1e8487889b73cb224c566b514e
|
|
|
oanhnn~docker-php~640W1Q.dockerbuild
Expired
|
150 KB |
sha256:d01c07395043c4fe81bf586e097656c68fdf784319f76a206ce337e0512edb8c
|
|
|
oanhnn~docker-php~7CVL0S.dockerbuild
Expired
|
148 KB |
sha256:74a7b3d9fbc0a861f2e761e7d4139d67d29b014e47d06886fa290d3ebcec1f7f
|
|
|
oanhnn~docker-php~7LNX4V.dockerbuild
Expired
|
91.4 KB |
sha256:b54c052ef0b05a187bb2bb488784656cace3c6a6d13af23f22d7e7bf690a6c48
|
|
|
oanhnn~docker-php~88VRXG.dockerbuild
Expired
|
158 KB |
sha256:f7bd59e912b2934344556bde9dc7f916d0ff7fe64dc38aa4b5a1bba41edf640d
|
|
|
oanhnn~docker-php~9K41QX.dockerbuild
Expired
|
155 KB |
sha256:4fd933d1d9aaeede8035b689b865df4713401a912e6681c3e933916891495305
|
|
|
oanhnn~docker-php~D5LG1O.dockerbuild
Expired
|
487 KB |
sha256:21d4ea4d05a476f5709c6d644470d149a0e3d5c90222fb95cf72d586399c2b20
|
|
|
oanhnn~docker-php~ESQKJD.dockerbuild
Expired
|
93.7 KB |
sha256:66ef936f94e288c14a964ffe0aac2bcb8482e2da76f19ebe89b563479d8abf18
|
|
|
oanhnn~docker-php~ETVY34.dockerbuild
Expired
|
99.3 KB |
sha256:6364a9ea85b0331ec6bfd52067d389e29ab8987e5d6e50126ba931a9dbb1b234
|
|
|
oanhnn~docker-php~KR9ZXH.dockerbuild
Expired
|
488 KB |
sha256:602b5b2a4c968e0b64911f5f70ebb6a236dd2296683c85a8521c4ddf9cd1b038
|
|
|
oanhnn~docker-php~LLV28N.dockerbuild
Expired
|
152 KB |
sha256:c25d77f97d1e8808164fa2d1b7cf496572b2ea130b0d232b2cb7f66823314d5f
|
|
|
oanhnn~docker-php~LQ8DX2.dockerbuild
Expired
|
163 KB |
sha256:58f3949d46c934d08e85bda1b7903a4f6a181153b4fd7e6b6d40d60541cb2be1
|
|
|
oanhnn~docker-php~OMJE2R.dockerbuild
Expired
|
157 KB |
sha256:19e8bb348ae50a95b0c4d36c038441f856471a8320ed855e29546dcbd078d5da
|
|
|
oanhnn~docker-php~ON7W0A.dockerbuild
Expired
|
154 KB |
sha256:5f6fbd2bf71ba28cc8bd36f21b2511259d870f49b56c091c94d21ab11d6ee87d
|
|
|
oanhnn~docker-php~P63NOH.dockerbuild
Expired
|
99.4 KB |
sha256:aa6754b2e902db0d85d0a0fb24298f0fe29dc028501cb0daca8b8b5d4cbfb37b
|
|
|
oanhnn~docker-php~Q1WFMQ.dockerbuild
Expired
|
491 KB |
sha256:3a32592a103b1c82d01e9932785e8dfdc892e1a9dc2c1092e145225bf0e036a0
|
|
|
oanhnn~docker-php~Q2YA98.dockerbuild
Expired
|
111 KB |
sha256:e38eaf255aefccaf34203d160b369526286da1e6746ebe0ec6fbc01e6d8cd701
|
|
|
oanhnn~docker-php~T4BC7T.dockerbuild
Expired
|
150 KB |
sha256:50e8fbd31c670619a74b7e13bea48ee5a2ba918c4a73c19dcddb8c56a22ba9ec
|
|
|
oanhnn~docker-php~TMYF7U.dockerbuild
Expired
|
485 KB |
sha256:6d6deaf1bb82fdfb38765fca387767f7edb9771feb7e8df5380f5bd89eec4992
|
|
|
oanhnn~docker-php~VF5NHG.dockerbuild
Expired
|
152 KB |
sha256:82d4f4b49a2b7334ee162f8308fc35d02f376a80343c1c753ef1a0486d49a773
|
|
|
oanhnn~docker-php~VFUO7R.dockerbuild
Expired
|
94.6 KB |
sha256:c30a30d739772e0f8df2de98c67ac79da1edf9c44d9d67c4750218f2fa89dfaa
|
|
|
oanhnn~docker-php~VG907S.dockerbuild
Expired
|
508 KB |
sha256:a8ed4d85cbf28a2fd4e26469d7606701c5a5defc12f4001d5f094a6c34db21b8
|
|
|
oanhnn~docker-php~XD1CZ2.dockerbuild
Expired
|
103 KB |
sha256:bf91cdebc0d2d8586f540db4c5791d5832d7204f2010879c7b2df0384bfb8bbe
|
|
|
oanhnn~docker-php~Y5MBJA.dockerbuild
Expired
|
153 KB |
sha256:d256ef675081b040b2157aa6c5b0eb5dd00fb7e8ced4bdda51e6e3938b265cab
|
|
|
oanhnn~docker-php~YAZR3G.dockerbuild
Expired
|
103 KB |
sha256:24d3ddde8bb02f3a5c38ef7484478af69df0ff6dae0e3e12a853396988b12291
|
|