Namespace
library
Image / Tag
php:5.5.37-apache
Content Digest
sha256:fb82a19ed8a0ad1d66c5dd02f1f052abcaddabcbc0cdbd5263e0afd69ea48a2b
Details
Created

2016-07-14 02:01:59 UTC

Size

151 MB

Content Digest
Environment
APACHE_CONFDIR

/etc/apache2

APACHE_ENVVARS

/etc/apache2/envvars

GPG_KEYS

0B96609E270F565C13292B24C13C70B87267B52D 0BD78B5F97500D450838F95DFE857D9A90D90EC1 F38252826ACD957EF380D39F2F7956BC5DA04B5D

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

PHP_INI_DIR

/usr/local/etc/php

PHP_SHA256

c322444fdf6d3ba26aa67d67ee32d1e815a877f35831351c83763431a80e3612

PHP_VERSION

5.5.37


Layers

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

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

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

[#003] sha256:a8b194f25221cecbfc4760645fc4626aba5d76375d945d7611b2bbf9ef333b81 - 1.81% (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:2988928a7975bf96d063b549bbc64e41c3b98bad5c499a80b911522c16ea04ba - 6.99% (10.6 MB)

[#009] sha256:c23c6d76d6b3e8dfebbc4e5e0a9fff6d92077df00cae34395fb1deffa22644fb - 0.0% (602 Bytes)

[#010] sha256:914c70d2fbdc95e9f237be351397f660eb4e92a9366a96bfc4b4db243e58bb7e - 9.87% (14.9 MB)

[#011] sha256:16b69b85c3b910ca1cfae05143c6cbbcfa68b92cc0127dd4c24f4181960d1c45 - 0.0% (1.71 KB)

[#012] sha256:9555f534970c24d543c8062affcdf53dfee9020de1b0b16281ca351fdbd03a4e - 0.0% (581 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:56:41 UTC

/bin/sh -c #(nop) ENV GPG_KEYS=0B96609E270F565C13292B24C13C70B87267B52D 0BD78B5F97500D450838F95DFE857D9A90D90EC1 F38252826ACD957EF380D39F2F7956BC5DA04B5D

2016-07-14 01:56:42 UTC

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

2016-07-14 01:56:42 UTC

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

2016-07-14 01:56:42 UTC

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

2016-07-14 01:56:46 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:56:46 UTC

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

2016-07-14 02:01:57 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 02:01:58 UTC

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

2016-07-14 02:01:58 UTC

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

2016-07-14 02:01:59 UTC

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

2016-07-14 02:01:59 UTC

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

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