Namespace
library
Image / Tag
php:7.0.7
Content Digest
sha256:fc36390c8ae785b05ef28434049efaea9f2df2693a503942eeeb09356250ae67
Details
Created

2016-06-15 20:59:58 UTC

Size

158 MB

Content Digest
Environment
GPG_KEYS

1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763

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_FILENAME

php-7.0.7.tar.xz

PHP_INI_DIR

/usr/local/etc/php

PHP_SHA256

9cc64a7459242c79c10e79d74feaf5bae3541f604966ceb600c3d2e8f5fe4794

PHP_VERSION

7.0.7


Layers

[#000] sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b - 30.92% (49 MB)

[#001] sha256:357b76a4983822c380125e911928d20bf853d3a4ca869181c757d855408a9c90 - 46.56% (73.8 MB)

[#002] sha256:0e87614c69f0ba521d6a89ea9b82a5712ff209dfa89e14b1fef8be2056d5680d - 0.0% (180 Bytes)

[#003] sha256:64a34b83f443e4c6e0a038580e557dd39975e41f6d1d56c3f57c70cb9b3d72fd - 22.52% (35.7 MB)

[#004] sha256:3a829750701724b84028ecb36e5a44d4c11e7c2ca9f757e1ae177195ba9f92bf - 0.0% (1.71 KB)


History
2016-06-09 21:28:42 UTC

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

2016-06-09 21:28:43 UTC

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

2016-06-10 02:34:30 UTC

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

2016-06-10 02:35:57 UTC

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

2016-06-10 02:35:58 UTC

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

2016-06-10 02:35:59 UTC

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

2016-06-10 02:35:59 UTC

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

2016-06-10 02:35:59 UTC

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

2016-06-10 02:35:59 UTC

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

2016-06-10 02:36:00 UTC

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

2016-06-10 02:42:40 UTC

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

2016-06-15 20:59:58 UTC

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

2016-06-15 20:59:58 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