2020-01-04 13:32:53 UTC
167 MB
/etc/apache2
APACHE_ENVVARS/etc/apache2/envvars
GPG_KEYSCBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PHPIZE_DEPSautoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c
PHP_ASC_URLhttps://www.php.net/get/php-7.3.13.tar.xz.asc/from/this/mirror
PHP_CFLAGS-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
PHP_CPPFLAGS-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
PHP_EXTRA_BUILD_DEPSapache2-dev
PHP_EXTRA_CONFIGURE_ARGS--with-apxs2 --disable-cgi
PHP_INI_DIR/usr/local/etc/php
PHP_LDFLAGS-Wl,-O1 -Wl,--hash-style=both -pie
PHP_MD5 PHP_SHA25657ac55fe442d2da650abeb9e6fa161bd3a98ba6528c029f076f8bba43dd5c228
PHP_URLhttps://www.php.net/get/php-7.3.13.tar.xz/from/this/mirror
PHP_VERSION7.3.13
ROUNDCUBEMAIL_VERSION1.4.2
[#000] sha256:8ec398bc03560e0fa56440e96da307cdf0b1ad153f459b52bca53ae7ddb8236d - 15.49% (25.8 MB)
[#001] sha256:85cf4fc8647872d4db40c6957c1a7cfefd3bcb785281f88762706926c307c56c - 0.0% (225 Bytes)
[#002] sha256:970dadf4ccb644b7e193c317c67e6002c9b1386a99e062c2d67dd089625c64ec - 43.82% (73.1 MB)
[#003] sha256:8c04561117a4645551bc4379b1eebdc32e178a61d11c5db8d79f2658178f6639 - 0.0% (224 Bytes)
[#004] sha256:d6b7434b63a246cff24e7a3d2310de1b31f04f89af889acda1a1aabb53c299c5 - 10.68% (17.8 MB)
[#005] sha256:83d8859e9744116aa6e790b787a05a0ec71230f107ecd511b7fd2f299ca91e55 - 0.0% (434 Bytes)
[#006] sha256:9c3d824d0ad5a0258fd7214a6e3faef915791d37af27b7afe0e59ba28c86f884 - 0.0% (491 Bytes)
[#007] sha256:9e316fd5b3b31a7c6ac4320517a41f6bbb3eb02f527cfc8fae23ca0dc68ffebd - 7.11% (11.9 MB)
[#008] sha256:578b40496c371640b6bb2c25d655d386b471ca78f820f28dcbb500506430c489 - 0.0% (493 Bytes)
[#009] sha256:814ae7711d3c4266c8bffe679dd7ce200e879a32943f9b5c760806fed9877627 - 8.05% (13.4 MB)
[#010] sha256:4896fed78b6b0c6ece3825c30fa479aad229a8e7cfcea2236e42207167310e20 - 0.0% (2.18 KB)
[#011] sha256:e74d71e9611db3c5ae3e77251f4091fbde1cc7d62fdaf0e05321eb618acb1081 - 0.0% (245 Bytes)
[#012] sha256:46017765526c6535682249b21a12ab2f2b85da2047896a62c0874e068682c867 - 0.0% (213 Bytes)
[#013] sha256:28038609845819461b2f18a28f6d89b977b43ee6c7c33ec6c8d833739b20503e - 0.0% (895 Bytes)
[#014] sha256:92acfb097d731e04fd03b01ab8f3b460d01fa79e671922fbf3a61296cc7971b7 - 1.35% (2.26 MB)
[#015] sha256:86f0f2abd91c0a7c9cff11d58c7d2f0544f696bdf126b83be222a816b580af87 - 0.0% (315 Bytes)
[#016] sha256:b72511df1b7ffb09493eaa36a4166f35c39019ce09a110dac3e2ebcfdef04a58 - 13.49% (22.5 MB)
[#017] sha256:f290d1c91600c7378dd0affdf861a0de6fa8d87574944c238840581389ba568d - 0.0% (1.54 KB)
[#018] sha256:d09bb4ecf22182ebe533f4b5c6024aab9df19d4b6b233cd98f405000aefc4ed9 - 0.0% (363 Bytes)
[#019] sha256:d83b0159bc141be4334733ccbf6658ef274d344be2b41e9ae5747a6c4c7cad4f - 0.0% (1.59 KB)
/bin/sh -c #(nop) ADD file:04caaf303199c81ff1a94e2e39d5096f9d02b73294b82758e5bc6e23aff94272 in /
2019-12-28 04:21:23 UTC/bin/sh -c #(nop) CMD ["bash"]
2019-12-28 20:39:44 UTC/bin/sh -c set -eux; { echo 'Package: php*'; echo 'Pin: release *'; echo 'Pin-Priority: -1'; } > /etc/apt/preferences.d/no-debian-php
2019-12-28 20:39:44 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c
2019-12-28 20:40:05 UTC/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends $PHPIZE_DEPS ca-certificates curl xz-utils ; rm -rf /var/lib/apt/lists/*
2019-12-28 20:40:05 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2019-12-28 20:40:06 UTC/bin/sh -c set -eux; mkdir -p "$PHP_INI_DIR/conf.d"; [ ! -d /var/www/html ]; mkdir -p /var/www/html; chown www-data:www-data /var/www/html; chmod 777 /var/www/html
2019-12-28 20:46:47 UTC/bin/sh -c #(nop) ENV APACHE_CONFDIR=/etc/apache2
2019-12-28 20:46:47 UTC/bin/sh -c #(nop) ENV APACHE_ENVVARS=/etc/apache2/envvars
2019-12-28 20:46:56 UTC/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends apache2; rm -rf /var/lib/apt/lists/*; sed -ri 's/^export ([^=]+)=(.*)$/: ${\1:=\2}\nexport \1/' "$APACHE_ENVVARS"; . "$APACHE_ENVVARS"; for dir in "$APACHE_LOCK_DIR" "$APACHE_RUN_DIR" "$APACHE_LOG_DIR" ; do rm -rvf "$dir"; mkdir -p "$dir"; chown "$APACHE_RUN_USER:$APACHE_RUN_GROUP" "$dir"; chmod 777 "$dir"; done; rm -rvf /var/www/html/*; 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"; chown -R --no-dereference "$APACHE_RUN_USER:$APACHE_RUN_GROUP" "$APACHE_LOG_DIR"
2019-12-28 20:46:57 UTC/bin/sh -c a2dismod mpm_event && a2enmod mpm_prefork
2019-12-28 20:46: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
2019-12-28 20:46:58 UTC/bin/sh -c #(nop) ENV PHP_EXTRA_BUILD_DEPS=apache2-dev
2019-12-28 20:46:58 UTC/bin/sh -c #(nop) ENV PHP_EXTRA_CONFIGURE_ARGS=--with-apxs2 --disable-cgi
2019-12-28 20:46:59 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2019-12-28 20:46:59 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2019-12-28 20:46:59 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -Wl,--hash-style=both -pie
2019-12-28 21:12:38 UTC/bin/sh -c #(nop) ENV GPG_KEYS=CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D
2019-12-28 21:12:38 UTC/bin/sh -c #(nop) ENV PHP_VERSION=7.3.13
2019-12-28 21:12:38 UTC/bin/sh -c #(nop) ENV PHP_URL=https://www.php.net/get/php-7.3.13.tar.xz/from/this/mirror PHP_ASC_URL=https://www.php.net/get/php-7.3.13.tar.xz.asc/from/this/mirror
2019-12-28 21:12:38 UTC/bin/sh -c #(nop) ENV PHP_SHA256=57ac55fe442d2da650abeb9e6fa161bd3a98ba6528c029f076f8bba43dd5c228 PHP_MD5=
2019-12-28 21:12:46 UTC/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends gnupg dirmngr; rm -rf /var/lib/apt/lists/*; mkdir -p /usr/src; cd /usr/src; curl -fsSL -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 curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; export GNUPGHOME="$(mktemp -d)"; for key in $GPG_KEYS; do gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; done; gpg --batch --verify php.tar.xz.asc php.tar.xz; gpgconf --kill all; rm -rf "$GNUPGHOME"; fi; apt-mark auto '.*' > /dev/null; apt-mark manual $savedAptMark > /dev/null; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false
2019-12-28 21:12:46 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2019-12-28 21:17:02 UTC/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends libargon2-dev libcurl4-openssl-dev libedit-dev libsodium-dev libsqlite3-dev libssl-dev libxml2-dev zlib1g-dev ${PHP_EXTRA_BUILD_DEPS:-} ; 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" --enable-option-checking=fatal --with-mhash --enable-ftp --enable-mbstring --enable-mysqlnd --with-password-argon2 --with-sodium=shared --with-pdo-sqlite=/usr --with-sqlite3=/usr --with-curl --with-libedit --with-openssl --with-zlib $(test "$gnuArch" = 's390x-linux-gnu' && echo '--without-pcre-jit') --with-libdir="lib/$debMultiarch" ${PHP_EXTRA_CONFIGURE_ARGS:-} ; make -j "$(nproc)"; find -type f -name '*.a' -delete; make install; find /usr/local/bin /usr/local/sbin -type f -executable -exec strip --strip-all '{}' + || true; make clean; cp -v php.ini-* "$PHP_INI_DIR/"; cd /; docker-php-source delete; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark; find /usr/local -type f -executable -exec ldd '{}' ';' | awk '/=>/ { print $(NF-1) }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual ; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; pecl update-channels; rm -rf /tmp/pear ~/.pearrc; php --version
2019-12-28 21:17:03 UTC/bin/sh -c #(nop) COPY multi:3ab587b19c9ec9c9b34bacbe7fa0911462d0bafd50179d8808e207ed9b82b0b9 in /usr/local/bin/
2019-12-28 21:17:03 UTC/bin/sh -c docker-php-ext-enable sodium
2019-12-28 21:17:04 UTC/bin/sh -c { echo '#!/bin/sh'; echo 'exec pkg-config "$@" freetype2'; } > /usr/local/bin/freetype-config && chmod +x /usr/local/bin/freetype-config
2019-12-28 21:17:04 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2019-12-28 21:17:04 UTC/bin/sh -c #(nop) STOPSIGNAL SIGWINCH
2019-12-28 21:17:05 UTC/bin/sh -c #(nop) COPY file:e3123fcb6566efa979f945bfac1c94c854a559d7b82723e42118882a8ac4de66 in /usr/local/bin/
2019-12-28 21:17:05 UTC/bin/sh -c #(nop) WORKDIR /var/www/html
2019-12-28 21:17:05 UTC/bin/sh -c #(nop) EXPOSE 80
2019-12-28 21:17:05 UTC/bin/sh -c #(nop) CMD ["apache2-foreground"]
2020-01-04 13:25:32 UTC/bin/sh -c #(nop) LABEL maintainer=Thomas Bruederli <[email protected]>
2020-01-04 13:32:12 UTC/bin/sh -c set -ex; apt-get update; savedAptMark="$(apt-mark showmanual)"; apt-get install -y --no-install-recommends libfreetype6-dev libicu-dev libjpeg62-turbo-dev libldap2-dev libpng-dev libpq-dev libsqlite3-dev libzip-dev ; debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-png-dir=/usr --with-jpeg-dir=/usr; docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch"; docker-php-ext-install exif gd intl ldap pdo_mysql pdo_pgsql pdo_sqlite zip ; apt-mark auto '.*' > /dev/null; apt-mark manual $savedAptMark; ldd "$(php -r 'echo ini_get("extension_dir");')"/*.so | awk '/=>/ { print $3 }' | sort -u | xargs -r dpkg-query -S | cut -d: -f1 | sort -u | xargs -rt apt-mark manual; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*
2020-01-04 13:32:14 UTC/bin/sh -c a2enmod rewrite
2020-01-04 13:32:14 UTC/bin/sh -c #(nop) VOLUME [/var/roundcube/config]
2020-01-04 13:32:14 UTC/bin/sh -c #(nop) VOLUME [/var/roundcube/db]
2020-01-04 13:32:15 UTC/bin/sh -c #(nop) VOLUME [/var/www/html]
2020-01-04 13:32:15 UTC/bin/sh -c #(nop) VOLUME [/tmp/roundcube-temp]
2020-01-04 13:32:16 UTC/bin/sh -c #(nop) ENV ROUNDCUBEMAIL_VERSION=1.4.2
2020-01-04 13:32:49 UTC/bin/sh -c set -ex; fetchDeps="gnupg dirmngr"; apt-get -qq update; apt-get install -y --no-install-recommends $fetchDeps; curl -o roundcubemail.tar.gz -fSL https://github.com/roundcube/roundcubemail/releases/download/${ROUNDCUBEMAIL_VERSION}/roundcubemail-${ROUNDCUBEMAIL_VERSION}-complete.tar.gz; curl -o roundcubemail.tar.gz.asc -fSL https://github.com/roundcube/roundcubemail/releases/download/${ROUNDCUBEMAIL_VERSION}/roundcubemail-${ROUNDCUBEMAIL_VERSION}-complete.tar.gz.asc; export GNUPGHOME="$(mktemp -d)"; echo "disable-ipv6" > "$GNUPGHOME/dirmngr.conf"; gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys F3E4C04BB3DB5D4215C45F7F5AB2BAA141C4F7D5 || gpg --batch --keyserver pgp.mit.edu --recv-keys F3E4C04BB3DB5D4215C45F7F5AB2BAA141C4F7D5; gpg --batch --verify roundcubemail.tar.gz.asc roundcubemail.tar.gz; tar -xf roundcubemail.tar.gz -C /usr/src/; gpgconf --kill all; rm -r "$GNUPGHOME" roundcubemail.tar.gz.asc roundcubemail.tar.gz; mv /usr/src/roundcubemail-${ROUNDCUBEMAIL_VERSION} /usr/src/roundcubemail; rm -rf /usr/src/roundcubemail/installer
2020-01-04 13:32:52 UTC/bin/sh -c curl -fL https://raw.githubusercontent.com/vishnubob/wait-for-it/master/wait-for-it.sh > /wait-for-it.sh && chmod +x /wait-for-it.sh
2020-01-04 13:32:52 UTC/bin/sh -c #(nop) COPY file:3777b7e5b6407e76b83b9e0f78054fc4daee3d4af6530ef587e02a2daf847c8c in /usr/local/etc/php/conf.d/roundcube-defaults.ini
2020-01-04 13:32:52 UTC/bin/sh -c #(nop) COPY file:b21a8e6cce5483af3e624031f2075f0bad6f31aacc089318a9269e00e8855e19 in /
2020-01-04 13:32:53 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2020-01-04 13:32:53 UTC/bin/sh -c #(nop) CMD ["apache2-foreground"]