2026-06-24 07:00:57 UTC
143 MB
1198C0117593497A5EC5C199286AF1F9897469DC 49D9AF6BC72A80D6691719C8AA23F5BE9C7097D4 D95C03BC702BE9515344AE3374E44BC9067701A5
LIMESURVEY_VERSION7.0.4+260620
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PHPIZE_DEPSautoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
PHP_ASC_URLhttps://www.php.net/distributions/php-8.5.7.tar.xz.asc
PHP_CFLAGS-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
PHP_CPPFLAGS-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
PHP_INI_DIR/usr/local/etc/php
PHP_LDFLAGS-Wl,-O1 -pie
PHP_SHA25601ba2ed1c2658dacf91bebc8be6a4885f69b811c7993831fc48e26107ab29985
PHP_URLhttps://www.php.net/distributions/php-8.5.7.tar.xz
PHP_VERSION8.5.7
[#000] sha256:55afa1ecc21d2bb5e5045f32dafee56272ffd89860bac26f6c32123439af26a4 - 2.56% (3.67 MB)
[#001] sha256:5990c225d2f532cf9d2364edbfb31ebf2e51024be7489c6f67a9b6ac6c56b86d - 2.31% (3.31 MB)
[#002] sha256:e9e3b9e1730b86e4b79755171bf4f5312045127202a683a7b5929afc4004996b - 0.0% (932 Bytes)
[#003] sha256:f4ac90667b19605f3d95cedd73a8c1f5affac41fa8a617f4d117ad1f7e5bbf37 - 0.0% (217 Bytes)
[#004] sha256:f3efc0a61b91c50856db3d44569cb2b76d465c8f4bed6550d677129f55e7ef68 - 9.59% (13.8 MB)
[#005] sha256:b84e4467e09c46965efa0de3e1be440ac7d905cdff3f9c19e7937d780a638840 - 0.0% (487 Bytes)
[#006] sha256:2342275643330d3dce45541d55b160bbaa07dd8890a6d10eb6c4ba90189a7f3e - 11.21% (16.1 MB)
[#007] sha256:7c028e8336453d742b721abe8848af4544619fb6f0a293f7169c9436296f9478 - 0.0% (2.39 KB)
[#008] sha256:4e322d0fe35cd20e6dc7e34f51543e154c251a93c1868f9bc8e1445266d1c164 - 0.01% (21.8 KB)
[#009] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#010] sha256:f22d8ec232d5625ff16e349be29c9632121a5ffec2c711bbdcadb14e6d79c873 - 0.01% (9.04 KB)
[#011] sha256:49791e5b9258f7f24eeb13250c9eebe5ef0b62d995ca5d2b1f4561b4b2708e63 - 0.57% (838 KB)
[#012] sha256:170d147f0306071bbfa470dcd3756373b227916478fe19b90f1f0563d6954394 - 1.58% (2.27 MB)
[#013] sha256:6f1b6f94ed589d2a364b45aaef8fbdd50945c5463d943ecce543daca83e3bba1 - 72.16% (103 MB)
[#014] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#015] sha256:adbbdb8bb8a157b251fe6a767dae54702ba0285066c769f4c25d04c5d5e47513 - 0.0% (1.98 KB)
ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit
2026-06-16 00:01:29 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2026-06-16 00:15:23 UTC (buildkit.dockerfile.v0)ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
2026-06-16 00:15:23 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apk add --no-cache ca-certificates curl openssl tar xz # buildkit
2026-06-16 00:15:23 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -eux; adduser -u 82 -D -S -G www-data www-data # buildkit
2026-06-16 00:15:23 UTC (buildkit.dockerfile.v0)ENV PHP_INI_DIR=/usr/local/etc/php
2026-06-16 00:15:23 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 1777 /var/www/html # buildkit
2026-06-16 00:15:23 UTC (buildkit.dockerfile.v0)ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2026-06-16 00:15:23 UTC (buildkit.dockerfile.v0)ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2026-06-16 00:15:23 UTC (buildkit.dockerfile.v0)ENV PHP_LDFLAGS=-Wl,-O1 -pie
2026-06-16 00:15:23 UTC (buildkit.dockerfile.v0)ENV GPG_KEYS=1198C0117593497A5EC5C199286AF1F9897469DC 49D9AF6BC72A80D6691719C8AA23F5BE9C7097D4 D95C03BC702BE9515344AE3374E44BC9067701A5
2026-06-16 00:15:23 UTC (buildkit.dockerfile.v0)ENV PHP_VERSION=8.5.7
2026-06-16 00:15:23 UTC (buildkit.dockerfile.v0)ENV PHP_URL=https://www.php.net/distributions/php-8.5.7.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.5.7.tar.xz.asc
2026-06-16 00:15:23 UTC (buildkit.dockerfile.v0)ENV PHP_SHA256=01ba2ed1c2658dacf91bebc8be6a4885f69b811c7993831fc48e26107ab29985
2026-06-16 00:15:26 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -eux; apk add --no-cache --virtual .fetch-deps gnupg; mkdir -p /usr/src; cd /usr/src; curl -fsSL -o php.tar.xz "$PHP_URL"; if [ -n "$PHP_SHA256" ]; then echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; fi; curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; export GNUPGHOME="$(mktemp -d)"; for key in $GPG_KEYS; do gpg --batch --keyserver keyserver.ubuntu.com --recv-keys "$key"; done; gpg --batch --verify php.tar.xz.asc php.tar.xz; gpgconf --kill all; rm -rf "$GNUPGHOME"; apk del --no-network .fetch-deps # buildkit
2026-06-16 00:15:26 UTC (buildkit.dockerfile.v0)COPY docker-php-source /usr/local/bin/ # buildkit
2026-06-16 00:18:51 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -eux; apk add --no-cache --virtual .build-deps $PHPIZE_DEPS argon2-dev coreutils curl-dev gnu-libiconv-dev libsodium-dev libxml2-dev linux-headers oniguruma-dev openssl-dev readline-dev sqlite-dev ; rm -vf /usr/include/iconv.h; export CFLAGS="$PHP_CFLAGS" CPPFLAGS="$PHP_CPPFLAGS" LDFLAGS="$PHP_LDFLAGS" PHP_BUILD_PROVIDER='https://github.com/docker-library/php' PHP_UNAME='Linux - Docker' ; docker-php-source extract; cd /usr/src/php; gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; test "$PHP_INI_DIR" != "${PHP_INI_DIR%/php}"; ./configure --build="$gnuArch" --sysconfdir="${PHP_INI_DIR%/php}" --with-config-file-path="$PHP_INI_DIR" --with-config-file-scan-dir="$PHP_INI_DIR/conf.d" --enable-option-checking=fatal --with-mhash --with-pic --enable-mbstring --enable-mysqlnd --with-password-argon2 --with-sodium=shared --with-pdo-sqlite=/usr --with-sqlite3=/usr --with-curl --with-iconv=/usr --with-openssl --with-readline --with-zlib --disable-phpdbg --with-pear --disable-cgi --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data ; make -j "$(nproc)"; find -type f -name '*.a' -delete; make install; find /usr/local -type f -perm '/0111' -exec sh -euxc ' strip --strip-all "$@" || : ' -- '{}' + ; make clean; cp -v php.ini-* "$PHP_INI_DIR/"; cd /; docker-php-source delete; 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 --no-cache $runDeps; apk del --no-network .build-deps; pecl update-channels; rm -rf /tmp/pear ~/.pearrc; php --version # buildkit
2026-06-16 00:18:51 UTC (buildkit.dockerfile.v0)COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/ # buildkit
2026-06-16 00:18:51 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c docker-php-ext-enable sodium # buildkit
2026-06-16 00:18:51 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-php-entrypoint"]
2026-06-16 00:18:51 UTC (buildkit.dockerfile.v0)WORKDIR /var/www/html
2026-06-16 00:18:51 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -eux; cd "${PHP_INI_DIR%/php}"; cp -v php-fpm.conf.default php-fpm.conf; cp -v php-fpm.d/www.conf.default php-fpm.d/www.conf; grep -E '^listen = 127.0.0.1:9000' php-fpm.d/www.conf; sed -ri 's/^(listen = 127.0.0.1:9000)/;\1/' php-fpm.d/www.conf; grep -E '^;listen = 127.0.0.1:9000' php-fpm.d/www.conf; { echo '[global]'; echo 'error_log = /proc/self/fd/2'; echo; echo '; https://github.com/docker-library/php/pull/725#issuecomment-443540114'; echo 'log_limit = 8192'; echo; echo '[www]'; echo '; php-fpm closes STDOUT on startup, so sending logs to /proc/self/fd/1 does not work.'; echo '; https://bugs.php.net/bug.php?id=73886'; 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'; echo 'decorate_workers_output = no'; echo; echo '; default listen address for easy override in later php-fpm.d/*.conf files'; echo 'listen = 9000'; } | tee php-fpm.d/docker.conf; { echo '[global]'; echo 'daemonize = no'; echo; echo '; the [www] ini section below is for backwards compatibility and will be removed in 8.6+'; echo '[www]'; } | tee php-fpm.d/zz-docker.conf; mkdir -p "$PHP_INI_DIR/conf.d"; { echo '; https://github.com/docker-library/php/issues/878#issuecomment-938595965'; echo 'fastcgi.logging = Off'; } > "$PHP_INI_DIR/conf.d/docker-fpm.ini" # buildkit
2026-06-16 00:18:51 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGQUIT
2026-06-16 00:18:51 UTC (buildkit.dockerfile.v0)EXPOSE map[9000/tcp:{}]
2026-06-16 00:18:51 UTC (buildkit.dockerfile.v0)CMD ["php-fpm"]
2026-06-24 06:59:09 UTC (buildkit.dockerfile.v0)LABEL [email protected]
2026-06-24 06:59:09 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -ex; apk add --no-cache netcat-openbsd libsasl libldap bash # buildkit
2026-06-24 07:00:36 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -ex; apk add --no-cache --virtual .build-deps freetype-dev libpng-dev libzip-dev libjpeg-turbo-dev tidyhtml-dev libsodium-dev openldap-dev oniguruma-dev postgresql-dev ; docker-php-ext-configure gd --with-freetype --with-jpeg; docker-php-ext-install -j "$(nproc)" exif gd ldap mbstring pdo pdo_mysql pdo_pgsql pgsql sodium tidy zip ; runDeps="$( 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 --no-network --virtual .limesurvey-phpext-rundeps $runDeps; apk del --no-cache --no-network .build-deps # buildkit
2026-06-24 07:00:36 UTC (buildkit.dockerfile.v0)ARG version=7.0.4+260620
2026-06-24 07:00:36 UTC (buildkit.dockerfile.v0)ARG sha256_checksum=62d3cbcedaa160e1a5b650598ad2017015eb6574d49ffed798c91ad6a2b3e5d5
2026-06-24 07:00:36 UTC (buildkit.dockerfile.v0)ARG archive_url=https://github.com/LimeSurvey/LimeSurvey/archive/refs/tags/7.0.4+260620.tar.gz
2026-06-24 07:00:36 UTC (buildkit.dockerfile.v0)ARG USER=www-data
2026-06-24 07:00:36 UTC (buildkit.dockerfile.v0)ENV LIMESURVEY_VERSION=7.0.4+260620
2026-06-24 07:00:57 UTC (buildkit.dockerfile.v0)RUN |4 version=7.0.4+260620 sha256_checksum=62d3cbcedaa160e1a5b650598ad2017015eb6574d49ffed798c91ad6a2b3e5d5 archive_url=https://github.com/LimeSurvey/LimeSurvey/archive/refs/tags/7.0.4+260620.tar.gz USER=www-data /bin/sh -c set -ex; curl -sSL "${archive_url}" --output /tmp/limesurvey.tar.gz && echo "${sha256_checksum} /tmp/limesurvey.tar.gz" | sha256sum -c - && tar xzvf "/tmp/limesurvey.tar.gz" --strip-components=1 -C /var/www/html/ && rm -rf "/tmp/limesurvey.tar.gz" /var/www/html/docs /var/www/html/tests /var/www/html/*.md && chown -R "${USER}:root" /var/www/ ; chmod -R g=u /var/www # buildkit
2026-06-24 07:00:57 UTC (buildkit.dockerfile.v0)EXPOSE [9000/tcp]
2026-06-24 07:00:57 UTC (buildkit.dockerfile.v0)WORKDIR /var/www/html
2026-06-24 07:00:57 UTC (buildkit.dockerfile.v0)COPY entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit
2026-06-24 07:00:57 UTC (buildkit.dockerfile.v0)USER www-data
2026-06-24 07:00:57 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
2026-06-24 07:00:57 UTC (buildkit.dockerfile.v0)CMD ["php-fpm"]
2026-06-24 07:18:23 UTC
143 MB
1198C0117593497A5EC5C199286AF1F9897469DC 49D9AF6BC72A80D6691719C8AA23F5BE9C7097D4 D95C03BC702BE9515344AE3374E44BC9067701A5
LIMESURVEY_VERSION7.0.4+260620
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PHPIZE_DEPSautoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
PHP_ASC_URLhttps://www.php.net/distributions/php-8.5.7.tar.xz.asc
PHP_CFLAGS-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
PHP_CPPFLAGS-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
PHP_INI_DIR/usr/local/etc/php
PHP_LDFLAGS-Wl,-O1 -pie
PHP_SHA25601ba2ed1c2658dacf91bebc8be6a4885f69b811c7993831fc48e26107ab29985
PHP_URLhttps://www.php.net/distributions/php-8.5.7.tar.xz
PHP_VERSION8.5.7
[#000] sha256:5de55e5ef9c033997441461efe7ba23a986db059c0bb78b38f84ee0d72b99167 - 2.79% (3.99 MB)
[#001] sha256:9581c8e84458f0efaa7a12aa817f6834fd89b206f011623ea5efb87e88659f5f - 2.31% (3.31 MB)
[#002] sha256:6d6513cd59f0eb209836cc832bcd8570db9120a455fa54e0a31be8ea8d0ae8d6 - 0.0% (932 Bytes)
[#003] sha256:899d3b667f434b1d46066b26a701da569751188ea0c0fef36f582c6848fd2515 - 0.0% (214 Bytes)
[#004] sha256:3b37a8b5df3bfaac19ee934f3dbef561048797647a80b24b303059fcb7ab07b4 - 9.6% (13.8 MB)
[#005] sha256:a27eba152bfb805df656f20c7e93b56bacd374d6c195d6bcfc1f4f4c90af97c9 - 0.0% (490 Bytes)
[#006] sha256:e3555f153512419341eefb837d097dd8d1f29f850b9821e56d4d37a97c4722ec - 10.82% (15.5 MB)
[#007] sha256:34ccc9923bfeb0e3da235773dde1d1941896febc8ca77b8d56f59ec358cb0718 - 0.0% (2.39 KB)
[#008] sha256:2efd1a67b535878d8b84ab5f65f7cc5cb74cc79a929d2f29bd8d8fd93e22a287 - 0.01% (21.6 KB)
[#009] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#010] sha256:e5b69126b36a0465deda3a80b463375810fd3d03d4270f0d3dd46a778b0b460e - 0.01% (9.04 KB)
[#011] sha256:aaadc38402814e3821f33572213aa8e3575b328862fec80f4d5729d4cc2c405c - 0.63% (920 KB)
[#012] sha256:1446fdf1599bd6fcea3c90306081af31d6a59d7e2a970810d1c7284585bb4df6 - 1.58% (2.27 MB)
[#013] sha256:f2b0efa36934073e4bcaf018a001773433a5b910a979684c5672bfb855f9767d - 72.23% (103 MB)
[#014] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#015] sha256:8b368c3df32b42c9c0921b4914792d96d175eccc0de8fe3097783cd883284410 - 0.0% (1.98 KB)
ADD alpine-minirootfs-3.24.1-aarch64.tar.gz / # buildkit
2026-06-16 00:01:20 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2026-06-16 00:13:57 UTC (buildkit.dockerfile.v0)ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
2026-06-16 00:13:57 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apk add --no-cache ca-certificates curl openssl tar xz # buildkit
2026-06-16 00:13:57 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -eux; adduser -u 82 -D -S -G www-data www-data # buildkit
2026-06-16 00:13:57 UTC (buildkit.dockerfile.v0)ENV PHP_INI_DIR=/usr/local/etc/php
2026-06-16 00:13:57 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 1777 /var/www/html # buildkit
2026-06-16 00:13:57 UTC (buildkit.dockerfile.v0)ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2026-06-16 00:13:57 UTC (buildkit.dockerfile.v0)ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2026-06-16 00:13:57 UTC (buildkit.dockerfile.v0)ENV PHP_LDFLAGS=-Wl,-O1 -pie
2026-06-16 00:13:57 UTC (buildkit.dockerfile.v0)ENV GPG_KEYS=1198C0117593497A5EC5C199286AF1F9897469DC 49D9AF6BC72A80D6691719C8AA23F5BE9C7097D4 D95C03BC702BE9515344AE3374E44BC9067701A5
2026-06-16 00:13:57 UTC (buildkit.dockerfile.v0)ENV PHP_VERSION=8.5.7
2026-06-16 00:13:57 UTC (buildkit.dockerfile.v0)ENV PHP_URL=https://www.php.net/distributions/php-8.5.7.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.5.7.tar.xz.asc
2026-06-16 00:13:57 UTC (buildkit.dockerfile.v0)ENV PHP_SHA256=01ba2ed1c2658dacf91bebc8be6a4885f69b811c7993831fc48e26107ab29985
2026-06-16 01:08:04 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -eux; apk add --no-cache --virtual .fetch-deps gnupg; mkdir -p /usr/src; cd /usr/src; curl -fsSL -o php.tar.xz "$PHP_URL"; if [ -n "$PHP_SHA256" ]; then echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; fi; curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; export GNUPGHOME="$(mktemp -d)"; for key in $GPG_KEYS; do gpg --batch --keyserver keyserver.ubuntu.com --recv-keys "$key"; done; gpg --batch --verify php.tar.xz.asc php.tar.xz; gpgconf --kill all; rm -rf "$GNUPGHOME"; apk del --no-network .fetch-deps # buildkit
2026-06-16 01:08:04 UTC (buildkit.dockerfile.v0)COPY docker-php-source /usr/local/bin/ # buildkit
2026-06-16 01:11:24 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -eux; apk add --no-cache --virtual .build-deps $PHPIZE_DEPS argon2-dev coreutils curl-dev gnu-libiconv-dev libsodium-dev libxml2-dev linux-headers oniguruma-dev openssl-dev readline-dev sqlite-dev ; rm -vf /usr/include/iconv.h; export CFLAGS="$PHP_CFLAGS" CPPFLAGS="$PHP_CPPFLAGS" LDFLAGS="$PHP_LDFLAGS" PHP_BUILD_PROVIDER='https://github.com/docker-library/php' PHP_UNAME='Linux - Docker' ; docker-php-source extract; cd /usr/src/php; gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; test "$PHP_INI_DIR" != "${PHP_INI_DIR%/php}"; ./configure --build="$gnuArch" --sysconfdir="${PHP_INI_DIR%/php}" --with-config-file-path="$PHP_INI_DIR" --with-config-file-scan-dir="$PHP_INI_DIR/conf.d" --enable-option-checking=fatal --with-mhash --with-pic --enable-mbstring --enable-mysqlnd --with-password-argon2 --with-sodium=shared --with-pdo-sqlite=/usr --with-sqlite3=/usr --with-curl --with-iconv=/usr --with-openssl --with-readline --with-zlib --disable-phpdbg --with-pear --disable-cgi --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data ; make -j "$(nproc)"; find -type f -name '*.a' -delete; make install; find /usr/local -type f -perm '/0111' -exec sh -euxc ' strip --strip-all "$@" || : ' -- '{}' + ; make clean; cp -v php.ini-* "$PHP_INI_DIR/"; cd /; docker-php-source delete; 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 --no-cache $runDeps; apk del --no-network .build-deps; pecl update-channels; rm -rf /tmp/pear ~/.pearrc; php --version # buildkit
2026-06-16 01:11:24 UTC (buildkit.dockerfile.v0)COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/ # buildkit
2026-06-16 01:11:25 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c docker-php-ext-enable sodium # buildkit
2026-06-16 01:11:25 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-php-entrypoint"]
2026-06-16 01:11:25 UTC (buildkit.dockerfile.v0)WORKDIR /var/www/html
2026-06-16 01:11:25 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -eux; cd "${PHP_INI_DIR%/php}"; cp -v php-fpm.conf.default php-fpm.conf; cp -v php-fpm.d/www.conf.default php-fpm.d/www.conf; grep -E '^listen = 127.0.0.1:9000' php-fpm.d/www.conf; sed -ri 's/^(listen = 127.0.0.1:9000)/;\1/' php-fpm.d/www.conf; grep -E '^;listen = 127.0.0.1:9000' php-fpm.d/www.conf; { echo '[global]'; echo 'error_log = /proc/self/fd/2'; echo; echo '; https://github.com/docker-library/php/pull/725#issuecomment-443540114'; echo 'log_limit = 8192'; echo; echo '[www]'; echo '; php-fpm closes STDOUT on startup, so sending logs to /proc/self/fd/1 does not work.'; echo '; https://bugs.php.net/bug.php?id=73886'; 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'; echo 'decorate_workers_output = no'; echo; echo '; default listen address for easy override in later php-fpm.d/*.conf files'; echo 'listen = 9000'; } | tee php-fpm.d/docker.conf; { echo '[global]'; echo 'daemonize = no'; echo; echo '; the [www] ini section below is for backwards compatibility and will be removed in 8.6+'; echo '[www]'; } | tee php-fpm.d/zz-docker.conf; mkdir -p "$PHP_INI_DIR/conf.d"; { echo '; https://github.com/docker-library/php/issues/878#issuecomment-938595965'; echo 'fastcgi.logging = Off'; } > "$PHP_INI_DIR/conf.d/docker-fpm.ini" # buildkit
2026-06-16 01:11:25 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGQUIT
2026-06-16 01:11:25 UTC (buildkit.dockerfile.v0)EXPOSE map[9000/tcp:{}]
2026-06-16 01:11:25 UTC (buildkit.dockerfile.v0)CMD ["php-fpm"]
2026-06-24 06:59:11 UTC (buildkit.dockerfile.v0)LABEL [email protected]
2026-06-24 06:59:11 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -ex; apk add --no-cache netcat-openbsd libsasl libldap bash # buildkit
2026-06-24 07:17:52 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -ex; apk add --no-cache --virtual .build-deps freetype-dev libpng-dev libzip-dev libjpeg-turbo-dev tidyhtml-dev libsodium-dev openldap-dev oniguruma-dev postgresql-dev ; docker-php-ext-configure gd --with-freetype --with-jpeg; docker-php-ext-install -j "$(nproc)" exif gd ldap mbstring pdo pdo_mysql pdo_pgsql pgsql sodium tidy zip ; runDeps="$( 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 --no-network --virtual .limesurvey-phpext-rundeps $runDeps; apk del --no-cache --no-network .build-deps # buildkit
2026-06-24 07:17:52 UTC (buildkit.dockerfile.v0)ARG version=7.0.4+260620
2026-06-24 07:17:52 UTC (buildkit.dockerfile.v0)ARG sha256_checksum=62d3cbcedaa160e1a5b650598ad2017015eb6574d49ffed798c91ad6a2b3e5d5
2026-06-24 07:17:52 UTC (buildkit.dockerfile.v0)ARG archive_url=https://github.com/LimeSurvey/LimeSurvey/archive/refs/tags/7.0.4+260620.tar.gz
2026-06-24 07:17:52 UTC (buildkit.dockerfile.v0)ARG USER=www-data
2026-06-24 07:17:52 UTC (buildkit.dockerfile.v0)ENV LIMESURVEY_VERSION=7.0.4+260620
2026-06-24 07:18:23 UTC (buildkit.dockerfile.v0)RUN |4 version=7.0.4+260620 sha256_checksum=62d3cbcedaa160e1a5b650598ad2017015eb6574d49ffed798c91ad6a2b3e5d5 archive_url=https://github.com/LimeSurvey/LimeSurvey/archive/refs/tags/7.0.4+260620.tar.gz USER=www-data /bin/sh -c set -ex; curl -sSL "${archive_url}" --output /tmp/limesurvey.tar.gz && echo "${sha256_checksum} /tmp/limesurvey.tar.gz" | sha256sum -c - && tar xzvf "/tmp/limesurvey.tar.gz" --strip-components=1 -C /var/www/html/ && rm -rf "/tmp/limesurvey.tar.gz" /var/www/html/docs /var/www/html/tests /var/www/html/*.md && chown -R "${USER}:root" /var/www/ ; chmod -R g=u /var/www # buildkit
2026-06-24 07:18:23 UTC (buildkit.dockerfile.v0)EXPOSE [9000/tcp]
2026-06-24 07:18:23 UTC (buildkit.dockerfile.v0)WORKDIR /var/www/html
2026-06-24 07:18:23 UTC (buildkit.dockerfile.v0)COPY entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit
2026-06-24 07:18:23 UTC (buildkit.dockerfile.v0)USER www-data
2026-06-24 07:18:23 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
2026-06-24 07:18:23 UTC (buildkit.dockerfile.v0)CMD ["php-fpm"]
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.