Namespace
library
Image / Tag
php:7.0.13-cli
Content Digest
sha256:a978425e8e7a0bb67b29022c8c955de3dcc15ab930f1acf0e8c70b6ea34b401f
Details
Created

2016-12-07 19:12:01 UTC

Size

143 MB

Content Digest
Environment
CFLAGS

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

CPPFLAGS

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

GPG_KEYS

1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763

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 pkg-config re2c

PHP_ASC_URL

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

PHP_INI_DIR

/usr/local/etc/php

PHP_MD5

eb117bf1d1efc99c522f132b265a3402

PHP_SHA256

357ba7f93975d7d836abed0852dc3ed96a988af539e87750613294cbee82f1bf

PHP_URL

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

PHP_VERSION

7.0.13


Layers

[#000] sha256:386a066cd84a33a04d560c42bef66d1dd64ebfc76de78550e5fd0f8d57778bca - 34.18% (49 MB)

[#001] sha256:269e95c6053af006e565f05aa87acc36a1e1dbdf1a7ac29c0de4739bfc0e40ef - 51.64% (74 MB)

[#002] sha256:6243d5c57a349bb65b8641277fdb52b01726cbeadf307cf33a0293e6a2a17f6c - 0.0% (181 Bytes)

[#003] sha256:968319a4b14e975b4a4b72098ce6b99918e063a2f65063e7cd6eff4e8e4430a6 - 8.41% (12.1 MB)

[#004] sha256:8144ace436cd52a52d0ccf0239a240a48c887feecf7112ab0264edc8e70231ba - 0.0% (490 Bytes)

[#005] sha256:7c320a0cf6ab31cd43446222dd304224b7913ac871eb7c2f109a66215654dacf - 5.76% (8.25 MB)

[#006] sha256:90fc464d4a0a2f4714c79f3de4426fc1ae2d737fecd71da220b5a8a8f4ff2dd1 - 0.0% (1.78 KB)


History
2016-11-07 20:30:25 UTC

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

2016-11-07 20:30:26 UTC

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

2016-11-08 23:16:24 UTC

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

2016-11-08 23:16:53 UTC

/bin/sh -c apt-get update && apt-get install -y $PHPIZE_DEPS ca-certificates curl libedit2 libsqlite3-0 libxml2 xz-utils --no-install-recommends && rm -r /var/lib/apt/lists/*

2016-11-08 23:16:54 UTC

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

2016-11-08 23:16:55 UTC

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

2016-12-06 21:18:58 UTC

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

2016-12-06 21:18:59 UTC

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

2016-12-06 21:18:59 UTC

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

2016-12-06 21:45:18 UTC

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

2016-12-06 21:45:19 UTC

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

2016-12-06 21:45:19 UTC

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

2016-12-06 21:45:19 UTC

/bin/sh -c #(nop) ENV PHP_SHA256=357ba7f93975d7d836abed0852dc3ed96a988af539e87750613294cbee82f1bf PHP_MD5=eb117bf1d1efc99c522f132b265a3402

2016-12-06 21:45:28 UTC

/bin/sh -c set -xe; fetchDeps=' wget '; apt-get update; apt-get install -y --no-install-recommends $fetchDeps; rm -rf /var/lib/apt/lists/*; 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; apt-get purge -y --auto-remove $fetchDeps

2016-12-06 21:45:29 UTC

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

2016-12-06 21:48:47 UTC

/bin/sh -c set -xe && buildDeps=" $PHP_EXTRA_BUILD_DEPS libcurl4-openssl-dev libedit-dev libsqlite3-dev libssl-dev libxml2-dev " && apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* && 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 "$(nproc)" && make install && { find /usr/local/bin /usr/local/sbin -type f -executable -exec strip --strip-all '{}' + || true; } && make clean && docker-php-source delete && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $buildDeps

2016-12-07 19:12:00 UTC

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

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