Namespace
library
Image / Tag
php:7.1.0RC2-zts
Content Digest
sha256:ac90ff313d5fecfad84f225ab12cee93be3609a5c2cea00e181a69464703748f
Details
Created

2016-09-23 22:09:51 UTC

Size

145 MB

Content Digest
Environment
GPG_KEYS

A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0

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-7.1.0RC2.tar.xz

PHP_INI_DIR

/usr/local/etc/php

PHP_VERSION

7.1.0RC2


Layers

[#000] sha256:6a5a5368e0c2d3e5909184fa28ddfd56072e7ff3ee9a945876f7eee5896ef5bb - 33.84% (49 MB)

[#001] sha256:de059afc6b5da83892f482eea8b08dc72f8fbe69282c72b533116f1dd3689426 - 51.13% (74 MB)

[#002] sha256:9b1ac0143753de213aff9a45bb2b68b28a437ec3f015efa7f35622491d5c06ff - 0.0% (179 Bytes)

[#003] sha256:b13e52b43412f27e273a0880e1f21bd4441a6ebe3df8a38e37d160ca2c648a26 - 8.4% (12.2 MB)

[#004] sha256:81313447b8c4a40eca43005fe922f48a444794e7add91cd2f8ea07e7bbafc5bc - 0.0% (489 Bytes)

[#005] sha256:09290897412c4a71c39128da3f4da18ab128ed19406faeae872adeef74e2de26 - 6.63% (9.6 MB)

[#006] sha256:261c65cf538b5cd623108d93556e2b55a803b0349652d7ab753d182d603b186c - 0.0% (1.79 KB)


History
2016-09-23 18:08:50 UTC

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

2016-09-23 18:08:51 UTC

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

2016-09-23 21:19:23 UTC

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

2016-09-23 21:19:52 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-09-23 21:19:53 UTC

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

2016-09-23 21:19:53 UTC

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

2016-09-23 21:32:15 UTC

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

2016-09-23 22:05:54 UTC

/bin/sh -c #(nop) ENV GPG_KEYS=A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0

2016-09-23 22:05:54 UTC

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

2016-09-23 22:05:55 UTC

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

2016-09-23 22:06:00 UTC

/bin/sh -c set -xe && cd /usr/src && curl -fSL "https://downloads.php.net/~davey/$PHP_FILENAME" -o php.tar.xz && curl -fSL "https://downloads.php.net/~davey/$PHP_FILENAME.asc" -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-09-23 22:06:00 UTC

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

2016-09-23 22:09:49 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" --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

2016-09-23 22:09:50 UTC

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

2016-09-23 22:09:51 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