Namespace
library
Image / Tag
php:7.0.15-zts
Content Digest
sha256:d3df8870e8e5df548a5b85dd9e04d64b07791132a82af3af66365016135069cf
Details
Created

2017-01-24 19:15:40 UTC

Size

144 MB

Content Digest
Environment
GPG_KEYS

1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3

PATH

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

PHPIZE_DEPS

autoconf file g++ gcc libc-dev make pkg-config re2c

PHP_ASC_URL

https://secure.php.net/get/php-7.0.15.tar.xz.asc/from/this/mirror

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

dca23412f3e3b3987e582091b751925d

PHP_SHA256

300364d57fc4a6176ff7d52d390ee870ab6e30df121026649f8e7e0b9657fe93

PHP_URL

https://secure.php.net/get/php-7.0.15.tar.xz/from/this/mirror

PHP_VERSION

7.0.15


Layers

[#000] sha256:5040bd2983909aa8896b9932438c3f1479d25ae837a5f6220242a264d0221f2d - 34.04% (49 MB)

[#001] sha256:568dce68541a55fd0fb33021383e3921145275a1f87d925f37f1246b682baf0b - 51.43% (74 MB)

[#002] sha256:6a832068e64c0a907e1585adac98802eb69cf9fc878ba00941d59e7be57c4b93 - 0.0% (178 Bytes)

[#003] sha256:a29acb12fe9281040749820165251fd5619a0998e73f4753fb1c7262c583b27b - 8.41% (12.1 MB)

[#004] sha256:3613357c37793a733234a81af9e5d4d3aade2f7febe7c3475bc6aea297f2dfde - 0.0% (491 Bytes)

[#005] sha256:866b088f125ce14f3b8913f02bea5f3588cc027aefd30d674f33290f5d146093 - 6.12% (8.81 MB)

[#006] sha256:ff776e0b4593759f5c8045aabbd7655b4456a218161238d89c3ed1d76b8c03ff - 0.0% (1.96 KB)


History
2017-01-16 20:35:09 UTC

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

2017-01-16 20:35:16 UTC

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

2017-01-17 18:54:13 UTC

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

2017-01-17 18:54:39 UTC

/bin/sh -c apt-get update && apt-get install -y $PHPIZE_DEPS ca-certificates curl libedit2 libsqlite3-0 libxml2 xz-utils --no-install-recommends && rm -r /var/lib/apt/lists/*

2017-01-17 18:54:39 UTC

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

2017-01-17 18:54:40 UTC

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

2017-01-17 19:04:07 UTC

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

2017-01-17 19:04:07 UTC

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

2017-01-17 19:04:07 UTC

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

2017-01-17 19:04:07 UTC

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

2017-01-24 19:11:58 UTC

/bin/sh -c #(nop) ENV GPG_KEYS=1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3

2017-01-24 19:11:59 UTC

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

2017-01-24 19:11:59 UTC

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

2017-01-24 19:12:00 UTC

/bin/sh -c #(nop) ENV PHP_SHA256=300364d57fc4a6176ff7d52d390ee870ab6e30df121026649f8e7e0b9657fe93 PHP_MD5=dca23412f3e3b3987e582091b751925d

2017-01-24 19:12:08 UTC

/bin/sh -c set -xe; fetchDeps=' wget '; apt-get update; apt-get install -y --no-install-recommends $fetchDeps; rm -rf /var/lib/apt/lists/*; 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 -r "$GNUPGHOME"; fi; apt-get purge -y --auto-remove $fetchDeps

2017-01-24 19:12:09 UTC

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

2017-01-24 19:15:38 UTC

/bin/sh -c set -xe && buildDeps=" $PHP_EXTRA_BUILD_DEPS libcurl4-openssl-dev libedit-dev libsqlite3-dev libssl-dev libxml2-dev " && apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* && export CFLAGS="$PHP_CFLAGS" CPPFLAGS="$PHP_CPPFLAGS" LDFLAGS="$PHP_LDFLAGS" && docker-php-source extract && cd /usr/src/php && ./configure --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 $PHP_EXTRA_CONFIGURE_ARGS && make -j "$(nproc)" && make install && { find /usr/local/bin /usr/local/sbin -type f -executable -exec strip --strip-all '{}' + || true; } && make clean && docker-php-source delete && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $buildDeps

2017-01-24 19:15:39 UTC

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

2017-01-24 19:15:40 UTC

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

2017-01-24 19:15:40 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