Namespace
library
Image / Tag
php:7.1.0RC3-apache
Content Digest
sha256:be7734f60891d4ea30e1b02d06626167b54235c635714778c23bda9b10da6b2a
Details
Created

2016-10-18 21:24:44 UTC

Size

158 MB

Content Digest
Environment
APACHE_CONFDIR

/etc/apache2

APACHE_ENVVARS

/etc/apache2/envvars

GPG_KEYS

A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0

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_ASC_URL

http://downloads.php.net/~davey/php-7.1.0RC3.tar.xz.asc

PHP_EXTRA_BUILD_DEPS

apache2-dev

PHP_EXTRA_CONFIGURE_ARGS

--with-apxs2

PHP_INI_DIR

/usr/local/etc/php

PHP_MD5

2bfa0ad51de4fce87d0175d655f6bf69

PHP_SHA256

PHP_URL

http://downloads.php.net/~davey/php-7.1.0RC3.tar.xz

PHP_VERSION

7.1.0RC3


Layers

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

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

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

[#003] sha256:a05dcf7da5898c6779d2972c35fd7695512c8d3639d4316f6c5fb5c92cf7a587 - 1.72% (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:fa2d040cac599c3029f2eaef04bc6e0b936bfcbf94c16a93eadf5465610664be - 7.8% (12.3 MB)

[#009] sha256:61d5c6267e970289a38db1c0e9fc4c78af7ea911396d049342a91b54e9ffcb42 - 0.0% (487 Bytes)

[#010] sha256:744ec8950ca19f636394c7ac65cf36aee05fed2e92d6d78307ca1fd7c0ce15db - 12.41% (19.5 MB)

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

[#012] sha256:151c4d660ac7773528ae46d4c775e803767694beb4d9007fdda4fed049a7cba2 - 0.0% (582 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:58:24 UTC

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

2016-09-30 23:54:37 UTC

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

2016-10-18 21:21:54 UTC

/bin/sh -c #(nop) ENV PHP_URL=http://downloads.php.net/~davey/php-7.1.0RC3.tar.xz PHP_ASC_URL=http://downloads.php.net/~davey/php-7.1.0RC3.tar.xz.asc

2016-10-18 21:21:55 UTC

/bin/sh -c #(nop) ENV PHP_SHA256= PHP_MD5=2bfa0ad51de4fce87d0175d655f6bf69

2016-10-18 21:22:08 UTC

/bin/sh -c set -xe; fetchDeps=' wget '; apt-get update; apt-get install -y --no-install-recommends $fetchDeps; rm -rf /var/lib/apt/lists/*; mkdir -p /usr/src; cd /usr/src; wget -O php.tar.xz "$PHP_URL"; if [ -n "$PHP_SHA256" ]; then echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; fi; if [ -n "$PHP_MD5" ]; then echo "$PHP_MD5 *php.tar.xz" | md5sum -c -; fi; if [ -n "$PHP_ASC_URL" ]; then wget -O php.tar.xz.asc "$PHP_ASC_URL"; 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"; fi; apt-get purge -y --auto-remove $fetchDeps

2016-10-18 21:22:08 UTC

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

2016-10-18 21:24:42 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-10-18 21:24:43 UTC

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

2016-10-18 21:24:43 UTC

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

2016-10-18 21:24:44 UTC

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

2016-10-18 21:24:44 UTC

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

2016-10-18 21:24:44 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