Namespace
library
Image / Tag
php:7.0.11-apache
Content Digest
sha256:24da13b60924c7427116c82679a08410e8a414c60c7239520a20fb15e46e972c
Details
Created

2016-09-23 21:43:50 UTC

Size

156 MB

Content Digest
Environment
APACHE_CONFDIR

/etc/apache2

APACHE_ENVVARS

/etc/apache2/envvars

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.11.tar.xz

PHP_INI_DIR

/usr/local/etc/php

PHP_SHA256

d4cccea8da1d27c11b89386f8b8e95692ad3356610d571253d00ca67d524c735

PHP_VERSION

7.0.11


Layers

[#000] sha256:6a5a5368e0c2d3e5909184fa28ddfd56072e7ff3ee9a945876f7eee5896ef5bb - 31.36% (49 MB)

[#001] sha256:de059afc6b5da83892f482eea8b08dc72f8fbe69282c72b533116f1dd3689426 - 47.39% (74 MB)

[#002] sha256:9b1ac0143753de213aff9a45bb2b68b28a437ec3f015efa7f35622491d5c06ff - 0.0% (179 Bytes)

[#003] sha256:a05dcf7da5898c6779d2972c35fd7695512c8d3639d4316f6c5fb5c92cf7a587 - 1.74% (2.72 MB)

[#004] sha256:5e38500c090694a52f13ac803f1786e1b6eaf47d8efa2c5129d5db2ef52ebbf1 - 0.0% (1.22 KB)

[#005] sha256:a9cba9364455184cd78edc0d317497664453686c65153710dfd4e9cce5ead08e - 0.0% (432 Bytes)

[#006] sha256:cc53f7ef49062cf4ce2d2a03d7d282c1c79cc3de048012605d5e53abe748c83b - 0.0% (224 Bytes)

[#007] sha256:6b6a63a6d9035b4a9307637baf440ceb1cda513c63cee3dbf7f29b406eea9b5b - 0.0% (475 Bytes)

[#008] sha256:6751f3f725f2b13a4cc86f06befba305c5e06ac6687111ac906a812a9128cec4 - 7.49% (11.7 MB)

[#009] sha256:6758e49a828ac368d4f8a87cab4e81959cf36b7ea4d85e711756b9c3a3e42eff - 0.0% (490 Bytes)

[#010] sha256:b42fa526044804663807981a103c25ef719d29733d46f37f44a54e55405ddf9a - 12.02% (18.8 MB)

[#011] sha256:45c6727862495c0ae0362678181119f50a81a62464dd278e2d29e5aad92edbf9 - 0.0% (1.79 KB)

[#012] sha256:b81e8d8f9f0b619a09fac6c6a5e1d2fad2020762aa01b15a25d4b62db44d6b7d - 0.0% (581 Bytes)


History
2016-09-23 18:08:50 UTC

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

2016-09-23 18:08:51 UTC

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

2016-09-23 21:19:23 UTC

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

2016-09-23 21:19:52 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-09-23 21:19:53 UTC

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

2016-09-23 21:19:53 UTC

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

2016-09-23 21:24:54 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-09-23 21:24:54 UTC

/bin/sh -c #(nop) ENV APACHE_CONFDIR=/etc/apache2

2016-09-23 21:24:54 UTC

/bin/sh -c #(nop) ENV APACHE_ENVVARS=/etc/apache2/envvars

2016-09-23 21:24:55 UTC

/bin/sh -c set -ex && sed -ri 's/^export ([^=]+)=(.*)$/: ${\1:=\2}\nexport \1/' "$APACHE_ENVVARS" && . "$APACHE_ENVVARS" && for dir in "$APACHE_LOCK_DIR" "$APACHE_RUN_DIR" "$APACHE_LOG_DIR" /var/www/html ; do rm -rvf "$dir" && mkdir -p "$dir" && chown -R "$APACHE_RUN_USER:$APACHE_RUN_GROUP" "$dir"; done

2016-09-23 21:24:56 UTC

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

2016-09-23 21:24:57 UTC

/bin/sh -c set -ex && . "$APACHE_ENVVARS" && ln -sfT /dev/stderr "$APACHE_LOG_DIR/error.log" && ln -sfT /dev/stdout "$APACHE_LOG_DIR/access.log" && ln -sfT /dev/stdout "$APACHE_LOG_DIR/other_vhosts_access.log"

2016-09-23 21:24:58 UTC

/bin/sh -c { echo '<FilesMatch \.php$>'; echo '\tSetHandler application/x-httpd-php'; echo '</FilesMatch>'; echo; echo 'DirectoryIndex disabled'; echo 'DirectoryIndex index.php index.html'; echo; echo '<Directory /var/www/>'; echo '\tOptions -Indexes'; echo '\tAllowOverride All'; echo '</Directory>'; } | tee "$APACHE_CONFDIR/conf-available/docker-php.conf" && a2enconf docker-php

2016-09-23 21:24:58 UTC

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

2016-09-23 21:24:59 UTC

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

2016-09-23 21:41:20 UTC

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

2016-09-23 21:41:20 UTC

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

2016-09-23 21:41:20 UTC

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

2016-09-23 21:41:21 UTC

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

2016-09-23 21:41:24 UTC

/bin/sh -c set -xe && cd /usr/src && curl -fSL "https://secure.php.net/get/$PHP_FILENAME/from/this/mirror" -o php.tar.xz && echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c - && curl -fSL "https://secure.php.net/get/$PHP_FILENAME.asc/from/this/mirror" -o php.tar.xz.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.tar.xz.asc php.tar.xz && rm -r "$GNUPGHOME"

2016-09-23 21:41:24 UTC

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

2016-09-23 21:43: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-09-23 21:43:48 UTC

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

2016-09-23 21:43:49 UTC

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

2016-09-23 21:43:49 UTC

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

2016-09-23 21:43:50 UTC

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

2016-09-23 21:43:50 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