2017-08-21 18:19:25 UTC
128 MB
/etc/apache2
APACHE_ENVVARS/etc/apache2/envvars
GPG_KEYS1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PHPIZE_DEPSautoconf dpkg-dev file g++ gcc libc-dev libpcre3-dev make pkg-config re2c
PHP_ASC_URLhttps://downloads.php.net/~remi/php-7.2.0beta3.tar.xz.asc
PHP_CFLAGS-fstack-protector-strong -fpic -fpie -O2
PHP_CPPFLAGS-fstack-protector-strong -fpic -fpie -O2
PHP_EXTRA_BUILD_DEPSapache2-dev
PHP_EXTRA_CONFIGURE_ARGS--with-apxs2
PHP_INI_DIR/usr/local/etc/php
PHP_LDFLAGS-Wl,-O1 -Wl,--hash-style=both -pie
PHP_MD5 PHP_SHA25686ab60f96223768d2cb6b3669ce5d048ce904beccf532119aa02058e7cc9e498
PHP_URLhttps://downloads.php.net/~remi/php-7.2.0beta3.tar.xz
PHP_VERSION7.2.0beta3
[#000] sha256:94ed0c431eb58b1c824715ac158d102bc78b5eb9d690579da5d8bc96b190eb67 - 16.75% (21.4 MB)
[#001] sha256:8d5410041793a53841210fc93a4c714d8310812f61b57e62b675dd60e828edb2 - 61.62% (78.9 MB)
[#002] sha256:6ab2a160fa31ce699f9b0d1b20d8ec121c99ed00c03984596101736c9969a3f7 - 0.0% (178 Bytes)
[#003] sha256:4f0c2a5cfcc2392ddb9ffa0fdbb5b957cbbed879d58288d60caab398d7165e8c - 2.01% (2.58 MB)
[#004] sha256:aceb3f272d53a3c5b20c49c81ca33030fe65fb26f359e1f4a684bae3e0f97adf - 0.0% (1.23 KB)
[#005] sha256:3de25874007543f0c688bb405e24acaa66655607cf91acd999439992da4d1c9d - 0.0% (422 Bytes)
[#006] sha256:4daf0ac9ece4c07898570879d670af6bb083be1f7cfecdb17020ff3d064327b9 - 0.0% (222 Bytes)
[#007] sha256:d8f8ffffc3dd7eecf15842119e8478b9fee123eb3443cb3d3932a979465c9c6a - 0.0% (474 Bytes)
[#008] sha256:b2c1af43f3039b616dc0f9d56a639ffb55791c9e62ed72f794e7340293218b68 - 9.0% (11.5 MB)
[#009] sha256:5029293faff1c84bc3400bf6b1afa3ebc6e2303ee99775ad9c3d28e52e1e9ca8 - 0.0% (493 Bytes)
[#010] sha256:9372289bc2c1ac56ea4dea021ea0f06709c7eeebb996e15999575403317cf1b6 - 10.62% (13.6 MB)
[#011] sha256:60670c9948ca5c31a67bfad00634c8d48db6d3543177538280c5cf91474f593f - 0.0% (2.07 KB)
[#012] sha256:e23afcc4a25d343612d691ee53134b55c8eaaf03f3b15b706288bbb51f1c5d04 - 0.0% (894 Bytes)
/bin/sh -c #(nop) ADD file:fa8dd9a679f473a9082dac89603a1ed7b6ad4cd20e8e996f0ac7b412d379761e in /
2017-07-24 16:53:06 UTC/bin/sh -c #(nop) CMD ["bash"]
2017-07-24 18:40:33 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev file g++ gcc libc-dev libpcre3-dev make pkg-config re2c
2017-07-24 18:40:55 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/*
2017-07-24 18:40:55 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2017-07-24 18:40:57 UTC/bin/sh -c mkdir -p $PHP_INI_DIR/conf.d
2017-07-24 18:49:07 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends apache2 && rm -rf /var/lib/apt/lists/*
2017-07-24 18:49:07 UTC/bin/sh -c #(nop) ENV APACHE_CONFDIR=/etc/apache2
2017-07-24 18:49:07 UTC/bin/sh -c #(nop) ENV APACHE_ENVVARS=/etc/apache2/envvars
2017-07-24 18:49:08 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
2017-07-24 18:49:09 UTC/bin/sh -c a2dismod mpm_event && a2enmod mpm_prefork
2017-07-24 18:49:09 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"
2017-07-24 18:49:10 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
2017-07-24 18:49:10 UTC/bin/sh -c #(nop) ENV PHP_EXTRA_BUILD_DEPS=apache2-dev
2017-07-24 18:49:10 UTC/bin/sh -c #(nop) ENV PHP_EXTRA_CONFIGURE_ARGS=--with-apxs2
2017-07-24 18:49:11 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2
2017-07-24 18:49:11 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2
2017-07-24 18:49:11 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -Wl,--hash-style=both -pie
2017-07-24 18:49:11 UTC/bin/sh -c #(nop) ENV GPG_KEYS=1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
2017-08-21 18:15:59 UTC/bin/sh -c #(nop) ENV PHP_VERSION=7.2.0beta3
2017-08-21 18:16:00 UTC/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~remi/php-7.2.0beta3.tar.xz PHP_ASC_URL=https://downloads.php.net/~remi/php-7.2.0beta3.tar.xz.asc
2017-08-21 18:16:00 UTC/bin/sh -c #(nop) ENV PHP_SHA256=86ab60f96223768d2cb6b3669ce5d048ce904beccf532119aa02058e7cc9e498 PHP_MD5=
2017-08-21 18:16:13 UTC/bin/sh -c set -xe; fetchDeps=' wget '; if ! command -v gpg > /dev/null; then fetchDeps="$fetchDeps dirmngr gnupg2 "; fi; 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 -rf "$GNUPGHOME"; fi; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $fetchDeps
2017-08-21 18:16:14 UTC/bin/sh -c #(nop) COPY file:207c686e3fed4f71f8a7b245d8dcae9c9048d276a326d82b553c12a90af0c0ca in /usr/local/bin/
2017-08-21 18:19:22 UTC/bin/sh -c set -xe && buildDeps=" $PHP_EXTRA_BUILD_DEPS libcurl4-openssl-dev libedit-dev libsqlite3-dev libssl-dev libxml2-dev zlib1g-dev " && apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* && export CFLAGS="$PHP_CFLAGS" CPPFLAGS="$PHP_CPPFLAGS" LDFLAGS="$PHP_LDFLAGS" && docker-php-source extract && cd /usr/src/php && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)" && if [ ! -d /usr/include/curl ]; then ln -sT "/usr/include/$debMultiarch/curl" /usr/local/include/curl; fi && ./configure --build="$gnuArch" --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 --with-pcre-regex=/usr --with-libdir="lib/$debMultiarch" $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 && cd / && docker-php-source delete && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $buildDeps && pecl update-channels && rm -rf /tmp/pear ~/.pearrc
2017-08-21 18:19:23 UTC/bin/sh -c #(nop) COPY multi:3775aa35856908376b7ea71c79fad1e546e92e4ef56dcfc5821b2cc6e2ed6cdc in /usr/local/bin/
2017-08-21 18:19:24 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2017-08-21 18:19:24 UTC/bin/sh -c #(nop) COPY file:24613ecbb1ce6a09f683b0753da9c26a1af07547326e8a02f6eec80ad6f2774a in /usr/local/bin/
2017-08-21 18:19:25 UTC/bin/sh -c #(nop) WORKDIR /var/www/html
2017-08-21 18:19:25 UTC/bin/sh -c #(nop) EXPOSE 80/tcp
2017-08-21 18:19:25 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.