Namespace
library
Image / Tag
php:5.6.26-apache
Content Digest
sha256:d66af7ad19c03ba17739c87e5d3f6b14312b57eef4a21943c8b32b8e96ef089b
Details
Created

2016-09-23 21:27:24 UTC

Size

153 MB

Content Digest
Environment
APACHE_CONFDIR

/etc/apache2

APACHE_ENVVARS

/etc/apache2/envvars

GPG_KEYS

0BD78B5F97500D450838F95DFE857D9A90D90EC1 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3

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

PHP_INI_DIR

/usr/local/etc/php

PHP_SHA256

203a854f0f243cb2810d1c832bc871ff133eccdf1ff69d32846f93bc1bef58a8

PHP_VERSION

5.6.26


Layers

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

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

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

[#003] sha256:a05dcf7da5898c6779d2972c35fd7695512c8d3639d4316f6c5fb5c92cf7a587 - 1.78% (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:451d9efcb5d67a20d448824067692067087b6c9969a1458f43d6b52da81074df - 7.75% (11.8 MB)

[#009] sha256:850743d4e387a0303b9e2c1f1520ffd532f4de363efac31a7dc4ab227e0c7a0f - 0.0% (489 Bytes)

[#010] sha256:720bc600730dada164aff3d18c85f4366fe7f84b9749d95105a73a76db6a3e05 - 9.93% (15.2 MB)

[#011] sha256:631b7b76ef128cf5fb6933fd3094c701b335303e22f21702fd4f78acaa77d18d - 0.0% (1.79 KB)

[#012] sha256:9704d22c95dfc2d7d95e2bd1b2fdb829f5cbc9f9381413b1bc1bb047a4ab7b90 - 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:24:59 UTC

/bin/sh -c #(nop) ENV GPG_KEYS=0BD78B5F97500D450838F95DFE857D9A90D90EC1 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3

2016-09-23 21:24:59 UTC

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

2016-09-23 21:25:00 UTC

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

2016-09-23 21:25:00 UTC

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

2016-09-23 21:25:03 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:25:04 UTC

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

2016-09-23 21:27:21 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:27:22 UTC

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

2016-09-23 21:27:23 UTC

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

2016-09-23 21:27:23 UTC

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

2016-09-23 21:27:23 UTC

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

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