Namespace
library
Image / Tag
php:5.6.28-alpine
Content Digest
sha256:ef2ada7b641db0eb1c3952cf1b47d1952fbc84e338ca4e856f45bda40d5798d5
Details
Created

2016-12-07 19:12:20 UTC

Size

21.8 MB

Content Digest
Environment
CFLAGS

-fstack-protector-strong -fpic -fpie -O2

CPPFLAGS

-fstack-protector-strong -fpic -fpie -O2

GPG_KEYS

0BD78B5F97500D450838F95DFE857D9A90D90EC1 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3

LDFLAGS

-Wl,-O1 -Wl,--hash-style=both

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_ASC_URL

https://secure.php.net/get/php-5.6.28.tar.xz.asc/from/this/mirror

PHP_INI_DIR

/usr/local/etc/php

PHP_MD5

1e01c66b2e67ab3b56a6180ee560fe4c

PHP_SHA256

07187ba2870f89cef334cd2ad6cb801aeec5eaf283da0293a9a6be75d6786d11

PHP_URL

https://secure.php.net/get/php-5.6.28.tar.xz/from/this/mirror

PHP_VERSION

5.6.28


Layers

[#000] sha256:3690ec4760f95690944da86dc4496148a63d85c9e3100669a318110092f6862f - 10.13% (2.21 MB)

[#001] sha256:67654b7bd8a6f817e849f77cd102331617f4e2394feeae4f77f8683b9b466ed9 - 4.59% (1020 KB)

[#002] sha256:b6c453327105c5d394a206069893aa1527b7cc4e58699b4a4b0c2453f5b02a7f - 0.01% (1.24 KB)

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

[#004] sha256:cdd7e20c385bd23c3a141778ab8be9ccc308b0af145808c08e4fedb31262e2f6 - 55.22% (12 MB)

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

[#006] sha256:0d9b700b7c9c5c473cde08d142cfbf29f064a4c5dcab5de689b7191bdf2e02bc - 30.05% (6.55 MB)

[#007] sha256:8a0934bad0c6b58571b8d972478df6045555076a5d1d243541e21b314feea78e - 0.01% (1.78 KB)


History
2016-10-18 20:31:22 UTC

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

2016-10-18 21:17:33 UTC

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

2016-10-18 21:17:35 UTC

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

2016-10-18 21:17:36 UTC

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

2016-10-18 21:17:36 UTC

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

2016-10-18 21:17:37 UTC

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

2016-12-06 21:22:53 UTC

/bin/sh -c #(nop) ENV CFLAGS=-fstack-protector-strong -fpic -fpie -O2

2016-12-06 21:22:53 UTC

/bin/sh -c #(nop) ENV CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2

2016-12-06 21:22:54 UTC

/bin/sh -c #(nop) ENV LDFLAGS=-Wl,-O1 -Wl,--hash-style=both

2016-12-06 22:13:05 UTC

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

2016-12-06 22:13:05 UTC

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

2016-12-06 22:13:05 UTC

/bin/sh -c #(nop) ENV PHP_URL=https://secure.php.net/get/php-5.6.28.tar.xz/from/this/mirror PHP_ASC_URL=https://secure.php.net/get/php-5.6.28.tar.xz.asc/from/this/mirror

2016-12-06 22:13:05 UTC

/bin/sh -c #(nop) ENV PHP_SHA256=07187ba2870f89cef334cd2ad6cb801aeec5eaf283da0293a9a6be75d6786d11 PHP_MD5=1e01c66b2e67ab3b56a6180ee560fe4c

2016-12-06 22:13:13 UTC

/bin/sh -c set -xe; apk add --no-cache --virtual .fetch-deps gnupg openssl ; mkdir -p /usr/src; cd /usr/src; wget -O php.tar.xz "$PHP_URL"; if [ -n "$PHP_SHA256" ]; then echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; fi; if [ -n "$PHP_MD5" ]; then echo "$PHP_MD5 *php.tar.xz" | md5sum -c -; fi; if [ -n "$PHP_ASC_URL" ]; then wget -O php.tar.xz.asc "$PHP_ASC_URL"; 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"; fi; apk del .fetch-deps

2016-12-06 22:13:14 UTC

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

2016-12-06 22:16:26 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-12-07 19:12:19 UTC

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

2016-12-07 19:12: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