Namespace
martialblog
Image / Tag
limesurvey:6.5.12-240611-fpm
Content Digest
sha256:9a06e3a242a69fd6486c7a825b69dcf419387c3731a8e0843b4d26f8ca30b081
Details
Created

2024-06-21 13:51:16 UTC

Size

256 MB

Content Digest
Labels
  • maintainer
  • org.opencontainers.image.created
    2024-06-21T13:49:42.589Z
  • org.opencontainers.image.description
    A Docker Image for LimeSurvey
  • org.opencontainers.image.licenses
    MIT
  • org.opencontainers.image.revision
    a1d6d3311b6e36813ba9fd57e0440ad67f03dde7
  • org.opencontainers.image.source
    https://github.com/martialblog/docker-limesurvey
  • org.opencontainers.image.title
    docker-limesurvey
  • org.opencontainers.image.url
    https://github.com/martialblog/docker-limesurvey
  • org.opencontainers.image.version
    6.5.12-240611-fpm

Environment
GPG_KEYS

528995BFEDFBA7191D46839EF9BA0ADA31CBD89E 39B641343D8C104B2B146DC3F9C39DC0B9698544 F1F692238FBC1666E5A5CCD4199F9DFEF6FFBAFD

LIMESURVEY_VERSION

6.5.12+240611

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_ASC_URL

https://www.php.net/distributions/php-8.1.29.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_SHA256

288884af60581d4284baba2ace9ca6d646f72facbd3e3c2dd2acc7fe6f903536

PHP_URL

https://www.php.net/distributions/php-8.1.29.tar.xz

PHP_VERSION

8.1.29


Layers

