Namespace
library
Image / Tag
php:7.0.8-zts-alpine
Content Digest
sha256:d1450bc545cf84a894ebfcff0a107a2ca746a558089d7734648d9c5208a97416
Details
Created

2016-07-14 01:02:55 UTC

Size

24.5 MB

Content Digest
Environment
GPG_KEYS

1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763

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.0.8.tar.xz

PHP_INI_DIR

/usr/local/etc/php

PHP_SHA256

0a2142c458b0846f556b16da1c927d74c101aa951bb840549abe5c58584fb394

PHP_VERSION

7.0.8


Layers

[#000] sha256:e110a4a1794126ef308a49f2d65785af2f25538f06700721aad8283b81fdfa58 - 8.98% (2.2 MB)

[#001] sha256:1b3613d61be61d6a72f714206d5fbbf84705628adb6b6aaa5f35f03c86fd0662 - 4.07% (1020 KB)

[#002] sha256:224a3add4676f18c760f9fd1ee23993839ddba36ad800b9c1813df3210a7999b - 0.09% (21.7 KB)

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

[#004] sha256:cf158d557daaf8bf01ced98c152b9832d6fe5aa7acee17ebef338324e039539b - 44.78% (11 MB)

[#005] sha256:d682e8c38f79e2b0614d4be5cfa9781dd202dd28f82063607a93ebfdac201638 - 0.0% (591 Bytes)

[#006] sha256:c8dff0afe47acbfdfa3550ea835bf80eace61c545d39f638f4d6b21743280f06 - 42.06% (10.3 MB)

[#007] sha256:19ebfb4a68270ab38832aada9b3bfaeec61f6247d9ceea88340d97070b3695f4 - 0.01% (1.71 KB)


History
2016-06-23 19:55:18 UTC

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

2016-06-23 20:42:24 UTC

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

2016-07-14 00:25:13 UTC

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

2016-07-14 00:25:14 UTC

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

2016-07-14 00:25:14 UTC

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

2016-07-14 00:25:16 UTC

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

2016-07-14 00:57:10 UTC

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

2016-07-14 00:57:10 UTC

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

2016-07-14 00:57:10 UTC

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

2016-07-14 00:57:11 UTC

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

2016-07-14 00:57:11 UTC

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

2016-07-14 00:57:21 UTC

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

2016-07-14 00:57:21 UTC

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

2016-07-14 01:02:54 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" $PHP_EXTRA_CONFIGURE_ARGS --disable-cgi --enable-mysqlnd --enable-mbstring --with-curl --with-libedit --with-openssl --with-zlib && 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 && 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 && docker-php-source delete

2016-07-14 01:02:55 UTC

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

2016-07-14 01:02:55 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