Namespace
library
Image / Tag
php:7.2.0RC6-zts-alpine3.6
Content Digest
sha256:a2e0bc6b46f887136c0cd69d837ba25ca8a5dcd64d2c6dd9ac4aac3b0487fbe8
Details
Created

2017-11-13 17:24:24 UTC

Size

25.6 MB

Content Digest
Environment
GPG_KEYS

1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PHPIZE_DEPS

autoconf dpkg-dev dpkg file g++ gcc libc-dev make pcre-dev pkgconf re2c

PHP_ASC_URL

https://downloads.php.net/~pollita/php-7.2.0RC6.tar.xz.asc

PHP_CFLAGS

-fstack-protector-strong -fpic -fpie -O2

PHP_CPPFLAGS

-fstack-protector-strong -fpic -fpie -O2

PHP_EXTRA_CONFIGURE_ARGS

--enable-maintainer-zts

PHP_INI_DIR

/usr/local/etc/php

PHP_LDFLAGS

-Wl,-O1 -Wl,--hash-style=both -pie

PHP_MD5

PHP_SHA256

be4df00ff5b66e9f13c83e1d08d1d5384ae7ccc820e26f7e5f9e660011496a9e

PHP_URL

https://downloads.php.net/~pollita/php-7.2.0RC6.tar.xz

PHP_VERSION

7.2.0RC6


Layers