[#000] sha256:2cc3ae149d28a36d28d4eefbae70aaa14a0c9eab588c3790f7979f310b893c44 - 10.86% (27.8 MB)

[#001] sha256:01c187ab622ce6623bfc28e291735e4d79466116c66b38ea155d2e56e503980c - 0.0% (224 Bytes)

[#002] sha256:4382a8829fff65dc205865ad03b19117fdcea939ac1f8d5ab37309ad641e4c3d - 38.89% (99.5 MB)

[#003] sha256:43046b340e345aef56c4f6f9a15ed3640207000305855ed512de8f87b1ac602b - 0.0% (224 Bytes)

[#004] sha256:8ce3d52a73241a168e84c8b745873d0414c9d8f319059ddd88b073f857e88974 - 4.52% (11.6 MB)

[#005] sha256:5eafab717466b7cc2af02da67a450db6b6a344b8332faad3ccb18f1485c35bca - 0.0% (492 Bytes)

[#006] sha256:349efe63219f563ac0d5c741bd1c09655ab0dd7df4abc7b2a72371d5bcaf94ad - 10.26% (26.3 MB)

[#007] sha256:c4820daedb8e820177f1d0a9a1296db31490217ab4f5a94c4fc92f3f40055646 - 0.0% (2.39 KB)

[#008] sha256:6cb4f692857dcf97bf299e7c2e3ac3294e8c15a89ada4a9b5ddfa1ac7b6d94ef - 0.0% (246 Bytes)

[#009] sha256:a151fd65121ef74c364fbf32f04485bb1c10558d1c98d85810843d2cf91e9ed9 - 0.0% (8.67 KB)

[#010] sha256:6488d84f874b0790e325c9b62d60ecf19b1bc2fa13eebc009f2dce7df34b9771 - 0.1% (271 KB)

[#011] sha256:9ba3531ae5f959f2dcb3fa5fbc49b5d64d3088b937d94348cf896ea0cfaa1802 - 1.13% (2.88 MB)

[#012] sha256:278845b870fc54aa50b7a51a746558842b0c6f7130d69bcf20e64bb59060305d - 34.23% (87.6 MB)

[#013] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#014] sha256:1c0d17fc10dd1aec79ff75ccd6ba7784bb14dcca72394acb41f8a0208b566882 - 0.0% (1.92 KB)


History
2024-06-13 01:20:56 UTC

/bin/sh -c #(nop) ADD file:5f9954090af042b377ea0d1d184faa64d2e9d4c946b6c3898d52aff47e764056 in /

2024-06-13 01:20:56 UTC

/bin/sh -c #(nop) CMD ["bash"]

2024-06-13 01:55:50 UTC

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

2024-06-13 01:55:51 UTC

/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c

2024-06-13 01:56:14 UTC

/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/*

2024-06-13 01:56:15 UTC

/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php

2024-06-13 01:56:15 UTC

/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

2024-06-13 01:56:15 UTC

/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64

2024-06-13 01:56:15 UTC

/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64

2024-06-13 01:56:15 UTC

/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie

2024-06-13 02:57:30 UTC

/bin/sh -c #(nop) ENV GPG_KEYS=528995BFEDFBA7191D46839EF9BA0ADA31CBD89E 39B641343D8C104B2B146DC3F9C39DC0B9698544 F1F692238FBC1666E5A5CCD4199F9DFEF6FFBAFD

2024-06-13 02:57:30 UTC

/bin/sh -c #(nop) ENV PHP_VERSION=8.1.29

2024-06-13 02:57:31 UTC

/bin/sh -c #(nop) ENV PHP_URL=https://www.php.net/distributions/php-8.1.29.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.1.29.tar.xz.asc

2024-06-13 02:57:31 UTC

/bin/sh -c #(nop) ENV PHP_SHA256=288884af60581d4284baba2ace9ca6d646f72facbd3e3c2dd2acc7fe6f903536

2024-06-13 02:57:42 UTC

/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends gnupg; rm -rf /var/lib/apt/lists/*; 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; if [ -n "$PHP_ASC_URL" ]; then 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"; fi; apt-mark auto '.*' > /dev/null; apt-mark manual $savedAptMark > /dev/null; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false

2024-06-13 02:57:42 UTC

/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/

2024-06-13 03:09:26 UTC

/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends libargon2-dev libcurl4-openssl-dev libonig-dev libreadline-dev libsodium-dev libsqlite3-dev libssl-dev libxml2-dev zlib1g-dev ; 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)"; 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 --with-pic --enable-ftp --enable-mbstring --enable-mysqlnd --with-password-argon2 --with-sodium=shared --with-pdo-sqlite=/usr --with-sqlite3=/usr --with-curl --with-iconv --with-openssl --with-readline --with-zlib --disable-phpdbg --with-pear $(test "$gnuArch" = 'riscv64-linux-gnu' && echo '--without-pcre-jit') --with-libdir="lib/$debMultiarch" --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; 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); printf "*%s\n", 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/*; pecl update-channels; rm -rf /tmp/pear ~/.pearrc; php --version

2024-06-13 03:09:27 UTC

/bin/sh -c #(nop) COPY multi:869bde9dbeae74886a05c9e2107b3e3b4877116db8c6d9adbaff2719f9fb5262 in /usr/local/bin/

2024-06-13 03:09:27 UTC

/bin/sh -c docker-php-ext-enable sodium

2024-06-13 03:09:28 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]

2024-06-13 03:09:28 UTC

/bin/sh -c #(nop) WORKDIR /var/www/html

2024-06-13 03:09:28 UTC

/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 '; 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'; } | tee php-fpm.d/docker.conf; { echo '[global]'; echo 'daemonize = no'; echo; echo '[www]'; echo 'listen = 9000'; } | 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"

2024-06-13 03:09:28 UTC

/bin/sh -c #(nop) STOPSIGNAL SIGQUIT

2024-06-13 03:09:28 UTC

/bin/sh -c #(nop) EXPOSE 9000

2024-06-13 03:09:29 UTC

/bin/sh -c #(nop) CMD ["php-fpm"]

2024-06-21 13:49:48 UTC (buildkit.dockerfile.v0)

LABEL [email protected]

2024-06-21 13:49:48 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -ex; apt-get update; apt-get install -y --no-install-recommends netcat-openbsd libldap-common libsasl2-modules ; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/* # buildkit

2024-06-21 13:51:00 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -ex; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends libldap2-dev libfreetype6-dev libjpeg-dev libonig-dev zlib1g-dev libc-client-dev libkrb5-dev libpng-dev libpq-dev libzip-dev libtidy-dev libsodium-dev ; debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; docker-php-ext-configure gd --with-freetype --with-jpeg; docker-php-ext-configure imap --with-kerberos --with-imap-ssl; docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch"; docker-php-ext-install -j "$(nproc)" exif gd imap ldap mbstring pdo pdo_mysql pdo_pgsql pgsql sodium tidy zip ; apt-mark auto '.*' > /dev/null; apt-mark manual $savedAptMark; ldd "$(php -r 'echo ini_get("extension_dir");')"/*.so | awk '/=>/ { print $3 }' | sort -u | xargs -r dpkg-query -S | cut -d: -f1 | sort -u | xargs -rt apt-mark manual; ldd "$(php -r 'echo ini_get("extension_dir");')"/*.so | awk '$3 ~ /^\/lib/ { print "/usr"$3 }' | sort -u | xargs -r dpkg-query -S | cut -d: -f1 | sort -u | xargs -rt apt-mark manual; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/* # buildkit

2024-06-21 13:51:00 UTC (buildkit.dockerfile.v0)

ARG version=6.5.12+240611

2024-06-21 13:51:00 UTC (buildkit.dockerfile.v0)

ARG sha256_checksum=dd804b2aa0c1446a2001d8aed3f932c1ff8689c61f406d9846d8887208996e02

2024-06-21 13:51:00 UTC (buildkit.dockerfile.v0)

ARG archive_url=https://github.com/LimeSurvey/LimeSurvey/archive/refs/tags/6.5.12+240611.tar.gz

2024-06-21 13:51:00 UTC (buildkit.dockerfile.v0)

ARG USER=www-data

2024-06-21 13:51:00 UTC (buildkit.dockerfile.v0)

ENV LIMESURVEY_VERSION=6.5.12+240611

2024-06-21 13:51:16 UTC (buildkit.dockerfile.v0)

RUN |4 version=6.5.12+240611 sha256_checksum=dd804b2aa0c1446a2001d8aed3f932c1ff8689c61f406d9846d8887208996e02 archive_url=https://github.com/LimeSurvey/LimeSurvey/archive/refs/tags/6.5.12+240611.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 -f "/tmp/limesurvey.tar.gz" && chown -R "$USER:$USER" /var/www/html # buildkit

2024-06-21 13:51:16 UTC (buildkit.dockerfile.v0)

EXPOSE map[9000/tcp:{}]

2024-06-21 13:51:16 UTC (buildkit.dockerfile.v0)

WORKDIR /var/www/html

2024-06-21 13:51:16 UTC (buildkit.dockerfile.v0)

COPY entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit

2024-06-21 13:51:16 UTC (buildkit.dockerfile.v0)

USER www-data

2024-06-21 13:51:16 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]

2024-06-21 13:51:16 UTC (buildkit.dockerfile.v0)

CMD ["php-fpm"]

Details
Created

2024-06-21 14:07:55 UTC

Size

250 MB

Content Digest
Labels
  • maintainer
  • org.opencontainers.image.created
    2024-06-21T13:49:42.589Z
  • org.opencontainers.image.description
    A Docker Image for LimeSurvey
  • org.opencontainers.image.licenses
    MIT
  • org.opencontainers.image.revision
    a1d6d3311b6e36813ba9fd57e0440ad67f03dde7
  • org.opencontainers.image.source
    https://github.com/martialblog/docker-limesurvey
  • org.opencontainers.image.title
    docker-limesurvey
  • org.opencontainers.image.url
    https://github.com/martialblog/docker-limesurvey
  • org.opencontainers.image.version
    6.5.12-240611-fpm

Environment
GPG_KEYS

528995BFEDFBA7191D46839EF9BA0ADA31CBD89E 39B641343D8C104B2B146DC3F9C39DC0B9698544 F1F692238FBC1666E5A5CCD4199F9DFEF6FFBAFD

LIMESURVEY_VERSION

6.5.12+240611

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_ASC_URL

https://www.php.net/distributions/php-8.1.29.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_SHA256

288884af60581d4284baba2ace9ca6d646f72facbd3e3c2dd2acc7fe6f903536

PHP_URL

https://www.php.net/distributions/php-8.1.29.tar.xz

PHP_VERSION

8.1.29


Layers

[#000] sha256:559a764445207341cf1207d83ceb89f1e59e2b57e860b7a80a6df6447641832b - 11.13% (27.8 MB)

[#001] sha256:82232c6a91a19c70f422ee832834541dc60f5aa79a0390d1b4f970b78cb94cfe - 0.0% (229 Bytes)

[#002] sha256:10870c6e7c794dbaa9b4485a880b2632188af1c206671a34d1ab297d9dc40b78 - 37.44% (93.6 MB)

[#003] sha256:f90df84e2a5d16a1c1192d259caccf2309cdf55df5c7c03d2528eeb67d8dacf5 - 0.0% (224 Bytes)

[#004] sha256:c12ffe841d720d4cb3b0bab7c672ce58bc079c4a768bee331cd414f67aa31112 - 4.63% (11.6 MB)

[#005] sha256:a6783ec9b264cfc26eb05a61e59b0856dbb10315c95b493dda38454897db9a6c - 0.0% (493 Bytes)

[#006] sha256:383102995ada4a6910e9f4573d9ce9e08c7af456a33fbbd7ee4c518763b6c200 - 10.48% (26.2 MB)

[#007] sha256:21626c062d62e362990d37c8682a507f2e66cd904ee627b673ff7a6d8e6ab8d7 - 0.0% (2.39 KB)

[#008] sha256:6ca752890408b20037b6d1981006d077a889ab243e792405ce6de29684a551b5 - 0.0% (244 Bytes)

[#009] sha256:0fff5e6b9f6412aa87822215c9bf19a346e6b3940339760ef3f64113bc142ea8 - 0.0% (8.67 KB)

[#010] sha256:748ce915a369be60381c7d475dbf390ebb3544ae0fb258c28bac82fbd3fb6b2c - 0.11% (288 KB)

[#011] sha256:616a56eb7a47023bb9b9edb618a0150d18c07ed091f262f75ef2b0f07c3072a8 - 1.15% (2.87 MB)

[#012] sha256:e7825adf4018661585291cd98cc607cf0c8c86de46f676c43dee5799c011db55 - 35.05% (87.6 MB)

[#013] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#014] sha256:0765295400f7497bf741a30358d27c7934bfd1d7f7dfe622c4740b06e9cccfd9 - 0.0% (1.92 KB)


History
2024-06-13 00:39:50 UTC

/bin/sh -c #(nop) ADD file:5f17f77072bcd27aa8c4d09ef5117423b789c42445b6e6c13af711dfb2abd544 in /

2024-06-13 00:39:51 UTC

/bin/sh -c #(nop) CMD ["bash"]

2024-06-13 05:31:27 UTC

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

2024-06-13 05:31:27 UTC

/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c

2024-06-13 05:31:42 UTC

/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/*

2024-06-13 05:31:44 UTC

/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php

2024-06-13 05:31:44 UTC

/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

2024-06-13 05:31:44 UTC

/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64

2024-06-13 05:31:44 UTC

/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64

2024-06-13 05:31:45 UTC

/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie

2024-06-13 06:26:26 UTC

/bin/sh -c #(nop) ENV GPG_KEYS=528995BFEDFBA7191D46839EF9BA0ADA31CBD89E 39B641343D8C104B2B146DC3F9C39DC0B9698544 F1F692238FBC1666E5A5CCD4199F9DFEF6FFBAFD

2024-06-13 06:26:26 UTC

/bin/sh -c #(nop) ENV PHP_VERSION=8.1.29

2024-06-13 06:26:26 UTC

/bin/sh -c #(nop) ENV PHP_URL=https://www.php.net/distributions/php-8.1.29.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.1.29.tar.xz.asc

2024-06-13 06:26:27 UTC

/bin/sh -c #(nop) ENV PHP_SHA256=288884af60581d4284baba2ace9ca6d646f72facbd3e3c2dd2acc7fe6f903536

2024-06-13 06:26:36 UTC

/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends gnupg; rm -rf /var/lib/apt/lists/*; 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; if [ -n "$PHP_ASC_URL" ]; then 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"; fi; apt-mark auto '.*' > /dev/null; apt-mark manual $savedAptMark > /dev/null; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false

2024-06-13 06:26:36 UTC

/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/

2024-06-13 06:36:56 UTC

/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends libargon2-dev libcurl4-openssl-dev libonig-dev libreadline-dev libsodium-dev libsqlite3-dev libssl-dev libxml2-dev zlib1g-dev ; 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)"; 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 --with-pic --enable-ftp --enable-mbstring --enable-mysqlnd --with-password-argon2 --with-sodium=shared --with-pdo-sqlite=/usr --with-sqlite3=/usr --with-curl --with-iconv --with-openssl --with-readline --with-zlib --disable-phpdbg --with-pear $(test "$gnuArch" = 'riscv64-linux-gnu' && echo '--without-pcre-jit') --with-libdir="lib/$debMultiarch" --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; 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); printf "*%s\n", 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/*; pecl update-channels; rm -rf /tmp/pear ~/.pearrc; php --version

2024-06-13 06:36:56 UTC

/bin/sh -c #(nop) COPY multi:869bde9dbeae74886a05c9e2107b3e3b4877116db8c6d9adbaff2719f9fb5262 in /usr/local/bin/

2024-06-13 06:36:57 UTC

/bin/sh -c docker-php-ext-enable sodium

2024-06-13 06:36:57 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]

2024-06-13 06:36:57 UTC

/bin/sh -c #(nop) WORKDIR /var/www/html

2024-06-13 06:36:58 UTC

/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 '; 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'; } | tee php-fpm.d/docker.conf; { echo '[global]'; echo 'daemonize = no'; echo; echo '[www]'; echo 'listen = 9000'; } | 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"

2024-06-13 06:36:58 UTC

/bin/sh -c #(nop) STOPSIGNAL SIGQUIT

2024-06-13 06:36:58 UTC

/bin/sh -c #(nop) EXPOSE 9000

2024-06-13 06:36:58 UTC

/bin/sh -c #(nop) CMD ["php-fpm"]

2024-06-21 13:50:13 UTC (buildkit.dockerfile.v0)

LABEL [email protected]

2024-06-21 13:50:13 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -ex; apt-get update; apt-get install -y --no-install-recommends netcat-openbsd libldap-common libsasl2-modules ; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/* # buildkit

2024-06-21 14:07:34 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -ex; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends libldap2-dev libfreetype6-dev libjpeg-dev libonig-dev zlib1g-dev libc-client-dev libkrb5-dev libpng-dev libpq-dev libzip-dev libtidy-dev libsodium-dev ; debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; docker-php-ext-configure gd --with-freetype --with-jpeg; docker-php-ext-configure imap --with-kerberos --with-imap-ssl; docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch"; docker-php-ext-install -j "$(nproc)" exif gd imap ldap mbstring pdo pdo_mysql pdo_pgsql pgsql sodium tidy zip ; apt-mark auto '.*' > /dev/null; apt-mark manual $savedAptMark; ldd "$(php -r 'echo ini_get("extension_dir");')"/*.so | awk '/=>/ { print $3 }' | sort -u | xargs -r dpkg-query -S | cut -d: -f1 | sort -u | xargs -rt apt-mark manual; ldd "$(php -r 'echo ini_get("extension_dir");')"/*.so | awk '$3 ~ /^\/lib/ { print "/usr"$3 }' | sort -u | xargs -r dpkg-query -S | cut -d: -f1 | sort -u | xargs -rt apt-mark manual; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/* # buildkit

2024-06-21 14:07:34 UTC (buildkit.dockerfile.v0)

ARG version=6.5.12+240611

2024-06-21 14:07:34 UTC (buildkit.dockerfile.v0)

ARG sha256_checksum=dd804b2aa0c1446a2001d8aed3f932c1ff8689c61f406d9846d8887208996e02

2024-06-21 14:07:34 UTC (buildkit.dockerfile.v0)

ARG archive_url=https://github.com/LimeSurvey/LimeSurvey/archive/refs/tags/6.5.12+240611.tar.gz

2024-06-21 14:07:34 UTC (buildkit.dockerfile.v0)

ARG USER=www-data

2024-06-21 14:07:34 UTC (buildkit.dockerfile.v0)

ENV LIMESURVEY_VERSION=6.5.12+240611

2024-06-21 14:07:55 UTC (buildkit.dockerfile.v0)

RUN |4 version=6.5.12+240611 sha256_checksum=dd804b2aa0c1446a2001d8aed3f932c1ff8689c61f406d9846d8887208996e02 archive_url=https://github.com/LimeSurvey/LimeSurvey/archive/refs/tags/6.5.12+240611.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 -f "/tmp/limesurvey.tar.gz" && chown -R "$USER:$USER" /var/www/html # buildkit

2024-06-21 14:07:55 UTC (buildkit.dockerfile.v0)

EXPOSE map[9000/tcp:{}]

2024-06-21 14:07:55 UTC (buildkit.dockerfile.v0)

WORKDIR /var/www/html

2024-06-21 14:07:55 UTC (buildkit.dockerfile.v0)

COPY entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit

2024-06-21 14:07:55 UTC (buildkit.dockerfile.v0)

USER www-data

2024-06-21 14:07:55 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]

2024-06-21 14:07:55 UTC (buildkit.dockerfile.v0)

CMD ["php-fpm"]

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