Namespace
martialblog
Image / Tag
limesurvey:3.23.5_200923-fpm
Content Digest
sha256:999d8ea82ccab6334abb8372bd77389417a2f4d9df631d482ddf8946a8c972d0
Details
Created

2020-09-28 14:25:46 UTC

Size

284 MB

Content Digest
Labels

Environment
GPG_KEYS

1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F

LIMESURVEY_VERSION

3.23.5+200923

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-7.2.33.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_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 -pie

PHP_MD5

PHP_SHA256

0f160a3483ffce36be5962fab7bcf09d605ee66c5707df83e4195cb796bbb03a

PHP_URL

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

PHP_VERSION

7.2.33


Layers

[#000] sha256:d121f8d1c4128ebc1e95e5bfad90a0189b84eadbbb2fbaad20cbb26d20b2c8a2 - 9.11% (25.8 MB)

[#001] sha256:58b3577b786a8fc924e77061e0347784852f282e0c823a01d273188d615f3c37 - 0.0% (226 Bytes)

[#002] sha256:60538287851f83ed7cc28af3c1fdc4dc70a191246efe8076aacfaca909833f51 - 25.78% (73.1 MB)

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

[#004] sha256:80975bbd8161ae89b8e89eabe8577d12b11a4496dba5899a3dc2e24682334db7 - 4.25% (12 MB)

[#005] sha256:2449e552d22ba09730ed3985b7be79e36d649f137cc23c50af97c476e2d6a543 - 0.0% (494 Bytes)

[#006] sha256:ce341fef41be2e046abcde2aee052308dbb97bcb66f2612fdf163c7986738cf7 - 9.59% (27.2 MB)

[#007] sha256:f6904a8101377075791fa9a3d9067c970fe47bef875ecf1eb0a4ccdbcde35866 - 0.0% (2.22 KB)

[#008] sha256:5596c31a77bc695616943f35611a3e2cdbdc3e71d0eb823ae1d0e3cc0d537adc - 0.0% (248 Bytes)

[#009] sha256:939f0ecc64b37d217f5be60d68f50bde7394b9924fb0be9bae1e4dece6cadaae - 0.0% (213 Bytes)

[#010] sha256:4aae6cdb7e740fc52ebda11604d0189d4a9b0c50ec74f89f6c0c468a9263e7b9 - 0.0% (7.61 KB)

[#011] sha256:44b276b7409dcb20f1f5500d5bf529a680b874798aee21b23fdd94ac6616486b - 2.22% (6.3 MB)

[#012] sha256:4c763554eaad633ae82128ef5765e8d453c0cd63fea0c76f47dde02727c6cc01 - 0.0% (169 Bytes)

[#013] sha256:338e5e90f8288029522b5ce5ca7cae83449fc33084dca63dfca22f3c4080d1ec - 0.45% (1.27 MB)

[#014] sha256:24c7a689ac0ec57c4017e3680e7ab728d5a18b6342b49358b2175e5da07f1895 - 24.14% (68.5 MB)

[#015] sha256:9f1bf96c3ca49ee33ff8b76dd7b57d215c9d3ac16abd5b22e3121aeb7400fc9a - 24.45% (69.3 MB)

[#016] sha256:b09e3211b0321b63567e4a53b7364068eab50a4d4c462c527d68c97789af3dc9 - 0.0% (1.47 KB)


History
2020-09-10 00:23:29 UTC

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

2020-09-10 00:23:30 UTC

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

2020-09-10 13:07:27 UTC

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

2020-09-10 13:07:27 UTC

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

2020-09-10 13:07:47 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/*

2020-09-10 13:07:47 UTC

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

2020-09-10 13:07:48 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 777 /var/www/html

2020-09-10 13:21:25 UTC

/bin/sh -c #(nop) ENV PHP_EXTRA_CONFIGURE_ARGS=--enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi

2020-09-10 13:21:26 UTC

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

2020-09-10 13:21:26 UTC

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

2020-09-10 13:21:26 UTC

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

2020-09-10 15:19:38 UTC

/bin/sh -c #(nop) ENV GPG_KEYS=1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F

2020-09-10 15:19:38 UTC

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

2020-09-10 15:19:38 UTC

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

2020-09-10 15:19:38 UTC

/bin/sh -c #(nop) ENV PHP_SHA256=0f160a3483ffce36be5962fab7bcf09d605ee66c5707df83e4195cb796bbb03a PHP_MD5=

2020-09-10 15:19:48 UTC

/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; 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_MD5" ]; then echo "$PHP_MD5 *php.tar.xz" | md5sum -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 ha.pool.sks-keyservers.net --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

2020-09-10 15:19:48 UTC

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

2020-09-10 15:25:28 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 libedit-dev libsodium-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-password-argon2 --with-sodium=shared --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

2020-09-10 15:25:28 UTC

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

2020-09-10 15:25:29 UTC

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

2020-09-10 15:25:30 UTC

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

2020-09-10 15:25:30 UTC

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

2020-09-10 15:25:30 UTC

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

2020-09-10 15:25:31 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 '[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

2020-09-10 15:25:31 UTC

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

2020-09-10 15:25:32 UTC

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

2020-09-10 15:25:32 UTC

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

2020-09-22 06:41:34 UTC

/bin/sh -c #(nop) LABEL [email protected]

2020-09-28 14:22:11 UTC

/bin/sh -c #(nop) ARG version=3.23.5+200923

2020-09-28 14:22:11 UTC

/bin/sh -c #(nop) ARG sha256_checksum=954cb7ee412aa4d7ff986920fee80d5841a47b31c93849c373d2141ba6eed541

2020-09-28 14:22:25 UTC

|2 sha256_checksum=954cb7ee412aa4d7ff986920fee80d5841a47b31c93849c373d2141ba6eed541 version=3.23.5+200923 /bin/sh -c set -ex; apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y libldap2-dev libfreetype6-dev libjpeg-dev zlib1g-dev libc-client-dev libkrb5-dev libpng-dev libpq-dev netcat && apt-get -y autoclean; apt-get -y autoremove; rm -rf /var/lib/apt/lists/*

2020-09-28 14:22:27 UTC

|2 sha256_checksum=954cb7ee412aa4d7ff986920fee80d5841a47b31c93849c373d2141ba6eed541 version=3.23.5+200923 /bin/sh -c set -ex; ln -fs /usr/lib/x86_64-linux-gnu/libldap.so /usr/lib/

2020-09-28 14:25:14 UTC

|2 sha256_checksum=954cb7ee412aa4d7ff986920fee80d5841a47b31c93849c373d2141ba6eed541 version=3.23.5+200923 /bin/sh -c set -ex; docker-php-ext-configure gd --with-freetype-dir=/usr --with-png-dir=/usr --with-jpeg-dir=/usr; docker-php-ext-configure imap --with-kerberos --with-imap-ssl && docker-php-ext-install -j5 exif gd imap ldap mbstring pdo pdo_mysql pdo_pgsql pgsql zip

2020-09-28 14:25:14 UTC

/bin/sh -c #(nop) ENV LIMESURVEY_VERSION=3.23.5+200923

2020-09-28 14:25:26 UTC

|2 sha256_checksum=954cb7ee412aa4d7ff986920fee80d5841a47b31c93849c373d2141ba6eed541 version=3.23.5+200923 /bin/sh -c curl -sSL "https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz" --output /tmp/limesurvey.tar.gz

2020-09-28 14:25:44 UTC

|2 sha256_checksum=954cb7ee412aa4d7ff986920fee80d5841a47b31c93849c373d2141ba6eed541 version=3.23.5+200923 /bin/sh -c set -ex; 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 www-data:www-data /var/www/html

2020-09-28 14:25:45 UTC

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

2020-09-28 14:25:45 UTC

/bin/sh -c #(nop) COPY file:4e562017b50c42738dbe481f7bec2e993e57850a88b89cb46c7e4d09e0449d6b in entrypoint.sh

2020-09-28 14:25:45 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/var/www/html/entrypoint.sh"]

2020-09-28 14:25:46 UTC

/bin/sh -c #(nop) 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