Namespace
library
Image / Tag
php:7.0.7-apache
Content Digest
sha256:f3543d35f1451126385d05a3b3bdb1f58f94d7d2d2a6e1febb798ccaebd4ff11
Details
Created

2016-06-15 21:00:04 UTC

Size

171 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_EXTRA_BUILD_DEPS

apache2-dev

PHP_EXTRA_CONFIGURE_ARGS

--with-apxs2

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 - 28.63% (49 MB)

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

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

[#003] sha256:a3a94d3df9be4137d53c70f13e1bf0e40d300e41c9773a3b5b26d68d75f31797 - 1.6% (2.74 MB)

[#004] sha256:8d889f91ade23b56b99c85fc7dcf3196d91380bb21b461793cceea4c179055d0 - 0.0% (324 Bytes)

[#005] sha256:6aa1b9bbdc5d5bcfae5f9b5659678b98f043b322968a432012ca470396bc5195 - 0.0% (434 Bytes)

[#006] sha256:777536a87cede6c7cfb17ee9cb2c94f935f08527cc2df874d95978ce88233166 - 0.0% (3.29 KB)

[#007] sha256:c9ba89109223f6a7c223588aec1ca33024360af02e68ab9e9e6430ef429f94a2 - 0.0% (862 Bytes)

[#008] sha256:f126ded007047371919cad80ee6c4d931e00549e94c540cef0919236c89d51bf - 26.65% (45.6 MB)

[#009] sha256:3223fd1fe116015480fa56fc7250f693aaf4a1493920ac76e9f9088b99d7916a - 0.0% (1.71 KB)

[#010] sha256:ee35ae4a615fbbb1c0584b41f8b234ebedcd3a7ef7efc4d07e903843f6e22af2 - 0.0% (290 Bytes)


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:43:42 UTC

/bin/sh -c apt-get update && apt-get install -y apache2-bin apache2.2-common --no-install-recommends && rm -rf /var/lib/apt/lists/*

2016-06-10 02:43:43 UTC

/bin/sh -c rm -rf /var/www/html && mkdir -p /var/lock/apache2 /var/run/apache2 /var/log/apache2 /var/www/html && chown -R www-data:www-data /var/lock/apache2 /var/run/apache2 /var/log/apache2 /var/www/html

2016-06-10 02:43:44 UTC

/bin/sh -c a2dismod mpm_event && a2enmod mpm_prefork

2016-06-10 02:43:45 UTC

/bin/sh -c mv /etc/apache2/apache2.conf /etc/apache2/apache2.conf.dist && rm /etc/apache2/conf-enabled/* /etc/apache2/sites-enabled/*

2016-06-10 02:43:46 UTC

/bin/sh -c #(nop) COPY file:83126aa7167396d9538d8cd3860fed68ccce351540fad4964ee1930c2ab74a9b in /etc/apache2/apache2.conf

2016-06-10 02:43:46 UTC

/bin/sh -c #(nop) ENV PHP_EXTRA_BUILD_DEPS=apache2-dev

2016-06-10 02:43:46 UTC

/bin/sh -c #(nop) ENV PHP_EXTRA_CONFIGURE_ARGS=--with-apxs2

2016-06-10 02:43:46 UTC

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

2016-06-10 02:43:47 UTC

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

2016-06-10 02:43:47 UTC

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

2016-06-10 02:43:47 UTC

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

2016-06-10 02:49:02 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 21:00:02 UTC

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

2016-06-15 21:00:02 UTC

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

2016-06-15 21:00:03 UTC

/bin/sh -c #(nop) WORKDIR /var/www/html

2016-06-15 21:00:03 UTC

/bin/sh -c #(nop) EXPOSE 80/tcp

2016-06-15 21:00:04 UTC

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

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