Namespace
library
Image / Tag
php:5.5.37-zts
Content Digest
sha256:7c4e85fbc6a6b7b10335fe51bd8bd7ddae32c47719f1652e3689f456f0a778f0
Details
Created

2016-07-14 02:21:00 UTC

Size

139 MB

Content Digest
Environment
GPG_KEYS

0B96609E270F565C13292B24C13C70B87267B52D 0BD78B5F97500D450838F95DFE857D9A90D90EC1 F38252826ACD957EF380D39F2F7956BC5DA04B5D

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_EXTRA_CONFIGURE_ARGS

--enable-maintainer-zts

PHP_FILENAME

php-5.5.37.tar.xz

PHP_INI_DIR

/usr/local/etc/php

PHP_SHA256

c322444fdf6d3ba26aa67d67ee32d1e815a877f35831351c83763431a80e3612

PHP_VERSION

5.5.37


Layers

[#000] sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b - 35.32% (49 MB)

[#001] sha256:9e955ea566151d5982903050c40f83202a7ff3142692cae9855ab3b98ae8bea0 - 53.38% (74 MB)

[#002] sha256:217d5abb6c1144cbfc2489fb39f6cf4d6df04375a07c863852b874f31975a99b - 0.0% (180 Bytes)

[#003] sha256:57452ff6d8ae238debf016845626526399f29f05c2d8fa0d00380cd7274f2860 - 7.62% (10.6 MB)

[#004] sha256:f813680c422c0685ecc5814fab2dbb4f38433ba1c57490c3815ee92206a2d6bd - 0.0% (601 Bytes)

[#005] sha256:c4f125ed6a8e7c66844cd54d2f186bf0c1cb07b8a94c045951c38f9124b55512 - 3.68% (5.1 MB)

[#006] sha256:79d7e087be44e5e12f6ea567c986f75827d6c704c2ac9929731bf9a85a65c0ab - 0.0% (1.72 KB)


History
2016-06-09 21:28:42 UTC

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

2016-06-09 21:28:43 UTC

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

2016-06-10 02:34:30 UTC

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

2016-07-14 00:18:15 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/*

2016-07-14 00:18:16 UTC

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

2016-07-14 00:18:18 UTC

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

2016-07-14 00:50:08 UTC

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

2016-07-14 02:14:12 UTC

/bin/sh -c #(nop) ENV GPG_KEYS=0B96609E270F565C13292B24C13C70B87267B52D 0BD78B5F97500D450838F95DFE857D9A90D90EC1 F38252826ACD957EF380D39F2F7956BC5DA04B5D

2016-07-14 02:14:13 UTC

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

2016-07-14 02:14:13 UTC

/bin/sh -c #(nop) ENV PHP_FILENAME=php-5.5.37.tar.xz

2016-07-14 02:14:13 UTC

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

2016-07-14 02:14:17 UTC

/bin/sh -c set -xe && cd /usr/src/ && curl -fSL "http://php.net/get/$PHP_FILENAME/from/this/mirror" -o php.tar.xz && echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c - && curl -fSL "http://php.net/get/$PHP_FILENAME.asc/from/this/mirror" -o php.tar.xz.asc && 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"

2016-07-14 02:14:17 UTC

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

2016-07-14 02:20:59 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/* && 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" $PHP_EXTRA_CONFIGURE_ARGS --disable-cgi --enable-mysqlnd --enable-mbstring --with-curl --with-libedit --with-openssl --with-zlib && make -j"$(nproc)" && make install && { find /usr/local/bin /usr/local/sbin -type f -executable -exec strip --strip-all '{}' + || true; } && make clean && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $buildDeps && docker-php-source delete

2016-07-14 02:21:00 UTC

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

2016-07-14 02:21:00 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