Namespace
library
Image / Tag
php:5.6.22-alpine
Content Digest
sha256:1a274a407efefd5409ab6630cb18c0c86ad281f86db544be48511304cb7ea607
Details
Created

2016-06-23 21:21:20 UTC

Size

26.5 MB

Content Digest
Environment
GPG_KEYS

0BD78B5F97500D450838F95DFE857D9A90D90EC1 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3

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_FILENAME

php-5.6.22.tar.xz

PHP_INI_DIR

/usr/local/etc/php

PHP_SHA256

c96980d7de1d66c821a4ee5809df0076f925b2fe0b8c362d234d92f2f0a178e2

PHP_VERSION

5.6.22


Layers

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

[#001] sha256:d9f63633faf6fb4690f46e5bde2a91f01b6d0606a92100da82c9c2a6369fc58b - 2.53% (685 KB)

[#002] sha256:ac309a5bc5d51dc6c7114a73edad6f412cb04d2ca064fa23022a270f3cad0f37 - 0.08% (21.7 KB)

[#003] sha256:4523ec888a6232918800af220c346c3872cafe1e264a59313963095625d28e7a - 0.0% (168 Bytes)

[#004] sha256:f8dde1fe9be0547407d4d0620940d750842e7dde8166bbf7e7ed8d6ac63aed92 - 89.07% (23.6 MB)

[#005] sha256:33a751e92a169fd18b37af4c9d77738ab4ba6e0d6fc3ee10da398688a2f8e5a0 - 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-06-23 20:42:29 UTC

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

2016-06-23 20:42:31 UTC

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

2016-06-23 20:42:31 UTC

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

2016-06-23 20:42:33 UTC

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

2016-06-23 21:14:40 UTC

/bin/sh -c #(nop) ENV GPG_KEYS=0BD78B5F97500D450838F95DFE857D9A90D90EC1 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3

2016-06-23 21:14:41 UTC

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

2016-06-23 21:14:41 UTC

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

2016-06-23 21:14:42 UTC

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

2016-06-23 21:21:17 UTC

/bin/sh -c set -xe && apk add --no-cache --virtual .build-deps $PHPIZE_DEPS curl-dev gnupg libedit-dev libxml2-dev openssl-dev sqlite-dev && curl -fSL "http://php.net/get/$PHP_FILENAME/from/this/mirror" -o "$PHP_FILENAME" && echo "$PHP_SHA256 *$PHP_FILENAME" | sha256sum -c - && curl -fSL "http://php.net/get/$PHP_FILENAME.asc/from/this/mirror" -o "$PHP_FILENAME.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_FILENAME.asc" "$PHP_FILENAME" && rm -r "$GNUPGHOME" "$PHP_FILENAME.asc" && mkdir -p /usr/src && tar -Jxf "$PHP_FILENAME" -C /usr/src && mv "/usr/src/php-$PHP_VERSION" /usr/src/php && rm "$PHP_FILENAME" && 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

2016-06-23 21:21:19 UTC

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

2016-06-23 21:21:20 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