Namespace
1panel
Image / Tag
php:7.1.33-fpm
Content Digest
sha256:b5273d4195835e6c8bb4a86cb64a8bbd2acefa5e6077ffab2fc343eb82f317df
Details
Created

2025-09-29 09:03:02 UTC

Size

195 MB

Content Digest
Environment
COMPOSER_HOME

/tmp/.composer

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PHPIZE_DEPS

autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c

PHP_CFLAGS

-fstack-protector-strong -fpic -fpie -O2

PHP_CPPFLAGS

-fstack-protector-strong -fpic -fpie -O2

PHP_EXTRA_CONFIGURE_ARGS

--enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi

PHP_INI_DIR

/usr/local/etc/php

PHP_LDFLAGS

-Wl,-O1 -Wl,--hash-style=both -pie


Layers

[#000] sha256:456a3213e1b1f193dc759cd05f6f8422428b8c4bd45ef40fbf41ba43bdce8570 - 14.8% (28.9 MB)

[#001] sha256:7fcb7b099599c75104ca73c18effc39eaa0e93cfb518dcb333b03ef48719292f - 0.0% (226 Bytes)

[#002] sha256:015bd3d7e8743567d75b9dc65a69092e5f549a80b6a3e2de75561519fd21cb89 - 44.83% (87.4 MB)

[#003] sha256:e49b5e0c623f6287f174fce3da289db5fe7366c54ce7c0300ac7f2cafce0886e - 0.0% (226 Bytes)

[#004] sha256:03b74aa5d66d61aa78453eaf5d50c0a9931a58597bf1a2d9afb2c23ce74d2eca - 0.05% (95.6 KB)

[#005] sha256:a4690c8cbeafe17986ed6789f87d8b0d3e7c84f56d8b239466edfdc1173944c3 - 6.05% (11.8 MB)

[#006] sha256:fcb2015f286ccc9d871084d8a8c532a58fc2ab8b574f34d55d95dd76ffefe81b - 0.0% (497 Bytes)

[#007] sha256:7902e8c3c1a091f902aba18245303ddc5f0faf0b0e2b609edb453caedbb8cd55 - 13.57% (26.5 MB)

[#008] sha256:47281c66d90837a4627dfffd4892d926079f7d67e6bac3a23435c45ac7e7024f - 0.0% (2.08 KB)

[#009] sha256:167b656f098416ee59a1d8697f5c7b5d40c169dddaa82f70b6dcab3a4eaa3ab5 - 0.0% (292 Bytes)

[#010] sha256:107645a45ad7065de2a5ca28214c723cbd984c3e3272d40e798479ccb7f403c9 - 0.0% (210 Bytes)

[#011] sha256:ae808121863a57b0a328f408579c339c69b27102ae1df47abe47042239f9ddf1 - 0.0% (7.58 KB)

[#012] sha256:5b221ebaf5b286d1bbab2b8eec9bf6636c0053f20936a78ba8bf1fb07c10afc4 - 0.23% (455 KB)

[#013] sha256:069a08006755fe8ab11ab69475ec44c0cba7b23dcc564d27ff432392c6813f80 - 0.0% (298 Bytes)

[#014] sha256:8185645a6471562b92e4dc8f4d6d86a1d0774b67b22d42ecf8f099361e5c5e59 - 0.0% (2.69 KB)

[#015] sha256:9adda9cd119512c9152b17b4fc0017f80cb833b07a7132b938356a40f9b98005 - 0.02% (35.1 KB)

[#016] sha256:4f1258f47e6ef059cad043113bec58967eb31eff9a6a1e208880f08ecfee8157 - 20.45% (39.9 MB)

[#017] sha256:d16e659010f07f8a0363c1e85a51976ae6d7b8897011e1d8242342ed4d81d415 - 0.0% (1.27 KB)

[#018] sha256:1f084c9badfd1e96ec01ffb36cfd7ce7aef9b3577382ccb9753aa8d9a9540193 - 0.0% (93 Bytes)


History
2025-09-08 00:00:00 UTC (debuerreotype 0.16)

# debian.sh --arch 'amd64' out/ 'bullseye' '@1757289600'

2025-09-29 08:58:52 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -eux; { echo 'Package: php*'; echo 'Pin: release *'; echo 'Pin-Priority: -1'; } > /etc/apt/preferences.d/no-debian-php # buildkit

2025-09-29 08:59:08 UTC (buildkit.dockerfile.v0)

ENV PHPIZE_DEPS=autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c

2025-09-29 08:59:08 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends $PHPIZE_DEPS ca-certificates curl xz-utils ; rm -rf /var/lib/apt/lists/* # buildkit

2025-09-29 08:59:08 UTC (buildkit.dockerfile.v0)

ENV PHP_INI_DIR=/usr/local/etc/php

2025-09-29 08:59:09 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -eux; mkdir -p "$PHP_INI_DIR/conf.d"; [ ! -d /var/www/html ]; mkdir -p /var/www/html; chown www-data:www-data /var/www/html; chmod 777 /var/www/html # buildkit

2025-09-29 08:59:09 UTC (buildkit.dockerfile.v0)

ENV PHP_EXTRA_CONFIGURE_ARGS=--enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi

2025-09-29 08:59:09 UTC (buildkit.dockerfile.v0)

ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2

2025-09-29 08:59:09 UTC (buildkit.dockerfile.v0)

ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2

2025-09-29 08:59:09 UTC (buildkit.dockerfile.v0)

ENV PHP_LDFLAGS=-Wl,-O1 -Wl,--hash-style=both -pie

2025-09-29 08:59:13 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends gnupg dirmngr; rm -rf /var/lib/apt/lists/*; mkdir -p /usr/src; apt-mark auto '.*' > /dev/null; apt-mark manual $savedAptMark > /dev/null; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false # buildkit

2025-09-29 08:59:13 UTC (buildkit.dockerfile.v0)

COPY ./data/php-7.1.33.tar.xz /usr/src/php.tar.xz # buildkit

2025-09-29 08:59:13 UTC (buildkit.dockerfile.v0)

COPY /usr/local/bin/docker-php-source /usr/local/bin/ # buildkit

2025-09-29 09:02:51 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends libcurl4-openssl-dev libedit-dev libsqlite3-dev libssl-dev libxml2-dev zlib1g-dev ${PHP_EXTRA_BUILD_DEPS:-} ; rm -rf /var/lib/apt/lists/*; export CFLAGS="$PHP_CFLAGS" CPPFLAGS="$PHP_CPPFLAGS" LDFLAGS="$PHP_LDFLAGS" ; docker-php-source extract; cd /usr/src/php; gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; if [ ! -d /usr/include/curl ]; then ln -sT "/usr/include/$debMultiarch/curl" /usr/local/include/curl; fi; ./configure --build="$gnuArch" --with-config-file-path="$PHP_INI_DIR" --with-config-file-scan-dir="$PHP_INI_DIR/conf.d" --enable-option-checking=fatal --with-mhash --enable-ftp --enable-mbstring --enable-mysqlnd --with-pdo-sqlite=/usr --with-sqlite3=/usr --with-curl --with-libedit --with-openssl --with-zlib $(test "$gnuArch" = 's390x-linux-gnu' && echo '--without-pcre-jit') --with-libdir="lib/$debMultiarch" ${PHP_EXTRA_CONFIGURE_ARGS:-} ; make -j "$(nproc)"; find -type f -name '*.a' -delete; make install; find /usr/local/bin /usr/local/sbin -type f -executable -exec strip --strip-all '{}' + || true; make clean; cp -v php.ini-* "$PHP_INI_DIR/"; cd /; docker-php-source delete; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark; find /usr/local -type f -executable -exec ldd '{}' ';' | awk '/=>/ { print $(NF-1) }' | 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; pecl update-channels; rm -rf /tmp/pear ~/.pearrc; php --version # buildkit

2025-09-29 09:02:51 UTC (buildkit.dockerfile.v0)

COPY /usr/local/bin/docker-php-ext-* /usr/local/bin/ # buildkit

2025-09-29 09:02:51 UTC (buildkit.dockerfile.v0)

COPY /usr/local/bin/docker-php-entrypoint /usr/local/bin/ # buildkit

2025-09-29 09:02:51 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c { echo '#!/bin/sh'; echo 'exec pkg-config "$@" freetype2'; } > /usr/local/bin/freetype-config && chmod +x /usr/local/bin/freetype-config # buildkit

2025-09-29 09:02:51 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -eux; cd /usr/local/etc; if [ -d php-fpm.d ]; then sed 's!=NONE/!=!g' php-fpm.conf.default | tee php-fpm.conf > /dev/null; cp php-fpm.d/www.conf.default php-fpm.d/www.conf; else mkdir php-fpm.d; cp php-fpm.conf.default php-fpm.d/www.conf; { echo '[global]'; echo 'include=etc/php-fpm.d/*.conf'; } | tee php-fpm.conf; fi; { echo '[global]'; echo 'error_log = /proc/self/fd/2'; echo; echo '[www]'; echo '; if we send this to /proc/self/fd/1, it never appears'; echo 'access.log = /proc/self/fd/2'; echo; echo 'clear_env = no'; echo; echo '; Ensure worker stdout and stderr are sent to the main error log.'; echo 'catch_workers_output = yes'; } | tee php-fpm.d/docker.conf; { echo '[global]'; echo 'daemonize = no'; echo; echo '[www]'; echo 'listen = 9000'; } | tee php-fpm.d/zz-docker.conf # buildkit

2025-09-29 09:02:52 UTC (buildkit.dockerfile.v0)

COPY ./data/supervisor-4.2.5.tar.gz /tmp/ # buildkit

2025-09-29 09:02:52 UTC (buildkit.dockerfile.v0)

COPY ./data/php-fpm.ini /etc/supervisor.d/php-fpm.ini # buildkit

2025-09-29 09:02:52 UTC (buildkit.dockerfile.v0)

COPY ./data/supervisord.conf /etc/supervisord.conf # buildkit

2025-09-29 09:02:52 UTC (buildkit.dockerfile.v0)

COPY ./data/install-php-extensions /usr/local/bin/ # buildkit

2025-09-29 09:03:02 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apt-get update && apt-get install -y python3 python3-pip git wget&& rm -rf /var/lib/apt/lists/* && chmod uga+x /usr/local/bin/install-php-extensions && cd /tmp && tar -xzvf supervisor-4.2.5.tar.gz && cd supervisor-4.2.5 && python3 setup.py install && mkdir -p /var/log/supervisor /etc/supervisor/conf.d && curl -o /tmp/composer-setup.php https://getcomposer.org/installer && php /tmp/composer-setup.php --install-dir=/tmp && mv /tmp/composer.phar /usr/bin/composer && chmod +x /usr/bin/composer && rm -rf /tmp/composer-setup.php # buildkit

2025-09-29 09:03:02 UTC (buildkit.dockerfile.v0)

ENV COMPOSER_HOME=/tmp/.composer

2025-09-29 09:03:02 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c usermod -u 1000 www-data && groupmod -g 1000 www-data # buildkit

2025-09-29 09:03:02 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["supervisord" "--nodaemon" "--configuration" "/etc/supervisord.conf"]

2025-09-29 09:03:02 UTC (buildkit.dockerfile.v0)

EXPOSE &{[{{249 0} {249 0}}] 0xc0005acb00}

2025-09-29 09:03:02 UTC (buildkit.dockerfile.v0)

WORKDIR /www

Details
Created

2025-09-29 09:59:49 UTC

Size

189 MB

Content Digest
Environment
COMPOSER_HOME

/tmp/.composer

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PHPIZE_DEPS

autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c

PHP_CFLAGS

-fstack-protector-strong -fpic -fpie -O2

PHP_CPPFLAGS

-fstack-protector-strong -fpic -fpie -O2

PHP_EXTRA_CONFIGURE_ARGS

--enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi

PHP_INI_DIR

/usr/local/etc/php

PHP_LDFLAGS

-Wl,-O1 -Wl,--hash-style=both -pie


Layers

[#000] sha256:8568e9af3ab25a29d98aac9a07896467a19253e72e5be0cf09cd3982ac4444d0 - 14.5% (27.4 MB)

[#001] sha256:7fcb7b099599c75104ca73c18effc39eaa0e93cfb518dcb333b03ef48719292f - 0.0% (226 Bytes)

[#002] sha256:716d16b3fa73d205610dd760ee8850f1dabb21f92e883238131966613cbda81a - 43.86% (82.9 MB)

[#003] sha256:de6707c2fece6bb0fd8c001c1a68d1cb8e00fb85114dfc1891b0bc522d026c8f - 0.0% (226 Bytes)

[#004] sha256:c79d0e27761c2f00c1111ff269ec7604cbb6e367058d7d961cac4ff6108cce50 - 0.05% (95 KB)

[#005] sha256:6796e036875157abaceb00796b7e57ba46835ccee6eec3fe55e42dc8ba4a060f - 6.24% (11.8 MB)

[#006] sha256:c7c28da77bb1bc0c3217df483fd1835ac859d5f3ea8f0f744abeee7500962e5c - 0.0% (497 Bytes)

[#007] sha256:eb4658342809c6f36ec063b40b140d8fb92b8945599f148ed18e2439a70ed9c0 - 13.93% (26.3 MB)

[#008] sha256:30774d9f37577242f6666bc34c76293825ba1149f481a4a4f4d4290a7e175111 - 0.0% (2.08 KB)

[#009] sha256:ad1484b5e660dff6b7295547ec0e990c5d507c7604b02bcaca75cb3ed74a5e9a - 0.0% (293 Bytes)

[#010] sha256:5b4c0301c947fd01d4708f7a816b25470c98547380790838a9d10748185a8210 - 0.0% (212 Bytes)

[#011] sha256:72ba401c322846b58de16af3fd29201c41cbda8c0a76835660ac9cf8895da59b - 0.0% (7.58 KB)

[#012] sha256:aaccdf6c123c0d3db411c92b804eaabc5be75c97e6880e792f97d78e50e96af7 - 0.24% (455 KB)

[#013] sha256:cefc033b6892c938bd885668ce28faf595b744e6884fb1b49e3eb2da926c5626 - 0.0% (297 Bytes)

[#014] sha256:40e0d7294b6594786a60ed22211cb4c75ad8ad099dc42dd29b16f595938af595 - 0.0% (2.69 KB)

[#015] sha256:52c600fe4cfa80d15e0c65a41b54d278c161dc3750418b9379a83c13b79c1465 - 0.02% (35.1 KB)

[#016] sha256:b54f9f0315b4fd6707d08441aa77846e81a20d3ce22618d288743026ce4ba70e - 21.15% (40 MB)

[#017] sha256:2fd5982fcc4482400a64f5353159b615fcf89b73f6d529162dbf56e7f2e1e274 - 0.0% (1.28 KB)

[#018] sha256:cf041eb447a46c60df53b04643affb755bf4ba44bbf43ac7ca8465a1a0ca64bd - 0.0% (91 Bytes)


History
2025-09-08 00:00:00 UTC (debuerreotype 0.16)

# debian.sh --arch 'arm64' out/ 'bullseye' '@1757289600'

2025-09-29 08:58:52 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -eux; { echo 'Package: php*'; echo 'Pin: release *'; echo 'Pin-Priority: -1'; } > /etc/apt/preferences.d/no-debian-php # buildkit

2025-09-29 09:01:29 UTC (buildkit.dockerfile.v0)

ENV PHPIZE_DEPS=autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c

2025-09-29 09:01:29 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends $PHPIZE_DEPS ca-certificates curl xz-utils ; rm -rf /var/lib/apt/lists/* # buildkit

2025-09-29 09:01:29 UTC (buildkit.dockerfile.v0)

ENV PHP_INI_DIR=/usr/local/etc/php

2025-09-29 09:01:30 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -eux; mkdir -p "$PHP_INI_DIR/conf.d"; [ ! -d /var/www/html ]; mkdir -p /var/www/html; chown www-data:www-data /var/www/html; chmod 777 /var/www/html # buildkit

2025-09-29 09:01:30 UTC (buildkit.dockerfile.v0)

ENV PHP_EXTRA_CONFIGURE_ARGS=--enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi

2025-09-29 09:01:30 UTC (buildkit.dockerfile.v0)

ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2

2025-09-29 09:01:30 UTC (buildkit.dockerfile.v0)

ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2

2025-09-29 09:01:30 UTC (buildkit.dockerfile.v0)

ENV PHP_LDFLAGS=-Wl,-O1 -Wl,--hash-style=both -pie

2025-09-29 09:02:39 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends gnupg dirmngr; rm -rf /var/lib/apt/lists/*; mkdir -p /usr/src; apt-mark auto '.*' > /dev/null; apt-mark manual $savedAptMark > /dev/null; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false # buildkit

2025-09-29 09:02:39 UTC (buildkit.dockerfile.v0)

COPY ./data/php-7.1.33.tar.xz /usr/src/php.tar.xz # buildkit

2025-09-29 09:02:39 UTC (buildkit.dockerfile.v0)

COPY /usr/local/bin/docker-php-source /usr/local/bin/ # buildkit

2025-09-29 09:58:32 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends libcurl4-openssl-dev libedit-dev libsqlite3-dev libssl-dev libxml2-dev zlib1g-dev ${PHP_EXTRA_BUILD_DEPS:-} ; rm -rf /var/lib/apt/lists/*; export CFLAGS="$PHP_CFLAGS" CPPFLAGS="$PHP_CPPFLAGS" LDFLAGS="$PHP_LDFLAGS" ; docker-php-source extract; cd /usr/src/php; gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; if [ ! -d /usr/include/curl ]; then ln -sT "/usr/include/$debMultiarch/curl" /usr/local/include/curl; fi; ./configure --build="$gnuArch" --with-config-file-path="$PHP_INI_DIR" --with-config-file-scan-dir="$PHP_INI_DIR/conf.d" --enable-option-checking=fatal --with-mhash --enable-ftp --enable-mbstring --enable-mysqlnd --with-pdo-sqlite=/usr --with-sqlite3=/usr --with-curl --with-libedit --with-openssl --with-zlib $(test "$gnuArch" = 's390x-linux-gnu' && echo '--without-pcre-jit') --with-libdir="lib/$debMultiarch" ${PHP_EXTRA_CONFIGURE_ARGS:-} ; make -j "$(nproc)"; find -type f -name '*.a' -delete; make install; find /usr/local/bin /usr/local/sbin -type f -executable -exec strip --strip-all '{}' + || true; make clean; cp -v php.ini-* "$PHP_INI_DIR/"; cd /; docker-php-source delete; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark; find /usr/local -type f -executable -exec ldd '{}' ';' | awk '/=>/ { print $(NF-1) }' | 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; pecl update-channels; rm -rf /tmp/pear ~/.pearrc; php --version # buildkit

2025-09-29 09:58:32 UTC (buildkit.dockerfile.v0)

COPY /usr/local/bin/docker-php-ext-* /usr/local/bin/ # buildkit

2025-09-29 09:58:32 UTC (buildkit.dockerfile.v0)

COPY /usr/local/bin/docker-php-entrypoint /usr/local/bin/ # buildkit

2025-09-29 09:58:32 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c { echo '#!/bin/sh'; echo 'exec pkg-config "$@" freetype2'; } > /usr/local/bin/freetype-config && chmod +x /usr/local/bin/freetype-config # buildkit

2025-09-29 09:58:32 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -eux; cd /usr/local/etc; if [ -d php-fpm.d ]; then sed 's!=NONE/!=!g' php-fpm.conf.default | tee php-fpm.conf > /dev/null; cp php-fpm.d/www.conf.default php-fpm.d/www.conf; else mkdir php-fpm.d; cp php-fpm.conf.default php-fpm.d/www.conf; { echo '[global]'; echo 'include=etc/php-fpm.d/*.conf'; } | tee php-fpm.conf; fi; { echo '[global]'; echo 'error_log = /proc/self/fd/2'; echo; echo '[www]'; echo '; if we send this to /proc/self/fd/1, it never appears'; echo 'access.log = /proc/self/fd/2'; echo; echo 'clear_env = no'; echo; echo '; Ensure worker stdout and stderr are sent to the main error log.'; echo 'catch_workers_output = yes'; } | tee php-fpm.d/docker.conf; { echo '[global]'; echo 'daemonize = no'; echo; echo '[www]'; echo 'listen = 9000'; } | tee php-fpm.d/zz-docker.conf # buildkit

2025-09-29 09:58:32 UTC (buildkit.dockerfile.v0)

COPY ./data/supervisor-4.2.5.tar.gz /tmp/ # buildkit

2025-09-29 09:58:32 UTC (buildkit.dockerfile.v0)

COPY ./data/php-fpm.ini /etc/supervisor.d/php-fpm.ini # buildkit

2025-09-29 09:58:32 UTC (buildkit.dockerfile.v0)

COPY ./data/supervisord.conf /etc/supervisord.conf # buildkit

2025-09-29 09:58:32 UTC (buildkit.dockerfile.v0)

COPY ./data/install-php-extensions /usr/local/bin/ # buildkit

2025-09-29 09:59:48 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apt-get update && apt-get install -y python3 python3-pip git wget&& rm -rf /var/lib/apt/lists/* && chmod uga+x /usr/local/bin/install-php-extensions && cd /tmp && tar -xzvf supervisor-4.2.5.tar.gz && cd supervisor-4.2.5 && python3 setup.py install && mkdir -p /var/log/supervisor /etc/supervisor/conf.d && curl -o /tmp/composer-setup.php https://getcomposer.org/installer && php /tmp/composer-setup.php --install-dir=/tmp && mv /tmp/composer.phar /usr/bin/composer && chmod +x /usr/bin/composer && rm -rf /tmp/composer-setup.php # buildkit

2025-09-29 09:59:48 UTC (buildkit.dockerfile.v0)

ENV COMPOSER_HOME=/tmp/.composer

2025-09-29 09:59:49 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c usermod -u 1000 www-data && groupmod -g 1000 www-data # buildkit

2025-09-29 09:59:49 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["supervisord" "--nodaemon" "--configuration" "/etc/supervisord.conf"]

2025-09-29 09:59:49 UTC (buildkit.dockerfile.v0)

EXPOSE &{[{{249 0} {249 0}}] 0xc0007ce880}

2025-09-29 09:59:49 UTC (buildkit.dockerfile.v0)

WORKDIR /www

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete