Namespace
library
Image / Tag
php:5.6.23-apache
Content Digest
sha256:d50e340fc02cfe7bdc1bf93610c30fec005523cc6f8b7abe2df8e822d4f52883
Details
Created

2016-07-14 01:20:07 UTC

Size

152 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.23.tar.xz

PHP_INI_DIR

/usr/local/etc/php

PHP_SHA256

39141e9a617af172aedbbacee7a63eb15502850f7cea20d759a9cffa7cfb0a1a

PHP_VERSION

5.6.23


Layers

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

[#001] sha256:9e955ea566151d5982903050c40f83202a7ff3142692cae9855ab3b98ae8bea0 - 48.72% (74 MB)

[#002] sha256:217d5abb6c1144cbfc2489fb39f6cf4d6df04375a07c863852b874f31975a99b - 0.0% (180 Bytes)

[#003] sha256:a8b194f25221cecbfc4760645fc4626aba5d76375d945d7611b2bbf9ef333b81 - 1.8% (2.74 MB)

[#004] sha256:77d63b449539b8848148dbd674999c4ac85dd550b14bd439284771a29b10de05 - 0.0% (271 Bytes)

[#005] sha256:353f320abe10bb917a85a167f2f986fccb1266615763b882bb886f32c8ebeb8e - 0.0% (431 Bytes)

[#006] sha256:b1210519e8616a1dbeb715b580fce4df4e4f2f0869d02bcd052fa9a696336524 - 0.0% (223 Bytes)

[#007] sha256:a03ec06b81167874dd6191ecfb43d0723cca63b3f3e235e42d28037a6e959be4 - 0.0% (476 Bytes)

[#008] sha256:da1bf36b5989019cb78949c13521386105986b588d319f139dec7b42288153ee - 7.32% (11.1 MB)

[#009] sha256:25d6bd56810d2d3dfdabd032c100fe06b1d6d985f1360699639b8a88b18c1ef7 - 0.0% (600 Bytes)

[#010] sha256:5105bccce1ca82749c48de9928294e245dec17e2805f2af35b9751843bda708d - 9.92% (15.1 MB)

[#011] sha256:5e209572cc0e27cb3ef4dff0717ca3ef7f2629cee086cbd718ce57902837b035 - 0.0% (1.71 KB)

[#012] sha256:676b5f75c828fdcd22af0bb3b6804fa12ae01a13dd55e1c3ce85a0b93cdb1db8 - 0.0% (582 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-07-14 00:18:15 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-07-14 00:18:16 UTC

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

2016-07-14 00:18:18 UTC

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

2016-07-14 00:31: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-07-14 00:31:54 UTC

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

2016-07-14 00:31:54 UTC

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

2016-07-14 00:31:56 UTC

/bin/sh -c set -ex && . "$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-07-14 00:31:57 UTC

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

2016-07-14 00:31:59 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-07-14 00:32:00 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-07-14 00:32:00 UTC

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

2016-07-14 00:32:01 UTC

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

2016-07-14 01:14:48 UTC

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

2016-07-14 01:14:48 UTC

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

2016-07-14 01:14:49 UTC

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

2016-07-14 01:14:49 UTC

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

2016-07-14 01:14:52 UTC

/bin/sh -c set -xe && cd /usr/src/ && curl -fSL "http://php.net/get/$PHP_FILENAME/from/this/mirror" -o php.tar.xz && echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c - && curl -fSL "http://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-07-14 01:14:52 UTC

/bin/sh -c #(nop) COPY file:2cb3361ad95f7488a8a7f2b07b4c9b350c37169a746a83f90cd8e6d164e3e963 in /usr/local/bin/

2016-07-14 01:20:04 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" $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 $buildDeps && docker-php-source delete

2016-07-14 01:20:05 UTC

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

2016-07-14 01:20:06 UTC

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

2016-07-14 01:20:06 UTC

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

2016-07-14 01:20:07 UTC

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

2016-07-14 01:20:07 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