2016-08-11 21:37:24 UTC
163 MB
/etc/apache2
APACHE_ENVVARS/etc/apache2/envvars
GPG_KEYS0BD78B5F97500D450838F95DFE857D9A90D90EC1 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PHPIZE_DEPSautoconf file g++ gcc libc-dev make pkg-config re2c
PHP_EXTRA_BUILD_DEPSapache2-dev
PHP_EXTRA_CONFIGURE_ARGS--with-apxs2
PHP_FILENAMEphp-5.6.24.tar.xz
PHP_INI_DIR/usr/local/etc/php
PHP_SHA256ed7c38c6dac539ade62e08118258f4dac0c49beca04d8603bee4e0ea6ca8250b
PHP_VERSION5.6.24
WORDPRESS_SHA1835b68748dae5a9d31c059313cd0150f03a49269
WORDPRESS_VERSION4.5.3
[#000] sha256:357ea8c3d80bc25792e010facfc98aee5972ebc47e290eb0d5aea3671a901cab - 30.03% (49 MB)
[#001] sha256:85537f80f73d06f9701f77e0105386b0a1abd8735f52804efc66782627af9c62 - 45.36% (74 MB)
[#002] sha256:3d821ad560e13c778e616da2a9033ac30d3811185f43635e95c20b22ab380077 - 0.0% (180 Bytes)
[#003] sha256:b4ae91aad5222bbe7ca67b9c2b69e54fd29989bea1eec3d8a9aca56b011c303c - 1.66% (2.71 MB)
[#004] sha256:66e1c1a53c958663cb6a8d19f5993b36bfaf8e334d476c5ed30d6766c8db1f9a - 0.0% (270 Bytes)
[#005] sha256:5d1f306a891255c05b40e49a8d1dd76efb713792e0aa200386ab0e269faa49dc - 0.0% (432 Bytes)
[#006] sha256:37733078a51e3cf33ba985f69be1dda278d529bb87184a83c71037cade3170b4 - 0.0% (223 Bytes)
[#007] sha256:c5351b4d6bee8cc2fc09f2af750fa4627dfdd37b44b651f3f3289260783d3b38 - 0.0% (475 Bytes)
[#008] sha256:68fab1fd02dce6a758d7907eaf173747d5504e714bc9dcf77bc0086bb8f98420 - 7.25% (11.8 MB)
[#009] sha256:d63c862a4e8a8fe6642f7954b97624cd307b5b913f999697835d9dede0674595 - 0.0% (492 Bytes)
[#010] sha256:a1f41798510b1dfa029f4cd846d723cca3566637cceedc3aba17cf117605e4fe - 9.58% (15.6 MB)
[#011] sha256:a1cb79de526642a0956598b60e75c5c3d73693e4a6e41aa4666c3377d84fdb07 - 0.0% (1.79 KB)
[#012] sha256:0ad59c7db086709fbfe994d1ed28d4818952b4981147090c9dd27c00c1665f13 - 0.0% (583 Bytes)
[#013] sha256:b5d23c14e865ce2e09bdaf4677aff9158ac00a6203e70fb792984824cf751556 - 0.0% (326 Bytes)
[#014] sha256:9c164c8f133b84a634df0d6350e26ded92ca4ab0005fa186c79174e28377a704 - 1.65% (2.69 MB)
[#015] sha256:8eefb94fea07c2063965c4cd11b370e1e70162d0d00abef1b1eb40c78f20c4ff - 0.0% (332 Bytes)
[#016] sha256:e3c1792c1550b70d75dad04eda61835a049899c099f19fb73cad3a4c3741a414 - 4.45% (7.26 MB)
[#017] sha256:a4d7a2ce9abda689d94fb16f7b094c0b368c49aed103791c47f21c883ce88a62 - 0.0% (2.53 KB)
/bin/sh -c #(nop) ADD file:0e0565652aa852f62033d99f84892216020d30f64521ded5e72d4940bc4c9697 in /
2016-07-28 17:47:55 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2016-07-29 20:34:33 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf file g++ gcc libc-dev make pkg-config re2c
2016-07-29 20:36:02 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-29 20:36:02 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2016-07-29 20:36:03 UTC/bin/sh -c mkdir -p $PHP_INI_DIR/conf.d
2016-07-29 20:49:43 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-29 20:49:43 UTC/bin/sh -c #(nop) ENV APACHE_CONFDIR=/etc/apache2
2016-07-29 20:49:44 UTC/bin/sh -c #(nop) ENV APACHE_ENVVARS=/etc/apache2/envvars
2016-08-10 19:34:50 UTC/bin/sh -c set -ex && sed -r '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-08-10 19:34:51 UTC/bin/sh -c a2dismod mpm_event && a2enmod mpm_prefork
2016-08-10 19:34:53 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-08-10 19:34:54 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-08-10 19:34:54 UTC/bin/sh -c #(nop) ENV PHP_EXTRA_BUILD_DEPS=apache2-dev
2016-08-10 19:34:55 UTC/bin/sh -c #(nop) ENV PHP_EXTRA_CONFIGURE_ARGS=--with-apxs2
2016-08-10 20:17:04 UTC/bin/sh -c #(nop) ENV GPG_KEYS=0BD78B5F97500D450838F95DFE857D9A90D90EC1 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3
2016-08-10 20:17:04 UTC/bin/sh -c #(nop) ENV PHP_VERSION=5.6.24
2016-08-10 20:17:05 UTC/bin/sh -c #(nop) ENV PHP_FILENAME=php-5.6.24.tar.xz
2016-08-10 20:17:05 UTC/bin/sh -c #(nop) ENV PHP_SHA256=ed7c38c6dac539ade62e08118258f4dac0c49beca04d8603bee4e0ea6ca8250b
2016-08-10 20:18:08 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-08-10 20:18:09 UTC/bin/sh -c #(nop) COPY file:207c686e3fed4f71f8a7b245d8dcae9c9048d276a326d82b553c12a90af0c0ca in /usr/local/bin/
2016-08-10 20:23:13 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-08-10 20:23:14 UTC/bin/sh -c #(nop) COPY multi:ed54b4fe7bef284934703fa6e979b7cc0daed0549a07586d0c1ccd4e2b41884a in /usr/local/bin/
2016-08-10 20:23:14 UTC/bin/sh -c #(nop) COPY file:3014772111b66da3129ca8caeafdd1dcfa9a3bf518f015ae9acc3c7b9b1b44c9 in /usr/local/bin/
2016-08-10 20:23:15 UTC/bin/sh -c #(nop) WORKDIR /var/www/html
2016-08-10 20:23:15 UTC/bin/sh -c #(nop) EXPOSE 80/tcp
2016-08-10 20:23:16 UTC/bin/sh -c #(nop) CMD ["apache2-foreground"]
2016-08-11 21:35:33 UTC/bin/sh -c a2enmod rewrite expires
2016-08-11 21:37:17 UTC/bin/sh -c apt-get update && apt-get install -y libpng12-dev libjpeg-dev && rm -rf /var/lib/apt/lists/* && docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr && docker-php-ext-install gd mysqli opcache
2016-08-11 21:37:19 UTC/bin/sh -c { echo 'opcache.memory_consumption=128'; echo 'opcache.interned_strings_buffer=8'; echo 'opcache.max_accelerated_files=4000'; echo 'opcache.revalidate_freq=60'; echo 'opcache.fast_shutdown=1'; echo 'opcache.enable_cli=1'; } > /usr/local/etc/php/conf.d/opcache-recommended.ini
2016-08-11 21:37:19 UTC/bin/sh -c #(nop) VOLUME [/var/www/html]
2016-08-11 21:37:19 UTC/bin/sh -c #(nop) ENV WORDPRESS_VERSION=4.5.3
2016-08-11 21:37:20 UTC/bin/sh -c #(nop) ENV WORDPRESS_SHA1=835b68748dae5a9d31c059313cd0150f03a49269
2016-08-11 21:37:22 UTC/bin/sh -c curl -o wordpress.tar.gz -SL https://wordpress.org/wordpress-${WORDPRESS_VERSION}.tar.gz && echo "$WORDPRESS_SHA1 *wordpress.tar.gz" | sha1sum -c - && tar -xzf wordpress.tar.gz -C /usr/src/ && rm wordpress.tar.gz && chown -R www-data:www-data /usr/src/wordpress
2016-08-11 21:37:23 UTC/bin/sh -c #(nop) COPY file:2fd25399c5e019f7e3a27e0e13bd6c76f8fa6869aadbcbe1c7871afc4814d7ff in /entrypoint.sh
2016-08-11 21:37:24 UTC/bin/sh -c #(nop) ENTRYPOINT &{["/entrypoint.sh"]}
2016-08-11 21:37:24 UTC/bin/sh -c #(nop) CMD ["apache2-foreground"]
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.