Namespace
martialblog
Image / Tag
limesurvey:4.3.23_201026-fpm
Content Digest
sha256:34866257b741dc74110dcc801a50637ed960845f219d463fe465a08caa2684bc
Details
Created

2020-11-03 07:55:23 UTC

Size

332 MB

Content Digest
Labels

Environment
GPG_KEYS

1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F

LIMESURVEY_VERSION

4.3.23+201026

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.34.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

409e11bc6a2c18707dfc44bc61c820ddfd81e17481470f3405ee7822d8379903

PHP_URL

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

PHP_VERSION

7.2.34


Layers

[#000] sha256:bb79b6b2107fea8e8a47133a660b78e3a546998fcf0427be39ac9a0af4a97e90 - 7.78% (25.8 MB)

[#001] sha256:80f7a64e4b25ef4677013dcec51e1af42c22625c752488313e0861b1888c723a - 0.0% (226 Bytes)

[#002] sha256:da391f3e81f0b09c13ea57f5a07f660d6d704d6c2f03d7c0b550ea1cc7acf149 - 22.02% (73.1 MB)

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

[#004] sha256:df22b013a8229d121228b04794b309d648b7c26c279134b72023486d047e98db - 3.63% (12 MB)

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

[#006] sha256:5da735fd1deb32ea73a84879d7de228b5e46888d15c984624027e2532af2fb60 - 8.19% (27.2 MB)

[#007] sha256:410a3d0fa8509f83195f8b70a0a6ba24e2be02557381dab0053320a964336dfe - 0.0% (2.21 KB)

[#008] sha256:9a9da98dc4857cc151b9ac9a5da451f462b5dceb6d82205da924f703f0f6a22b - 0.0% (249 Bytes)

[#009] sha256:b754301bcf6c62036faac59c1884c4a67eb9212f568d573ea1a8bbd8f05ab329 - 0.0% (212 Bytes)

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

[#011] sha256:f6c50eff80048ffda7d0c33a13df41239e45587455d8a62b9d76f659412cd08f - 1.95% (6.47 MB)

[#012] sha256:3cf09f4c49dd72d9947d76cfaf5ee89b2b7d7a0f43c1b1aead6c719c31091647 - 0.0% (168 Bytes)

[#013] sha256:b42012aac7a5f3030a8cbcadbd7f5d08e486ed296d2fd5ddf58b7e2c7a5e4c59 - 0.38% (1.27 MB)

[#014] sha256:213ca5f70aef79b1d2162fa58efda4c0cb7fbf623b41d834276b55aecac31ace - 27.89% (92.6 MB)

[#015] sha256:4439697500ef15b4fb1e689a4f746444f430e5b931a1b4f3af44b6eb3c539233 - 28.15% (93.5 MB)

[#016] sha256:98f7d1bb238c6819ed5630c662b06898eb1e7cfda53fcbad99f9967778be190f - 0.0% (1.5 KB)


History
2020-10-13 01:39:05 UTC

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

2020-10-13 01:39:05 UTC

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

2020-10-13 09:14:48 UTC

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

2020-10-13 09:14:48 UTC

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

2020-10-13 09:15:18 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-10-13 09:15:19 UTC

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

2020-10-13 09:15:20 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-10-13 09:32:19 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-10-13 09:32:19 UTC

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

2020-10-13 09:32:20 UTC

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

2020-10-13 09:32:20 UTC

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

2020-10-13 11:33:11 UTC

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

2020-10-13 11:33:12 UTC

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

2020-10-13 11:33:12 UTC

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

2020-10-13 11:33:12 UTC

/bin/sh -c #(nop) ENV PHP_SHA256=409e11bc6a2c18707dfc44bc61c820ddfd81e17481470f3405ee7822d8379903 PHP_MD5=

2020-10-13 11:33:22 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-10-13 11:33:22 UTC

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

2020-10-13 11:41:17 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-10-27 01:20:05 UTC

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

2020-10-27 01:20:06 UTC

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

2020-10-27 01:20:07 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-10-27 01:20:07 UTC

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

2020-10-27 01:20:07 UTC

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

2020-10-27 01:20:08 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-10-27 01:20:08 UTC

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

2020-10-27 01:20:09 UTC

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

2020-10-27 01:20:09 UTC

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

2020-11-03 07:51:32 UTC

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

2020-11-03 07:51:32 UTC

/bin/sh -c #(nop) ARG version=4.3.23+201026

2020-11-03 07:51:33 UTC

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

2020-11-03 07:51:48 UTC

|2 sha256_checksum=c78c0d821b1be9f522da3d6fda13910db27efb4bf32fc903b7986bbd7e39a312 version=4.3.23+201026 /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-11-03 07:51:49 UTC

|2 sha256_checksum=c78c0d821b1be9f522da3d6fda13910db27efb4bf32fc903b7986bbd7e39a312 version=4.3.23+201026 /bin/sh -c set -ex; ln -fs /usr/lib/x86_64-linux-gnu/libldap.so /usr/lib/

2020-11-03 07:54:39 UTC

|2 sha256_checksum=c78c0d821b1be9f522da3d6fda13910db27efb4bf32fc903b7986bbd7e39a312 version=4.3.23+201026 /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-11-03 07:54:40 UTC

/bin/sh -c #(nop) ENV LIMESURVEY_VERSION=4.3.23+201026

2020-11-03 07:54:57 UTC

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

2020-11-03 07:55:21 UTC

|2 sha256_checksum=c78c0d821b1be9f522da3d6fda13910db27efb4bf32fc903b7986bbd7e39a312 version=4.3.23+201026 /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-11-03 07:55:22 UTC

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

2020-11-03 07:55:22 UTC

/bin/sh -c #(nop) COPY file:40c486b810150089de43b348686236175ad4e8b7e15255648d0ee0660c7ac230 in entrypoint.sh

2020-11-03 07:55:22 UTC

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

2020-11-03 07:55:23 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