Namespace
library
Image / Tag
php:7.2.0RC2-zts-alpine
Content Digest
sha256:295c82829bf035f5459f7d4a0a7ad8f91e2f56a7acb8888da4f478b17ee3823b
Details
Created

2017-09-27 21:26:35 UTC

Size

26.7 MB

Content Digest
Environment
GPG_KEYS

1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PHPIZE_DEPS

autoconf dpkg-dev dpkg file g++ gcc libc-dev make pcre-dev pkgconf re2c

PHP_ASC_URL

https://downloads.php.net/~pollita/php-7.2.0RC2.tar.xz.asc

PHP_CFLAGS

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

PHP_CPPFLAGS

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

PHP_EXTRA_CONFIGURE_ARGS

--enable-maintainer-zts

PHP_INI_DIR

/usr/local/etc/php

PHP_LDFLAGS

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

PHP_MD5

PHP_SHA256

0406366fcd5be4ee5e76e3c6a4279e04f93a1827a44d27c4f57fbed9e01cd281

PHP_URL

https://downloads.php.net/~pollita/php-7.2.0RC2.tar.xz

PHP_VERSION

7.2.0RC2


Layers

[#000] sha256:88286f41530e93dffd4b964e1db22ce4939fffa4a4c665dab8591fbab03d4926 - 7.1% (1.9 MB)

[#001] sha256:fbc619ec5037e3de315afe796d462dcc277556bf72975ee0efa11e858b6849d3 - 4.89% (1.31 MB)

[#002] sha256:52e276a47a1d7d82fda6eb7fd4b5dbab50f2d148cb15248c28bf90c84bcf740f - 0.0% (1.22 KB)

[#003] sha256:c812c22857bd26153e34274d91009c5c196fa09a445bd6437ec80f5d792c7b77 - 0.0% (167 Bytes)

[#004] sha256:5ae1777b11ef8f346dae7cc080f834056fe7b74557bf96e37073e7d3057f2d22 - 43.09% (11.5 MB)

[#005] sha256:1feccf24e2c964a25f289d67a49bb4ada11af1d9243c9dd9ec3c92ea33616a74 - 0.0% (494 Bytes)

[#006] sha256:13ceb92a9c7cb345f52e3c61613acfbb636a3dd64ed1669b811410ffc7a7ce67 - 44.9% (12 MB)

[#007] sha256:271f75be37d86f00a92c14cc93faae41c8342f9fe502fb3e62b74d6049e1193d - 0.01% (2.11 KB)


History
2017-09-13 14:32:25 UTC

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

2017-09-13 14:32:26 UTC

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

2017-09-14 23:34:44 UTC

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

2017-09-27 21:03:47 UTC

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

2017-09-27 21:03:48 UTC

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

2017-09-27 21:03:48 UTC

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

2017-09-27 21:03:48 UTC

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

2017-09-27 21:20:54 UTC

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

2017-09-27 21:20:54 UTC

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

2017-09-27 21:20:54 UTC

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

2017-09-27 21:20:54 UTC

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

2017-09-27 21:20:54 UTC

/bin/sh -c #(nop) ENV GPG_KEYS=1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F

2017-09-27 21:20:55 UTC

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

2017-09-27 21:20:55 UTC

/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~pollita/php-7.2.0RC2.tar.xz PHP_ASC_URL=https://downloads.php.net/~pollita/php-7.2.0RC2.tar.xz.asc

2017-09-27 21:20:55 UTC

/bin/sh -c #(nop) ENV PHP_SHA256=0406366fcd5be4ee5e76e3c6a4279e04f93a1827a44d27c4f57fbed9e01cd281 PHP_MD5=

2017-09-27 21:21:26 UTC

/bin/sh -c set -xe; apk add --no-cache --virtual .fetch-deps gnupg ; 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 -rf "$GNUPGHOME"; fi; apk del .fetch-deps

2017-09-27 21:21:27 UTC

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

2017-09-27 21:25:58 UTC

/bin/sh -c set -xe && apk add --no-cache --virtual .build-deps $PHPIZE_DEPS coreutils curl-dev libedit-dev libressl-dev libxml2-dev sqlite-dev && export CFLAGS="$PHP_CFLAGS" CPPFLAGS="$PHP_CPPFLAGS" LDFLAGS="$PHP_LDFLAGS" && docker-php-source extract && cd /usr/src/php && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && ./configure --build="$gnuArch" --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 --with-pcre-regex=/usr $PHP_EXTRA_CONFIGURE_ARGS && make -j "$(nproc)" && make install && { find /usr/local/bin /usr/local/sbin -type f -perm +0111 -exec strip --strip-all '{}' + || true; } && make clean && cd / && docker-php-source delete && runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )" && apk add --no-cache --virtual .php-rundeps $runDeps && apk del .build-deps && pecl update-channels && rm -rf /tmp/pear ~/.pearrc

2017-09-27 21:26:35 UTC

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

2017-09-27 21:26:35 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]

2017-09-27 21:26:35 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