Namespace
martialblog
Image / Tag
limesurvey:4.1.12_200324-fpm
Content Digest
sha256:2e32e7f7cff38431e365072a42ae9416dfe3c4ab5919ecc8474b54ed821b6e58
Details
Created

2020-03-26 08:57:13 UTC

Size

331 MB

Content Digest
Labels

Environment
GPG_KEYS

1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F

LIMESURVEY_VERSION

4.1.12+200324

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/get/php-7.2.29.tar.xz.asc/from/this/mirror

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 -Wl,--hash-style=both -pie

PHP_MD5

PHP_SHA256

b117de74136bf4b439d663be9cf0c8e06a260c1f340f6b75ccadb609153a7fe8

PHP_URL

https://www.php.net/get/php-7.2.29.tar.xz/from/this/mirror

PHP_VERSION

7.2.29


Layers

[#000] sha256:68ced04f60ab5c7a5f1d0b0b4e7572c5a4c8cce44866513d30d9df1a15277d6b - 7.8% (25.8 MB)

[#001] sha256:1d2a5d8fa5852468a297ff0881d1804da6f72f49f9307031dfeff2602022170d - 0.0% (226 Bytes)

[#002] sha256:5d59ec4ae241b4fb63be2a1f6852dad2846c086b03d4335ed97e812f74698b84 - 22.08% (73.1 MB)

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

[#004] sha256:c09381971b0e9f164e353acc1d5539e0463f4f254465976492e47b0eee8a9dd5 - 3.64% (12 MB)

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

[#006] sha256:9d9fa3066c3ec519ca16689c0a24998d99aaf0ac9d92a3229a8ba9c17491c5cc - 8.22% (27.2 MB)

[#007] sha256:b5382d5f2e0035fb1ded3ec2289b4f195e52670acb52eafb64b79fb407ed5254 - 0.0% (2.17 KB)

[#008] sha256:63b57f69b0d576489eb130ea533244cafba0603a39de406c126ae96a04e7efdb - 0.0% (249 Bytes)

[#009] sha256:fabb08092a5da66b43d3b372bc55609c437baa58b146cde855a04fc7a298a41b - 0.0% (214 Bytes)

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

[#011] sha256:ab1b8e3d8939883a549d2283d706e35ae53bab9d549dffe9404e0ad077ea4400 - 1.9% (6.3 MB)

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

[#013] sha256:8715e7f60e0a8b22b01b1dd720b94c326619145e4b5309171984b6eec7bf3fbf - 0.38% (1.25 MB)

[#014] sha256:2a29f294a1c84409155916406fa60ea6fca128bd81597636cb7d8bfa866c5748 - 27.85% (92.2 MB)

[#015] sha256:0e84729222323b73de585e82c8e553239a453d0dc994bcb9f6bb645aac808f7c - 28.12% (93.1 MB)

[#016] sha256:a50b298a291c5ffed2346d0ef26ac70aba75e15959676e9d833b648f42e2d8e0 - 0.0% (1.17 KB)


History
2020-02-26 00:37:39 UTC

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

2020-02-26 00:37:39 UTC

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

2020-02-26 11:59:19 UTC

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

2020-02-26 11:59:19 UTC

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

2020-02-26 11:59:41 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-02-26 11:59:41 UTC

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

2020-02-26 11:59:42 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-02-26 12:12:09 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-02-26 12:12:09 UTC

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

2020-02-26 12:12:09 UTC

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

2020-02-26 12:12:09 UTC

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

2020-02-26 13:32:38 UTC

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

2020-03-20 01:34:12 UTC

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

2020-03-20 01:34:12 UTC

/bin/sh -c #(nop) ENV PHP_URL=https://www.php.net/get/php-7.2.29.tar.xz/from/this/mirror PHP_ASC_URL=https://www.php.net/get/php-7.2.29.tar.xz.asc/from/this/mirror

2020-03-20 01:34:12 UTC

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

2020-03-20 01:34:20 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-03-20 01:34:20 UTC

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

2020-03-20 01:42:38 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-03-20 01:42:38 UTC

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

2020-03-20 01:42:39 UTC

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

2020-03-20 01:42:40 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-03-20 01:42:40 UTC

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

2020-03-20 01:42:40 UTC

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

2020-03-20 01:42:41 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-03-20 01:42:41 UTC

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

2020-03-20 01:42:42 UTC

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

2020-03-20 01:42:42 UTC

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

2020-03-24 18:43:08 UTC

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

2020-03-26 08:46:51 UTC

/bin/sh -c #(nop) ARG version=4.1.12+200324

2020-03-26 08:46:51 UTC

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

2020-03-26 08:47:35 UTC

|2 sha256_checksum=f7713aebc72f0703be0f46153e071595b1b1a8a09b179e0b93b270010075039d version=4.1.12+200324 /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-03-26 08:47:37 UTC

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

2020-03-26 08:55:50 UTC

|2 sha256_checksum=f7713aebc72f0703be0f46153e071595b1b1a8a09b179e0b93b270010075039d version=4.1.12+200324 /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 gd imap ldap mbstring pdo pdo_mysql pdo_pgsql pgsql zip

2020-03-26 08:55:51 UTC

/bin/sh -c #(nop) ENV LIMESURVEY_VERSION=4.1.12+200324

2020-03-26 08:56:14 UTC

/bin/sh -c #(nop) ADD a333dbfb366030b0a56e546cfbd91808dcd18a10ba27a941097e3e3969da99a6 in /tmp

2020-03-26 08:57:10 UTC

|2 sha256_checksum=f7713aebc72f0703be0f46153e071595b1b1a8a09b179e0b93b270010075039d version=4.1.12+200324 /bin/sh -c set -ex; echo "${sha256_checksum} /tmp/${version}.tar.gz" | sha256sum -c - && tar xzvf "/tmp/${version}.tar.gz" --strip-components=1 -C /var/www/html/ && rm -f "/tmp/${version}.tar.gz" && chown -R www-data:www-data /var/www/html

2020-03-26 08:57:12 UTC

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

2020-03-26 08:57:12 UTC

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

2020-03-26 08:57:13 UTC

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

2020-03-26 08:57:13 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