[#000] sha256:b56ae66c29370df48e7377c8f9baa744a3958058a766793f821dadcb144a4647 - 7.42% (1.9 MB)

[#001] sha256:807b10e8980a461e7a2f8e9c4ed7ac910f588e7c5d1d8a13f66b0fa5bf121acd - 5.16% (1.32 MB)

[#002] sha256:19906f73daa2e7b60da0b67d987508bc1786680a22079471701f3fdb7aefcdc6 - 0.0% (1.22 KB)

[#003] sha256:48cb58eb5e53ae91067329f07af5c50e8e9c10d18259fd011eca172a9da29a81 - 0.0% (168 Bytes)

[#004] sha256:4a41bab3e91e2990a02a767acb725bee2ec88424732b92ce6972ca8a00f46b9b - 45.07% (11.5 MB)

[#005] sha256:b941c5443b35715fa7715fe703cfeb8b835785b837d757134351867c54a84a3e - 0.0% (499 Bytes)

[#006] sha256:728963867e9f3a18ae00e751d5e0d5c6c152d8f6cb10220d43ca4db28c8e9aa2 - 42.34% (10.8 MB)

[#007] sha256:49bc63dd921e0c8be09b3b274e568c23cb930bfcbf0ba852e0e80b75984b0251 - 0.01% (2.11 KB)


History
2017-11-03 22:10:18 UTC

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

2017-11-03 22:10:18 UTC

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

2017-11-04 09:51:48 UTC

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

2017-11-04 09:51:52 UTC

/bin/sh -c apk add --no-cache --virtual .persistent-deps ca-certificates curl tar xz libressl

2017-11-04 09:51:53 UTC

/bin/sh -c set -x && addgroup -g 82 -S www-data && adduser -u 82 -D -S -G www-data www-data

2017-11-04 09:51:53 UTC

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

2017-11-04 09:51:53 UTC

/bin/sh -c mkdir -p $PHP_INI_DIR/conf.d

2017-11-04 10:05:19 UTC

/bin/sh -c #(nop) ENV PHP_EXTRA_CONFIGURE_ARGS=--enable-maintainer-zts

2017-11-04 10:05:20 UTC

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

2017-11-04 10:05:20 UTC

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

2017-11-04 10:05:20 UTC

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

2017-11-04 10:05:20 UTC

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

2017-11-13 17:18:44 UTC

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

2017-11-13 17:18:44 UTC

/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~pollita/php-7.2.0RC6.tar.xz PHP_ASC_URL=https://downloads.php.net/~pollita/php-7.2.0RC6.tar.xz.asc

2017-11-13 17:18:44 UTC

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

2017-11-13 17:18:57 UTC

/bin/sh -c set -xe; apk add --no-cache --virtual .fetch-deps gnupg ; mkdir -p /usr/src; cd /usr/src; wget -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 wget -O php.tar.xz.asc "$PHP_ASC_URL"; export GNUPGHOME="$(mktemp -d)"; for key in $GPG_KEYS; do gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; done; gpg --batch --verify php.tar.xz.asc php.tar.xz; rm -rf "$GNUPGHOME"; fi; apk del .fetch-deps

2017-11-13 17:18:57 UTC

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

2017-11-13 17:24:22 UTC

/bin/sh -c set -xe && apk add --no-cache --virtual .build-deps $PHPIZE_DEPS coreutils curl-dev libedit-dev libressl-dev libxml2-dev sqlite-dev && 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)" && ./configure --build="$gnuArch" --with-config-file-path="$PHP_INI_DIR" --with-config-file-scan-dir="$PHP_INI_DIR/conf.d" --disable-cgi --enable-ftp --enable-mbstring --enable-mysqlnd --with-curl --with-libedit --with-openssl --with-zlib --with-pcre-regex=/usr $PHP_EXTRA_CONFIGURE_ARGS && make -j "$(nproc)" && make install && { find /usr/local/bin /usr/local/sbin -type f -perm +0111 -exec strip --strip-all '{}' + || true; } && make clean && 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 --virtual .php-rundeps $runDeps && apk del .build-deps && pecl update-channels && rm -rf /tmp/pear ~/.pearrc

2017-11-13 17:24:23 UTC

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

2017-11-13 17:24:24 UTC

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

2017-11-13 17:24:24 UTC

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

Details
Created

2017-11-14 10:47:22 UTC

Size

27.3 MB

Content Digest
Environment
GPG_KEYS

1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PHPIZE_DEPS

autoconf dpkg-dev dpkg file g++ gcc libc-dev make pcre-dev pkgconf re2c

PHP_ASC_URL

https://downloads.php.net/~pollita/php-7.2.0RC6.tar.xz.asc

PHP_CFLAGS

-fstack-protector-strong -fpic -fpie -O2

PHP_CPPFLAGS

-fstack-protector-strong -fpic -fpie -O2

PHP_EXTRA_CONFIGURE_ARGS

--enable-maintainer-zts

PHP_INI_DIR

/usr/local/etc/php

PHP_LDFLAGS

-Wl,-O1 -Wl,--hash-style=both -pie

PHP_MD5

PHP_SHA256

be4df00ff5b66e9f13c83e1d08d1d5384ae7ccc820e26f7e5f9e660011496a9e

PHP_URL

https://downloads.php.net/~pollita/php-7.2.0RC6.tar.xz

PHP_VERSION

7.2.0RC6


Layers

[#000] sha256:ffe4428ef008913a7ec63449e4ad3aa536b26103943146a302591dfceb157d2f - 7.14% (1.95 MB)

[#001] sha256:5f4fe786260f2bd2710289e7c9487b423cb252a691fa501759b0768516122869 - 0.0% (176 Bytes)

[#002] sha256:28494a0a99df3dc5644403394da032c6e411af153b32179b98ea004647768c4e - 5.17% (1.41 MB)

[#003] sha256:d642ad5fb05b78eeb5e303346a7af9db90031a02baad1f72c1ee142c7553642a - 0.0% (1.22 KB)

[#004] sha256:41cfc4d9e78b8a5c84d99a79570ed023e951438a3d40b35762448fadeb9b0149 - 0.0% (169 Bytes)

[#005] sha256:fba5c1b4aa69a69d040284b89ba47c45513f2350e95b30c6cefc43ad6e7681d7 - 42.24% (11.5 MB)

[#006] sha256:74d8e5697dbfbdc83f7183e01b3e68b6122059775fed08e555d7cac38aad272a - 0.0% (497 Bytes)

[#007] sha256:80c98bc4f53a4560e17b90860e33ec6dc3ffebe8583cf46e8ae1bccf65ea19a1 - 45.43% (12.4 MB)

[#008] sha256:aea9deb4785af98d335d5e93082d12e888e5d013669c2528e809adf94baa3c05 - 0.01% (2.11 KB)


History
2017-10-25 23:32:08 UTC

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

2017-10-25 23:32:08 UTC

/bin/sh -c #(nop) COPY file:0f1d36dd7d8d53613b275660a88c5bf9b608ea8aa73a8054cb8bdbd73fd971ac in /etc/localtime

2017-10-25 23:32:08 UTC

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

2017-10-26 08:40:10 UTC

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

2017-10-26 08:40:15 UTC

/bin/sh -c apk add --no-cache --virtual .persistent-deps ca-certificates curl tar xz libressl

2017-10-26 08:40:16 UTC

/bin/sh -c set -x && addgroup -g 82 -S www-data && adduser -u 82 -D -S -G www-data www-data

2017-10-26 08:40:16 UTC

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

2017-10-26 08:40:17 UTC

/bin/sh -c mkdir -p $PHP_INI_DIR/conf.d

2017-10-26 08:50:52 UTC

/bin/sh -c #(nop) ENV PHP_EXTRA_CONFIGURE_ARGS=--enable-maintainer-zts

2017-10-26 08:50:52 UTC

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

2017-10-26 08:50:53 UTC

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

2017-10-26 08:50:53 UTC

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

2017-10-26 08:50:53 UTC

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

2017-11-14 10:41:50 UTC

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

2017-11-14 10:41:50 UTC

/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~pollita/php-7.2.0RC6.tar.xz PHP_ASC_URL=https://downloads.php.net/~pollita/php-7.2.0RC6.tar.xz.asc

2017-11-14 10:41:50 UTC

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

2017-11-14 10:42:01 UTC

/bin/sh -c set -xe; apk add --no-cache --virtual .fetch-deps gnupg ; mkdir -p /usr/src; cd /usr/src; wget -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 wget -O php.tar.xz.asc "$PHP_ASC_URL"; export GNUPGHOME="$(mktemp -d)"; for key in $GPG_KEYS; do gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; done; gpg --batch --verify php.tar.xz.asc php.tar.xz; rm -rf "$GNUPGHOME"; fi; apk del .fetch-deps

2017-11-14 10:42:02 UTC

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

2017-11-14 10:47:21 UTC

/bin/sh -c set -xe && apk add --no-cache --virtual .build-deps $PHPIZE_DEPS coreutils curl-dev libedit-dev libressl-dev libxml2-dev sqlite-dev && 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)" && ./configure --build="$gnuArch" --with-config-file-path="$PHP_INI_DIR" --with-config-file-scan-dir="$PHP_INI_DIR/conf.d" --disable-cgi --enable-ftp --enable-mbstring --enable-mysqlnd --with-curl --with-libedit --with-openssl --with-zlib --with-pcre-regex=/usr $PHP_EXTRA_CONFIGURE_ARGS && make -j "$(nproc)" && make install && { find /usr/local/bin /usr/local/sbin -type f -perm +0111 -exec strip --strip-all '{}' + || true; } && make clean && 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 --virtual .php-rundeps $runDeps && apk del .build-deps && pecl update-channels && rm -rf /tmp/pear ~/.pearrc

2017-11-14 10:47:22 UTC

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

2017-11-14 10:47:22 UTC

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

2017-11-14 10:47:22 UTC

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

Details
Created

2017-11-14 06:26:09 UTC

Size

26.1 MB

Content Digest
Environment
GPG_KEYS

1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PHPIZE_DEPS

autoconf dpkg-dev dpkg file g++ gcc libc-dev make pcre-dev pkgconf re2c

PHP_ASC_URL

https://downloads.php.net/~pollita/php-7.2.0RC6.tar.xz.asc

PHP_CFLAGS

-fstack-protector-strong -fpic -fpie -O2

PHP_CPPFLAGS

-fstack-protector-strong -fpic -fpie -O2

PHP_EXTRA_CONFIGURE_ARGS

--enable-maintainer-zts

PHP_INI_DIR

/usr/local/etc/php

PHP_LDFLAGS

-Wl,-O1 -Wl,--hash-style=both -pie

PHP_MD5

PHP_SHA256

be4df00ff5b66e9f13c83e1d08d1d5384ae7ccc820e26f7e5f9e660011496a9e

PHP_URL

https://downloads.php.net/~pollita/php-7.2.0RC6.tar.xz

PHP_VERSION

7.2.0RC6


Layers

[#000] sha256:0864efeeb5cb8dca4eb53e5d6fd38486daee80fa326fe36d1ad254f8fa6bb310 - 7.18% (1.87 MB)

[#001] sha256:3cda69762aee1588fa82aeabf1af6d6ad24f737cce1451fab2e0199849b1e12e - 0.0% (170 Bytes)

[#002] sha256:2996b2ff4eaa561fdeacf3bc2012814adfb48cbd69588829033692e7b8f603fc - 5.02% (1.31 MB)

[#003] sha256:f428b6cefb9dee778efd31407485f73c997649a7557eb9c3125cd2394aff10e7 - 0.0% (1.25 KB)

[#004] sha256:0e82d0f9154e7a46f455c475627a4c8b5363c54a3ab6fdfd34cc86d4e35fb6e6 - 0.0% (198 Bytes)

[#005] sha256:ab60725b44e4ee5fd1aaecf934134eca5b93a541af6a7b7cf68a4bcbb3985db9 - 44.15% (11.5 MB)

[#006] sha256:e3376ea49423d5ff7e2505fd0bd8fa7ffeed3e4f556e6c3bb5e96760c68c47da - 0.0% (498 Bytes)

[#007] sha256:57a74a4214783e6c2a89e326d384e8778128919c6dba7ea67c513283256a833c - 43.63% (11.4 MB)

[#008] sha256:f2ab9b1558debdd849f2256ae3408a714d60e7840ab8ede962d9a2326c26264a - 0.01% (2.11 KB)


History
2017-10-25 23:28:35 UTC

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

2017-10-25 23:28:36 UTC

/bin/sh -c #(nop) COPY file:0f1d36dd7d8d53613b275660a88c5bf9b608ea8aa73a8054cb8bdbd73fd971ac in /etc/localtime

2017-10-25 23:28:36 UTC

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

2017-10-26 05:16:17 UTC

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

2017-10-26 05:16:20 UTC

/bin/sh -c apk add --no-cache --virtual .persistent-deps ca-certificates curl tar xz libressl

2017-10-26 05:16:21 UTC

/bin/sh -c set -x && addgroup -g 82 -S www-data && adduser -u 82 -D -S -G www-data www-data

2017-10-26 05:16:21 UTC

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

2017-10-26 05:16:21 UTC

/bin/sh -c mkdir -p $PHP_INI_DIR/conf.d

2017-10-26 05:20:12 UTC

/bin/sh -c #(nop) ENV PHP_EXTRA_CONFIGURE_ARGS=--enable-maintainer-zts

2017-10-26 05:20:13 UTC

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

2017-10-26 05:20:13 UTC

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

2017-10-26 05:20:13 UTC

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

2017-10-26 05:20:13 UTC

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

2017-11-14 06:23:01 UTC

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

2017-11-14 06:23:01 UTC

/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~pollita/php-7.2.0RC6.tar.xz PHP_ASC_URL=https://downloads.php.net/~pollita/php-7.2.0RC6.tar.xz.asc

2017-11-14 06:23:02 UTC

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

2017-11-14 06:23:09 UTC

/bin/sh -c set -xe; apk add --no-cache --virtual .fetch-deps gnupg ; mkdir -p /usr/src; cd /usr/src; wget -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 wget -O php.tar.xz.asc "$PHP_ASC_URL"; export GNUPGHOME="$(mktemp -d)"; for key in $GPG_KEYS; do gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; done; gpg --batch --verify php.tar.xz.asc php.tar.xz; rm -rf "$GNUPGHOME"; fi; apk del .fetch-deps

2017-11-14 06:23:09 UTC

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

2017-11-14 06:26:08 UTC

/bin/sh -c set -xe && apk add --no-cache --virtual .build-deps $PHPIZE_DEPS coreutils curl-dev libedit-dev libressl-dev libxml2-dev sqlite-dev && 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)" && ./configure --build="$gnuArch" --with-config-file-path="$PHP_INI_DIR" --with-config-file-scan-dir="$PHP_INI_DIR/conf.d" --disable-cgi --enable-ftp --enable-mbstring --enable-mysqlnd --with-curl --with-libedit --with-openssl --with-zlib --with-pcre-regex=/usr $PHP_EXTRA_CONFIGURE_ARGS && make -j "$(nproc)" && make install && { find /usr/local/bin /usr/local/sbin -type f -perm +0111 -exec strip --strip-all '{}' + || true; } && make clean && 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 --virtual .php-rundeps $runDeps && apk del .build-deps && pecl update-channels && rm -rf /tmp/pear ~/.pearrc

2017-11-14 06:26:09 UTC

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

2017-11-14 06:26:09 UTC

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

2017-11-14 06:26:09 UTC

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

Details
Created

2017-11-14 03:56:18 UTC

Size

26 MB

Content Digest
Environment
GPG_KEYS

1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PHPIZE_DEPS

autoconf dpkg-dev dpkg file g++ gcc libc-dev make pcre-dev pkgconf re2c

PHP_ASC_URL

https://downloads.php.net/~pollita/php-7.2.0RC6.tar.xz.asc

PHP_CFLAGS

-fstack-protector-strong -fpic -fpie -O2

PHP_CPPFLAGS

-fstack-protector-strong -fpic -fpie -O2

PHP_EXTRA_CONFIGURE_ARGS

--enable-maintainer-zts

PHP_INI_DIR

/usr/local/etc/php

PHP_LDFLAGS

-Wl,-O1 -Wl,--hash-style=both -pie

PHP_MD5

PHP_SHA256

be4df00ff5b66e9f13c83e1d08d1d5384ae7ccc820e26f7e5f9e660011496a9e

PHP_URL

https://downloads.php.net/~pollita/php-7.2.0RC6.tar.xz

PHP_VERSION

7.2.0RC6


Layers

[#000] sha256:bb473f0ebc12fde1bd45c1bd3c46f2d3aab367b1b7739464771455b9972f7894 - 7.03% (1.83 MB)

[#001] sha256:75ff6b7ff3a208b8399e701e7ea1b7edbdc654c8c60d33c6f09a7803e2dda776 - 0.0% (176 Bytes)

[#002] sha256:b857611f6a16b070d55cedf3c2d8ea36ab42e161a10ed3f538bfbed280635cbc - 4.91% (1.28 MB)

[#003] sha256:3946663ddfa5f2eff02d0ab0a55595a097914c3fa72d7214ba1cc0f2666e1bc8 - 0.0% (1.22 KB)

[#004] sha256:2109acbf4c2767aab214528a9437e4d50cab1b58ea105df3cfc5d1b07b251061 - 0.0% (169 Bytes)

[#005] sha256:b5e29facef78864023e9e3574c1697ec8470468ced19bcf97e952de801ce77b4 - 44.4% (11.5 MB)

[#006] sha256:01805401a55fcc5db881e98da221409ffc8d7ccdf7b0dad3121f832e0bc4c4e4 - 0.0% (501 Bytes)

[#007] sha256:360c5287f0308096e87830642ae2bed9885f54d965963a25c20e9fa76af4164a - 43.64% (11.3 MB)

[#008] sha256:26f9f29f6527ef22155e597986d7d6415a711c94b917b91c9eb414025a640b68 - 0.01% (2.11 KB)


History
2017-10-25 23:28:58 UTC

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

2017-10-25 23:28:59 UTC

/bin/sh -c #(nop) COPY file:0f1d36dd7d8d53613b275660a88c5bf9b608ea8aa73a8054cb8bdbd73fd971ac in /etc/localtime

2017-10-25 23:28:59 UTC

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

2017-10-26 17:54:04 UTC

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

2017-10-26 17:54:09 UTC

/bin/sh -c apk add --no-cache --virtual .persistent-deps ca-certificates curl tar xz libressl

2017-10-26 17:54:11 UTC

/bin/sh -c set -x && addgroup -g 82 -S www-data && adduser -u 82 -D -S -G www-data www-data

2017-10-26 17:54:11 UTC

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

2017-10-26 17:54:13 UTC

/bin/sh -c mkdir -p $PHP_INI_DIR/conf.d

2017-10-26 18:13:32 UTC

/bin/sh -c #(nop) ENV PHP_EXTRA_CONFIGURE_ARGS=--enable-maintainer-zts

2017-10-26 18:13:33 UTC

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

2017-10-26 18:13:33 UTC

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

2017-10-26 18:13:34 UTC

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

2017-10-26 18:13:35 UTC

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

2017-11-14 03:48:16 UTC

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

2017-11-14 03:48:17 UTC

/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~pollita/php-7.2.0RC6.tar.xz PHP_ASC_URL=https://downloads.php.net/~pollita/php-7.2.0RC6.tar.xz.asc

2017-11-14 03:48:18 UTC

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

2017-11-14 03:48:54 UTC

/bin/sh -c set -xe; apk add --no-cache --virtual .fetch-deps gnupg ; mkdir -p /usr/src; cd /usr/src; wget -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 wget -O php.tar.xz.asc "$PHP_ASC_URL"; export GNUPGHOME="$(mktemp -d)"; for key in $GPG_KEYS; do gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; done; gpg --batch --verify php.tar.xz.asc php.tar.xz; rm -rf "$GNUPGHOME"; fi; apk del .fetch-deps

2017-11-14 03:48:55 UTC

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

2017-11-14 03:56:15 UTC

/bin/sh -c set -xe && apk add --no-cache --virtual .build-deps $PHPIZE_DEPS coreutils curl-dev libedit-dev libressl-dev libxml2-dev sqlite-dev && 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)" && ./configure --build="$gnuArch" --with-config-file-path="$PHP_INI_DIR" --with-config-file-scan-dir="$PHP_INI_DIR/conf.d" --disable-cgi --enable-ftp --enable-mbstring --enable-mysqlnd --with-curl --with-libedit --with-openssl --with-zlib --with-pcre-regex=/usr $PHP_EXTRA_CONFIGURE_ARGS && make -j "$(nproc)" && make install && { find /usr/local/bin /usr/local/sbin -type f -perm +0111 -exec strip --strip-all '{}' + || true; } && make clean && 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 --virtual .php-rundeps $runDeps && apk del .build-deps && pecl update-channels && rm -rf /tmp/pear ~/.pearrc

2017-11-14 03:56:17 UTC

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

2017-11-14 03:56:17 UTC

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

2017-11-14 03:56:18 UTC

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

Details
Created

2017-11-16 10:32:05 UTC

Size

26.6 MB

Content Digest
Environment
GPG_KEYS

1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PHPIZE_DEPS

autoconf dpkg-dev dpkg file g++ gcc libc-dev make pcre-dev pkgconf re2c

PHP_ASC_URL

https://downloads.php.net/~pollita/php-7.2.0RC6.tar.xz.asc

PHP_CFLAGS

-fstack-protector-strong -fpic -fpie -O2

PHP_CPPFLAGS

-fstack-protector-strong -fpic -fpie -O2

PHP_EXTRA_CONFIGURE_ARGS

--enable-maintainer-zts

PHP_INI_DIR

/usr/local/etc/php

PHP_LDFLAGS

-Wl,-O1 -Wl,--hash-style=both -pie

PHP_MD5

PHP_SHA256

be4df00ff5b66e9f13c83e1d08d1d5384ae7ccc820e26f7e5f9e660011496a9e

PHP_URL

https://downloads.php.net/~pollita/php-7.2.0RC6.tar.xz

PHP_VERSION

7.2.0RC6


Layers

[#000] sha256:1e52418956f7d2a8ea35e8e6e3318fd08e005b27457d77868c225e7433bbfa02 - 7.19% (1.92 MB)

[#001] sha256:acf472f4e5bb7956ac20bb343b304e1d3de1f79160c0d158cccbe25980022d50 - 0.0% (176 Bytes)

[#002] sha256:02d76979878444de9220124433bc3d22ee6df14f18f7ef98eb7f1dfe68571379 - 4.94% (1.32 MB)

[#003] sha256:49a19135bdde3722b4666df26fb275b6e9fa3157c4ac9fe804ab56fb791181d0 - 0.0% (1.25 KB)

[#004] sha256:f666ea529470302aee381c124067ac3f1714aa89c4dfffd403912d35cf8b1d40 - 0.0% (200 Bytes)

[#005] sha256:723a6cc705989ad1e6b36c194c957b165bddbcd8eda530181f0687889d70c3e1 - 43.32% (11.5 MB)

[#006] sha256:183beeab208a856223e30978c1a67b5eaf946eaeb03ae713df8cc7748b0419ef - 0.0% (497 Bytes)

[#007] sha256:91df860d90436612222d43c42e1873dd7c3b4864188ca31813cf3c451f27fe91 - 44.53% (11.9 MB)

[#008] sha256:fd0d728deb20bfd9fb7f4e4a0caeff5d8f6889064a79da5afde71c4e09501208 - 0.01% (2.11 KB)


History
2017-10-25 23:28:47 UTC

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

2017-10-25 23:28:48 UTC

/bin/sh -c #(nop) COPY file:0f1d36dd7d8d53613b275660a88c5bf9b608ea8aa73a8054cb8bdbd73fd971ac in /etc/localtime

2017-10-25 23:28:50 UTC

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

2017-10-26 08:48:47 UTC

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

2017-10-26 08:48:56 UTC

/bin/sh -c apk add --no-cache --virtual .persistent-deps ca-certificates curl tar xz libressl

2017-10-26 08:49:01 UTC

/bin/sh -c set -x && addgroup -g 82 -S www-data && adduser -u 82 -D -S -G www-data www-data

2017-10-26 08:49:02 UTC

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

2017-10-26 08:49:06 UTC

/bin/sh -c mkdir -p $PHP_INI_DIR/conf.d

2017-10-26 08:58:28 UTC

/bin/sh -c #(nop) ENV PHP_EXTRA_CONFIGURE_ARGS=--enable-maintainer-zts

2017-10-26 08:58:30 UTC

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

2017-10-26 08:58:31 UTC

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

2017-10-26 08:58:33 UTC

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

2017-10-26 08:58:34 UTC

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

2017-11-16 10:27:40 UTC

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

2017-11-16 10:27:41 UTC

/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~pollita/php-7.2.0RC6.tar.xz PHP_ASC_URL=https://downloads.php.net/~pollita/php-7.2.0RC6.tar.xz.asc

2017-11-16 10:27:42 UTC

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

2017-11-16 10:28:12 UTC

/bin/sh -c set -xe; apk add --no-cache --virtual .fetch-deps gnupg ; mkdir -p /usr/src; cd /usr/src; wget -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 wget -O php.tar.xz.asc "$PHP_ASC_URL"; export GNUPGHOME="$(mktemp -d)"; for key in $GPG_KEYS; do gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; done; gpg --batch --verify php.tar.xz.asc php.tar.xz; rm -rf "$GNUPGHOME"; fi; apk del .fetch-deps

2017-11-16 10:28:13 UTC

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

2017-11-16 10:31:59 UTC

/bin/sh -c set -xe && apk add --no-cache --virtual .build-deps $PHPIZE_DEPS coreutils curl-dev libedit-dev libressl-dev libxml2-dev sqlite-dev && 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)" && ./configure --build="$gnuArch" --with-config-file-path="$PHP_INI_DIR" --with-config-file-scan-dir="$PHP_INI_DIR/conf.d" --disable-cgi --enable-ftp --enable-mbstring --enable-mysqlnd --with-curl --with-libedit --with-openssl --with-zlib --with-pcre-regex=/usr $PHP_EXTRA_CONFIGURE_ARGS && make -j "$(nproc)" && make install && { find /usr/local/bin /usr/local/sbin -type f -perm +0111 -exec strip --strip-all '{}' + || true; } && make clean && 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 --virtual .php-rundeps $runDeps && apk del .build-deps && pecl update-channels && rm -rf /tmp/pear ~/.pearrc

2017-11-16 10:32:01 UTC

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

2017-11-16 10:32:03 UTC

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

2017-11-16 10:32:05 UTC

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

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