Skip to content

Build Docker images #41

Build Docker images

Build Docker images #41

Triggered via schedule September 8, 2025 03:16
Status Failure
Total duration 42m 31s
Artifacts 8

docker.yaml

on: schedule
check-updates
18s
check-updates
Matrix: Build Docker images
Fit to window
Zoom out
Zoom in

Annotations

2 errors
Build Docker images (dev, Dockerfile)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c set -eux\n\n # region Install Dependencies\n export RUNTIME_DEPENDENCIES=\"\\\n postgresql-client \\\n libmemcached-dev \\\n ca-certificates \\\n libyaml-dev \\\n libzip-dev \\\n zlib1g-dev \\\n gettext \\\n openssl \\\n file \\\n \"\n export BUILD_DEPENDENCIES=\"\\\n ${PHPIZE_DEPS} \\\n linux-headers-generic \\\n libcurl4-openssl-dev \\\n libpcre3-dev \\\n libonig-dev \\\n libssl-dev \\\n libicu-dev \\\n libpq-dev \\\n \"\n\n apt-get update\n apt-get install \\\n --yes \\\n --no-install-recommends \\\n ${BUILD_DEPENDENCIES} \\\n ${RUNTIME_DEPENDENCIES}\n # endregion\n\n # region Install redis extension\n curl \\\n --fail \\\n --silent \\\n --location \\\n --output /tmp/redis.tar.gz \\\n \"https://github.com/phpredis/phpredis/archive/${REDIS_VERSION}.tar.gz\"\n tar xfz /tmp/redis.tar.gz\n rm -rf /tmp/redis.tar.gz\n mkdir -p /usr/src/php/ext\n mv phpredis-* /usr/src/php/ext/redis\n # endregion\n\n # region Install Extensions\n docker-php-source extract\n docker-php-ext-configure zip\n docker-php-ext-install -j$(nproc) \\\n pdo_pgsql \\\n sockets \\\n opcache \\\n bcmath \\\n pcntl \\\n redis \\\n intl \\\n zip \\\n ;\n # endregion\n\n # region Install PECL Extensions\n pecl install memcached\n pecl install excimer\n pecl install \"apcu-${APCU_VERSION}\"\n pecl install yaml\n pecl install \"openswoole-${OPENSWOOLE_VERSION}\"\n pecl clear-cache || true\n docker-php-ext-enable \\\n openswoole \\\n memcached \\\n opcache \\\n excimer \\\n apcu \\\n yaml \\\n ;\n docker-php-source delete\n # endregion\n\n # region Remove Build Dependencies\n apt-get purge \\\n --option APT::AutoRemove::RecommendsImportant=false \\\n --auto-remove \\\n --yes \\\n ${BUILD_DEPENDENCIES} \\\n ;\n rm -rf \\\n /usr/local/lib/php/test \\\n /usr/local/bin/phpdbg \\\n /usr/local/bin/docker-php-ext-* \\\n /usr/local/bin/docker-php-source \\\n /usr/local/bin/install-php-extensions \\\n /usr/local/bin/pear* \\\n /usr/local/bin/pecl \\\n /usr/local/bin/phpize \\\n /var/lib/apt/lists/* \\\n /var/cache/* \\\n /usr/src/* \\\n /tmp/*\n # endregion\n\n # Add a non-root user to run the application\n addgroup \\\n --gid \"${uid}\" \\\n \"${user}\"\n adduser \\\n --home \"/home/${user}\" \\\n --disabled-password \\\n --disabled-login \\\n --uid \"${uid}\" \\\n --gid ${uid} \\\n --system \\\n \"${user}\"\n" did not complete successfully: exit code: 100
Build Docker images (prod, Dockerfile)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c set -eux\n\n # region Install Dependencies\n export RUNTIME_DEPENDENCIES=\"\\\n postgresql-client \\\n libmemcached-dev \\\n ca-certificates \\\n libyaml-dev \\\n libzip-dev \\\n zlib1g-dev \\\n gettext \\\n openssl \\\n file \\\n \"\n export BUILD_DEPENDENCIES=\"\\\n ${PHPIZE_DEPS} \\\n linux-headers-generic \\\n libcurl4-openssl-dev \\\n libpcre3-dev \\\n libonig-dev \\\n libssl-dev \\\n libicu-dev \\\n libpq-dev \\\n \"\n\n apt-get update\n apt-get install \\\n --yes \\\n --no-install-recommends \\\n ${BUILD_DEPENDENCIES} \\\n ${RUNTIME_DEPENDENCIES}\n # endregion\n\n # region Install redis extension\n curl \\\n --fail \\\n --silent \\\n --location \\\n --output /tmp/redis.tar.gz \\\n \"https://github.com/phpredis/phpredis/archive/${REDIS_VERSION}.tar.gz\"\n tar xfz /tmp/redis.tar.gz\n rm -rf /tmp/redis.tar.gz\n mkdir -p /usr/src/php/ext\n mv phpredis-* /usr/src/php/ext/redis\n # endregion\n\n # region Install Extensions\n docker-php-source extract\n docker-php-ext-configure zip\n docker-php-ext-install -j$(nproc) \\\n pdo_pgsql \\\n sockets \\\n opcache \\\n bcmath \\\n pcntl \\\n redis \\\n intl \\\n zip \\\n ;\n # endregion\n\n # region Install PECL Extensions\n pecl install memcached\n pecl install excimer\n pecl install \"apcu-${APCU_VERSION}\"\n pecl install yaml\n pecl install \"openswoole-${OPENSWOOLE_VERSION}\"\n pecl clear-cache || true\n docker-php-ext-enable \\\n openswoole \\\n memcached \\\n opcache \\\n excimer \\\n apcu \\\n yaml \\\n ;\n docker-php-source delete\n # endregion\n\n # region Remove Build Dependencies\n apt-get purge \\\n --option APT::AutoRemove::RecommendsImportant=false \\\n --auto-remove \\\n --yes \\\n ${BUILD_DEPENDENCIES} \\\n ;\n rm -rf \\\n /usr/local/lib/php/test \\\n /usr/local/bin/phpdbg \\\n /usr/local/bin/docker-php-ext-* \\\n /usr/local/bin/docker-php-source \\\n /usr/local/bin/install-php-extensions \\\n /usr/local/bin/pear* \\\n /usr/local/bin/pecl \\\n /usr/local/bin/phpize \\\n /var/lib/apt/lists/* \\\n /var/cache/* \\\n /usr/src/* \\\n /tmp/*\n # endregion\n\n # Add a non-root user to run the application\n addgroup \\\n --gid \"${uid}\" \\\n \"${user}\"\n adduser \\\n --home \"/home/${user}\" \\\n --disabled-password \\\n --disabled-login \\\n --uid \"${uid}\" \\\n --gid ${uid} \\\n --system \\\n \"${user}\"\n" did not complete successfully: exit code: 100

