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

2016-09-23 18:00:00 UTC

Size

26.5 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 pkgconf 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:c0cb142e43453ebb1f82b905aa472e6e66017efd43872135bc5372e4fac04031 - 8.32% (2.21 MB)

[#001] sha256:de4d881440c3fe6179a68354d3c01342151f30db5f567e85320ee9db33452cfe - 3.77% (1020 KB)

[#002] sha256:7310ffb05dfec84fc8df8140a9979eb680679408c087be7021fc155bb6af0679 - 0.0% (1.24 KB)

[#003] sha256:3e3648c10ad5060c22d67b5bb6e915654b5607c004715e5e2a261e6a6a437e83 - 0.0% (166 Bytes)

[#004] sha256:b4343e4a88c615ededcea69adf2a83882fce72ef0d675de3d9ae1b051808557f - 45.96% (12.2 MB)

[#005] sha256:ee3020383480bc62c0a09c64894ec7ee9777e975c9d7263e09692902ff325936 - 0.0% (482 Bytes)

[#006] sha256:8dc8f379339dc13fddc863e2087735fc3a8c9aef389a038f0565ef839101adf8 - 41.93% (11.1 MB)

[#007] sha256:846c7b0e55e0587729b2dd8903f80b60af7dc8092230db908599bd3a084b5172 - 0.01% (1.79 KB)


History
2016-09-23 16:29:57 UTC

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

2016-09-23 17:18:38 UTC

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

2016-09-23 17:18:39 UTC

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

2016-09-23 17:18:40 UTC

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

2016-09-23 17:18:40 UTC

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

2016-09-23 17:18:41 UTC

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

2016-09-23 17:27:24 UTC

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

2016-09-23 17:55:40 UTC

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

2016-09-23 17:55:40 UTC

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

2016-09-23 17:55:40 UTC

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

2016-09-23 17:55:51 UTC

/bin/sh -c set -xe && apk add --no-cache --virtual .fetch-deps gnupg && mkdir -p /usr/src && 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" && apk del .fetch-deps

2016-09-23 17:55:51 UTC

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

2016-09-23 17:59:59 UTC

/bin/sh -c set -xe && apk add --no-cache --virtual .build-deps $PHPIZE_DEPS curl-dev libedit-dev libxml2-dev openssl-dev sqlite-dev && 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"$(getconf _NPROCESSORS_ONLN)" && make install && { find /usr/local/bin /usr/local/sbin -type f -perm +0111 -exec strip --strip-all '{}' + || true; } && make clean && docker-php-source delete && runDeps="$( scanelf --needed --nobanner --recursive /usr/local | awk '{ gsub(/,/, "\nso:", $2); print "so:" $2 }' | sort -u | xargs -r apk info --installed | sort -u )" && apk add --no-cache --virtual .php-rundeps $runDeps && apk del .build-deps

2016-09-23 18:00:00 UTC

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

2016-09-23 18:00: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