Namespace
library
Image / Tag
php:7.3-alpine3.8
Content Digest
sha256:96a69dd6d4acbbcc38162b03b2c55e460f49e190cb5da0ce8b8b10d901ceb798
Details
Created

2019-06-12 23:53:23 UTC

Size

30.7 MB

Content Digest
Environment
GPG_KEYS

CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D

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 pkgconf re2c

PHP_ASC_URL

https://www.php.net/get/php-7.3.6.tar.xz.asc/from/this/mirror

PHP_CFLAGS

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

PHP_CPPFLAGS

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

PHP_INI_DIR

/usr/local/etc/php

PHP_LDFLAGS

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

PHP_MD5

PHP_SHA256

fefc8967daa30ebc375b2ab2857f97da94ca81921b722ddac86b29e15c54a164

PHP_URL

https://www.php.net/get/php-7.3.6.tar.xz/from/this/mirror

PHP_VERSION

7.3.6


Layers

[#000] sha256:bb688fb2ed64cf52097deee74b161bb2df71ee9b4300bedb832ad48f1c5a5b86 - 7.06% (2.17 MB)

[#001] sha256:bb9fa537fa728215836d525da61329e57bd8794a6c77993427b1408ab0cdb753 - 4.53% (1.39 MB)

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

[#003] sha256:ba07a5bfe31b9e811105b5fd0760a54fbfbb9115ecdd647b22590046ecc74bc1 - 0.0% (221 Bytes)

[#004] sha256:75709747f33ba3112d5463ac29e23e3cb79798a1212222f980562acc64ef5d88 - 37.31% (11.5 MB)

[#005] sha256:fc51469259fb77640241f63fa723c4b16caec5acb266b78f2a5f759113052142 - 0.0% (496 Bytes)

[#006] sha256:0318e329b83afc9bd7b47f1e3625e992d52c8e7d56a1f35df50600c3da70f7a2 - 50.86% (15.6 MB)

[#007] sha256:1fb2fb9d10476cf3567b9dcab29b254f607898becb385f70b84aa01da57edb74 - 0.01% (2.15 KB)

[#008] sha256:de33a67dd5c40f508c16a0e8d8335aa5e7b97aa7459e12af8ecdfc522d9c6479 - 0.22% (69.2 KB)


History
2019-03-08 03:35:57 UTC

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

2019-03-08 03:35:58 UTC

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

2019-03-08 08:10:38 UTC

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

2019-03-09 14:17:57 UTC

/bin/sh -c apk add --no-cache ca-certificates curl tar xz libressl

2019-03-09 14:17:57 UTC

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

2019-03-09 14:17:57 UTC

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

2019-03-09 14:17:58 UTC

/bin/sh -c set -eux; mkdir -p "$PHP_INI_DIR/conf.d"; [ ! -d /var/www/html ]; mkdir -p /var/www/html; chown www-data:www-data /var/www/html; chmod 777 /var/www/html

2019-03-09 14:17:58 UTC

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

2019-03-09 14:17:58 UTC

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

2019-03-09 14:17:59 UTC

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

2019-03-09 14:17:59 UTC

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

2019-06-01 00:48:44 UTC

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

2019-06-01 00:48:44 UTC

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

2019-06-01 00:48:44 UTC

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

2019-06-01 00:48:51 UTC

/bin/sh -c set -xe; apk add --no-cache --virtual .fetch-deps gnupg wget ; 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 --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; done; gpg --batch --verify php.tar.xz.asc php.tar.xz; command -v gpgconf > /dev/null && gpgconf --kill all; rm -rf "$GNUPGHOME"; fi; apk del --no-network .fetch-deps

2019-06-01 00:48:51 UTC

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

2019-06-01 00:58:06 UTC

/bin/sh -c set -xe && apk add --no-cache --virtual .build-deps $PHPIZE_DEPS argon2-dev coreutils curl-dev libedit-dev libsodium-dev libxml2-dev libressl-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" --enable-option-checking=fatal --with-mhash --enable-ftp --enable-mbstring --enable-mysqlnd --with-password-argon2 --with-sodium=shared --with-curl --with-libedit --with-openssl --with-zlib $(test "$gnuArch" = 's390x-linux-gnu' && echo '--without-pcre-jit') $PHP_EXTRA_CONFIGURE_ARGS && make -j "$(nproc)" && find -type f -name '*.a' -delete && make install && { find /usr/local/bin /usr/local/sbin -type f -perm +0111 -exec strip --strip-all '{}' + || true; } && make clean && cp -v php.ini-* "$PHP_INI_DIR/" && 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 $runDeps && apk del --no-network .build-deps && pecl update-channels && rm -rf /tmp/pear ~/.pearrc

2019-06-12 23:53:21 UTC

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

2019-06-12 23:53:22 UTC

/bin/sh -c docker-php-ext-enable sodium

2019-06-12 23:53:22 UTC

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

2019-06-12 23:53:23 UTC

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

Details
Created

2019-06-13 00:20:43 UTC

Size

30.1 MB

Content Digest
Environment
GPG_KEYS

CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D

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 pkgconf re2c

PHP_ASC_URL

https://www.php.net/get/php-7.3.6.tar.xz.asc/from/this/mirror

PHP_CFLAGS

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

PHP_CPPFLAGS

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

PHP_INI_DIR

/usr/local/etc/php

PHP_LDFLAGS

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

PHP_MD5

PHP_SHA256

fefc8967daa30ebc375b2ab2857f97da94ca81921b722ddac86b29e15c54a164

PHP_URL

https://www.php.net/get/php-7.3.6.tar.xz/from/this/mirror

PHP_VERSION

7.3.6


Layers

[#000] sha256:c87736221ed0bcaa60b8e92a19bec2284899ef89226f2a07968677cf59e637a4 - 7.0% (2.1 MB)

[#001] sha256:bcb58026c06e5f2ec9d39d5332cf91158903048afa3f6f43c2e84a0c7159f42c - 4.3% (1.29 MB)

[#002] sha256:6c24eee1bf47e63abd5e3942b13ef4bea49eb0ef1eda85e0a47fe7a6d15921a6 - 0.0% (1.22 KB)

[#003] sha256:864f09cef0feb136927bbd2de5ef20e9e27a019e73698dcf13ef09c240182288 - 0.0% (221 Bytes)

[#004] sha256:0b1c49a41c0da99ffc84601a38f16610edbabf5c004cf46cec94e19eebf69f7f - 38.06% (11.5 MB)

[#005] sha256:0d77421072de4e58376856cbb40dc59f079c0c9d295174b98fe129ed554486ca - 0.0% (499 Bytes)

[#006] sha256:30f363082a390752ee17e5cc487a16dd87662ab5379b64d30e1b6b7e4abb9635 - 50.4% (15.2 MB)

[#007] sha256:d03f4d8140fdc95fb021331b3cc89093e8f73f80a4d218caf54df60ba2245016 - 0.01% (2.15 KB)

[#008] sha256:b053485593b860ebc8f290aa9ad484d1540b5aafdcaa0d9864ebe5f77d0b01a5 - 0.23% (70.1 KB)


History
2019-03-07 22:19:46 UTC

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

2019-03-07 22:19:46 UTC

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

2019-03-07 23:51:18 UTC

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

2019-03-09 01:16:45 UTC

/bin/sh -c apk add --no-cache ca-certificates curl tar xz libressl

2019-03-09 01:16:46 UTC

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

2019-03-09 01:16:46 UTC

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

2019-03-09 01:16:47 UTC

/bin/sh -c set -eux; mkdir -p "$PHP_INI_DIR/conf.d"; [ ! -d /var/www/html ]; mkdir -p /var/www/html; chown www-data:www-data /var/www/html; chmod 777 /var/www/html

2019-03-09 01:16:47 UTC

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

2019-03-09 01:16:47 UTC

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

2019-03-09 01:16:47 UTC

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

2019-03-09 01:16:47 UTC

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

2019-06-01 00:10:04 UTC

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

2019-06-01 00:10:04 UTC

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

2019-06-01 00:10:04 UTC

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

2019-06-01 00:10:10 UTC

/bin/sh -c set -xe; apk add --no-cache --virtual .fetch-deps gnupg wget ; 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 --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; done; gpg --batch --verify php.tar.xz.asc php.tar.xz; command -v gpgconf > /dev/null && gpgconf --kill all; rm -rf "$GNUPGHOME"; fi; apk del --no-network .fetch-deps

2019-06-01 00:10:10 UTC

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

2019-06-01 00:18:49 UTC

/bin/sh -c set -xe && apk add --no-cache --virtual .build-deps $PHPIZE_DEPS argon2-dev coreutils curl-dev libedit-dev libsodium-dev libxml2-dev libressl-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" --enable-option-checking=fatal --with-mhash --enable-ftp --enable-mbstring --enable-mysqlnd --with-password-argon2 --with-sodium=shared --with-curl --with-libedit --with-openssl --with-zlib $(test "$gnuArch" = 's390x-linux-gnu' && echo '--without-pcre-jit') $PHP_EXTRA_CONFIGURE_ARGS && make -j "$(nproc)" && find -type f -name '*.a' -delete && make install && { find /usr/local/bin /usr/local/sbin -type f -perm +0111 -exec strip --strip-all '{}' + || true; } && make clean && cp -v php.ini-* "$PHP_INI_DIR/" && 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 $runDeps && apk del --no-network .build-deps && pecl update-channels && rm -rf /tmp/pear ~/.pearrc

2019-06-13 00:20:41 UTC

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

2019-06-13 00:20:43 UTC

/bin/sh -c docker-php-ext-enable sodium

2019-06-13 00:20:43 UTC

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

2019-06-13 00:20:43 UTC

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

Details
Created

2019-06-13 01:08:17 UTC

Size

29 MB

Content Digest
Environment
GPG_KEYS

CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D

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 pkgconf re2c

PHP_ASC_URL

https://www.php.net/get/php-7.3.6.tar.xz.asc/from/this/mirror

PHP_CFLAGS

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

PHP_CPPFLAGS

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

PHP_INI_DIR

/usr/local/etc/php

PHP_LDFLAGS

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

PHP_MD5

PHP_SHA256

fefc8967daa30ebc375b2ab2857f97da94ca81921b722ddac86b29e15c54a164

PHP_URL

https://www.php.net/get/php-7.3.6.tar.xz/from/this/mirror

PHP_VERSION

7.3.6


Layers

[#000] sha256:6a2a63c54ac7e7a10b22eff084af50b3a725b0cff9ba6c6405290906d0eecdec - 7.05% (2.05 MB)

[#001] sha256:982bf9c939363c9a27b88c90c158406e3749e23d8664e528c8b4647cff9d7b4b - 4.32% (1.26 MB)

[#002] sha256:81c47152dc80beccc450fc118cec5bcaadbcb472456ea3fabd211037f5b6c623 - 0.0% (1.25 KB)

[#003] sha256:7e453d50961541490b28b1ead02ca5de6f49897d67d9d70a6393bc69da52ce2c - 0.0% (267 Bytes)

[#004] sha256:bb00289ed64fdb0fba44ec0b2315c04cc3637a7ca732e1cf26d4dc876e46c497 - 39.44% (11.5 MB)

[#005] sha256:c133319d454d012139a134db2f17e4db23cc86acbd6af057219adb95ab32657d - 0.0% (497 Bytes)

[#006] sha256:68f76b1292903d5518f434987ac67e169bc9305c5394308193145102fefba67a - 48.94% (14.2 MB)

[#007] sha256:dc9b903c007ecb80466a2f831a9de1f5705b3de7878f12fd2c74aad457823ec8 - 0.01% (2.15 KB)

[#008] sha256:e04b37e02bad5f1a6df62782cc68f9fb73fe9cb0b012632ef72a132c5d48c2d8 - 0.23% (69.6 KB)


History
2019-03-08 03:36:12 UTC

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

2019-03-08 03:36:13 UTC

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

2019-03-08 05:35:09 UTC

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

2019-03-09 09:01:41 UTC

/bin/sh -c apk add --no-cache ca-certificates curl tar xz libressl

2019-03-09 09:01:43 UTC

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

2019-03-09 09:01:43 UTC

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

2019-03-09 09:01:45 UTC

/bin/sh -c set -eux; mkdir -p "$PHP_INI_DIR/conf.d"; [ ! -d /var/www/html ]; mkdir -p /var/www/html; chown www-data:www-data /var/www/html; chmod 777 /var/www/html

2019-03-09 09:01:45 UTC

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

2019-03-09 09:01:46 UTC

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

2019-03-09 09:01:46 UTC

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

2019-03-09 09:01:47 UTC

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

2019-06-01 00:02:25 UTC

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

2019-06-01 00:02:26 UTC

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

2019-06-01 00:02:27 UTC

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

2019-06-01 00:02:34 UTC

/bin/sh -c set -xe; apk add --no-cache --virtual .fetch-deps gnupg wget ; 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 --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; done; gpg --batch --verify php.tar.xz.asc php.tar.xz; command -v gpgconf > /dev/null && gpgconf --kill all; rm -rf "$GNUPGHOME"; fi; apk del --no-network .fetch-deps

2019-06-01 00:02:34 UTC

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

2019-06-01 00:06:23 UTC

/bin/sh -c set -xe && apk add --no-cache --virtual .build-deps $PHPIZE_DEPS argon2-dev coreutils curl-dev libedit-dev libsodium-dev libxml2-dev libressl-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" --enable-option-checking=fatal --with-mhash --enable-ftp --enable-mbstring --enable-mysqlnd --with-password-argon2 --with-sodium=shared --with-curl --with-libedit --with-openssl --with-zlib $(test "$gnuArch" = 's390x-linux-gnu' && echo '--without-pcre-jit') $PHP_EXTRA_CONFIGURE_ARGS && make -j "$(nproc)" && find -type f -name '*.a' -delete && make install && { find /usr/local/bin /usr/local/sbin -type f -perm +0111 -exec strip --strip-all '{}' + || true; } && make clean && cp -v php.ini-* "$PHP_INI_DIR/" && 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 $runDeps && apk del --no-network .build-deps && pecl update-channels && rm -rf /tmp/pear ~/.pearrc

2019-06-13 01:08:06 UTC

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

2019-06-13 01:08:14 UTC

/bin/sh -c docker-php-ext-enable sodium

2019-06-13 01:08:15 UTC

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

2019-06-13 01:08:17 UTC

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

Details
Created

2019-06-13 05:11:57 UTC

Size

28.7 MB

Content Digest
Environment
GPG_KEYS

CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D

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 pkgconf re2c

PHP_ASC_URL

https://www.php.net/get/php-7.3.6.tar.xz.asc/from/this/mirror

PHP_CFLAGS

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

PHP_CPPFLAGS

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

PHP_INI_DIR

/usr/local/etc/php

PHP_LDFLAGS

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

PHP_MD5

PHP_SHA256

fefc8967daa30ebc375b2ab2857f97da94ca81921b722ddac86b29e15c54a164

PHP_URL

https://www.php.net/get/php-7.3.6.tar.xz/from/this/mirror

PHP_VERSION

7.3.6


Layers

[#000] sha256:5011838a0b2d66c2c804ad057403a19bac7e263f0748579857f3ce4c0cbfc08c - 6.97% (2 MB)

[#001] sha256:fdc2170c77458e357aa58b162bbb342fddbaa1813f0e353a5478302a0d17bc70 - 4.22% (1.21 MB)

[#002] sha256:b3b177642226ce8b0bbee166208fbbb7258917d686b2bd8e0024cc3afe5f9f26 - 0.0% (1.25 KB)

[#003] sha256:652067a46c857dc79e96ea9b43198791ba10501d034d1ff7092de01429500c18 - 0.0% (268 Bytes)

[#004] sha256:5e4b27c4f1d031a036edda0ab4c3b28008650d68987e65beb103f073152b77ce - 39.84% (11.5 MB)

[#005] sha256:0a08dccf84eacefe15d66bff8243a6c4834b9d98bfdb81af27fa31de77319a0a - 0.0% (492 Bytes)

[#006] sha256:21b6a2709245302229299f2b9b78d0db66f2d4e81bfdda9a1198bb0e12867f37 - 48.72% (14 MB)

[#007] sha256:d781e2d44a45da02f45af2036417427127db73c94923fb6b3a37bc6a13418744 - 0.01% (2.16 KB)

[#008] sha256:1a4a8d1901281569e0acf74d89a627ad1d9ae65b391772108b4e048e32af356b - 0.23% (68.9 KB)


History
2019-03-08 03:37:11 UTC

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

2019-03-08 03:37:12 UTC

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

2019-06-01 00:11:44 UTC

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

2019-06-01 00:11:48 UTC

/bin/sh -c apk add --no-cache ca-certificates curl tar xz libressl

2019-06-01 00:11:50 UTC

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

2019-06-01 00:11:51 UTC

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

2019-06-01 00:11:53 UTC

/bin/sh -c set -eux; mkdir -p "$PHP_INI_DIR/conf.d"; [ ! -d /var/www/html ]; mkdir -p /var/www/html; chown www-data:www-data /var/www/html; chmod 777 /var/www/html

2019-06-01 00:11:54 UTC

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

2019-06-01 00:11:54 UTC

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

2019-06-01 00:11:55 UTC

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

2019-06-01 00:11:56 UTC

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

2019-06-01 00:11:56 UTC

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

2019-06-01 00:11:57 UTC

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

2019-06-01 00:11:58 UTC

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

2019-06-01 00:12:04 UTC

/bin/sh -c set -xe; apk add --no-cache --virtual .fetch-deps gnupg wget ; 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 --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; done; gpg --batch --verify php.tar.xz.asc php.tar.xz; command -v gpgconf > /dev/null && gpgconf --kill all; rm -rf "$GNUPGHOME"; fi; apk del --no-network .fetch-deps

2019-06-01 00:12:05 UTC

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

2019-06-01 00:15:27 UTC

/bin/sh -c set -xe && apk add --no-cache --virtual .build-deps $PHPIZE_DEPS argon2-dev coreutils curl-dev libedit-dev libsodium-dev libxml2-dev libressl-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" --enable-option-checking=fatal --with-mhash --enable-ftp --enable-mbstring --enable-mysqlnd --with-password-argon2 --with-sodium=shared --with-curl --with-libedit --with-openssl --with-zlib $(test "$gnuArch" = 's390x-linux-gnu' && echo '--without-pcre-jit') $PHP_EXTRA_CONFIGURE_ARGS && make -j "$(nproc)" && find -type f -name '*.a' -delete && make install && { find /usr/local/bin /usr/local/sbin -type f -perm +0111 -exec strip --strip-all '{}' + || true; } && make clean && cp -v php.ini-* "$PHP_INI_DIR/" && 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 $runDeps && apk del --no-network .build-deps && pecl update-channels && rm -rf /tmp/pear ~/.pearrc

2019-06-13 05:11:55 UTC

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

2019-06-13 05:11:57 UTC

/bin/sh -c docker-php-ext-enable sodium

2019-06-13 05:11:57 UTC

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

2019-06-13 05:11:57 UTC

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

Details
Created

2019-06-13 00:41:21 UTC

Size

29.7 MB

Content Digest
Environment
GPG_KEYS

CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D

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 pkgconf re2c

PHP_ASC_URL

https://www.php.net/get/php-7.3.6.tar.xz.asc/from/this/mirror

PHP_CFLAGS

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

PHP_CPPFLAGS

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

PHP_INI_DIR

/usr/local/etc/php

PHP_LDFLAGS

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

PHP_MD5

PHP_SHA256

fefc8967daa30ebc375b2ab2857f97da94ca81921b722ddac86b29e15c54a164

PHP_URL

https://www.php.net/get/php-7.3.6.tar.xz/from/this/mirror

PHP_VERSION

7.3.6


Layers

[#000] sha256:0c6396bb25a488a80e061dc7e486b5fee792a25d36fbafa08c0b0f31ef402eac - 7.05% (2.09 MB)

[#001] sha256:63f09ce22e338261a353107dc88f167bae85b731b628b061a9972bf7e48c69cf - 4.24% (1.26 MB)

[#002] sha256:9ee4d091ff8e532de54d3238f0e88f7d59d5c6b0107b8850518329db8774c03f - 0.0% (1.25 KB)

[#003] sha256:a43667a226b9ded858495888a11fc3ce112e3a9592dc8bd1ef5270be5734ec54 - 0.0% (268 Bytes)

[#004] sha256:1d3543e282c163a1d1d942b82d169956544322aa0ec34d145818eb511c3877b7 - 38.59% (11.5 MB)

[#005] sha256:61a10744f16b50aa1e7e30fd84075319ab277f426b11351384f7b3d854bd8e9a - 0.0% (492 Bytes)

[#006] sha256:10986c8068383252e45f27f66a692dec3b8ff1d48b3c38df822f2ae81933a758 - 49.88% (14.8 MB)

[#007] sha256:7037e46e34a76aa2d27495558e8dcda31d41b67765754631060eb35324370635 - 0.01% (2.16 KB)

[#008] sha256:fd5dd215c5c1c8a0a4f51677e0f6710c94e2d6d941deabee3d5cb2e0a8306ff5 - 0.23% (69.7 KB)


History
2019-03-08 03:37:43 UTC

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

2019-03-08 03:37:45 UTC

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

2019-06-01 00:06:33 UTC

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

2019-06-01 00:06:39 UTC

/bin/sh -c apk add --no-cache ca-certificates curl tar xz libressl

2019-06-01 00:06:44 UTC

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

2019-06-01 00:06:45 UTC

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

2019-06-01 00:06:48 UTC

/bin/sh -c set -eux; mkdir -p "$PHP_INI_DIR/conf.d"; [ ! -d /var/www/html ]; mkdir -p /var/www/html; chown www-data:www-data /var/www/html; chmod 777 /var/www/html

2019-06-01 00:06:50 UTC

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

2019-06-01 00:06:52 UTC

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

2019-06-01 00:06:54 UTC

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

2019-06-01 00:06:56 UTC

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

2019-06-01 00:06:58 UTC

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

2019-06-01 00:07:00 UTC

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

2019-06-01 00:07:02 UTC

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

2019-06-01 00:07:16 UTC

/bin/sh -c set -xe; apk add --no-cache --virtual .fetch-deps gnupg wget ; 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 --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; done; gpg --batch --verify php.tar.xz.asc php.tar.xz; command -v gpgconf > /dev/null && gpgconf --kill all; rm -rf "$GNUPGHOME"; fi; apk del --no-network .fetch-deps

2019-06-01 00:07:18 UTC

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

2019-06-01 00:11:10 UTC

/bin/sh -c set -xe && apk add --no-cache --virtual .build-deps $PHPIZE_DEPS argon2-dev coreutils curl-dev libedit-dev libsodium-dev libxml2-dev libressl-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" --enable-option-checking=fatal --with-mhash --enable-ftp --enable-mbstring --enable-mysqlnd --with-password-argon2 --with-sodium=shared --with-curl --with-libedit --with-openssl --with-zlib $(test "$gnuArch" = 's390x-linux-gnu' && echo '--without-pcre-jit') $PHP_EXTRA_CONFIGURE_ARGS && make -j "$(nproc)" && find -type f -name '*.a' -delete && make install && { find /usr/local/bin /usr/local/sbin -type f -perm +0111 -exec strip --strip-all '{}' + || true; } && make clean && cp -v php.ini-* "$PHP_INI_DIR/" && 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 $runDeps && apk del --no-network .build-deps && pecl update-channels && rm -rf /tmp/pear ~/.pearrc

2019-06-13 00:41:10 UTC

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

2019-06-13 00:41:17 UTC

/bin/sh -c docker-php-ext-enable sodium

2019-06-13 00:41:19 UTC

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

2019-06-13 00:41:21 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