Artifacts

Produced during runtime
Name Size Digest
matchory~docker-php~D3FJWN.dockerbuild Expired
171 KB
sha256:2828f6e1edfb9c26a620d18ed44b94128efd317a8719f28bb9e3801071bf044f
matchory~docker-php~DXY5UN.dockerbuild Expired
46.4 KB
sha256:cb2cdbfe0a3e2346586930a8731eda01a4ff028dfe8ad210b569be214d0ee901
matchory~docker-php~K0PAAI.dockerbuild Expired
390 KB
sha256:8ff702423dd48588be311feb4f22367a2f316b2b72cfd74272658e3516b1a9d1
matchory~docker-php~P1GQXC.dockerbuild Expired
164 KB
sha256:d1830f8d0d1a8496fd318385f16043e8ea55bfed63608a72fa7f1a2bcfa10853
matchory~docker-php~P5VSW6.dockerbuild Expired
416 KB
sha256:85a612cd496bfb29a8982679f2e7dcd7a7383635ac9cc0f5cffc0b00b76b9476
matchory~docker-php~TF3SSC.dockerbuild Expired
427 KB
sha256:0735028e4c6db3cd3cc49bbfeb9fa7b72170eb9fe7a7bd0d19b4b9781dcf3b12
matchory~docker-php~TJGL1W.dockerbuild Expired
380 KB
sha256:439c289b9c1b5b45945c74906b605352d78794e218f3ec461e34a7362fda44e3
matchory~docker-php~VMLLD5.dockerbuild Expired
52.2 KB
sha256:f52cfb04c5e8d7599cf3ce81942046bd6671e5e755fe9120112fc23a5131f018