Namespace
roundcube
Image / Tag
roundcubemail:1.3.11-fpm
Content Digest
sha256:07deb487d8c6179be4b1b30cd908c92227766d32b3a115cfaa012a488941153a
Details
Created

2020-04-29 21:40:23 UTC

Size

162 MB

Content Digest
Labels

Environment
GPG_KEYS

1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PHPIZE_DEPS

autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c

PHP_ASC_URL

https://www.php.net/get/php-7.2.30.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_CONFIGURE_ARGS

--enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi

PHP_INI_DIR

/usr/local/etc/php

PHP_LDFLAGS

-Wl,-O1 -pie

PHP_MD5

PHP_SHA256

aa93df27b58a45d6c9800ac813245dfdca03490a918ebe515b3a70189b1bf8c3

PHP_URL

https://www.php.net/get/php-7.2.30.tar.xz/from/this/mirror

PHP_VERSION

7.2.30

ROUNDCUBEMAIL_VERSION

1.3.11


Layers

[#000] sha256:54fec2fa59d0a0de9cd2dec9850b36c43de451f1fd1c0a5bf8f1cf26a61a5da4 - 15.99% (25.8 MB)

[#001] sha256:cc4504446071184d4707bc1b754311b73a078008c3d1c64b7c3603e062f9e826 - 0.0% (225 Bytes)

[#002] sha256:f8d55b89827dff29b49f86cebc978eddb06ffdf89e9675cc9e43e76939a1a3cd - 45.22% (73.1 MB)

[#003] sha256:6bf7f8bea876f55a2bbbf9e69e2190755e54d4dfc340c16418a66593e8f0cc61 - 0.0% (225 Bytes)

[#004] sha256:e8c8a2134daff4c37501d0198f2cc4709f185b6525e508d41e81c0aabcb16af9 - 7.44% (12 MB)

[#005] sha256:203812a551de0b8f398617cdd41d95e28e1c2ecc9ac735c48dbaa61baf3be191 - 0.0% (494 Bytes)

[#006] sha256:7c6aa1564dc4ea61e37ca036ffa8fb1570440595fb816bc012d9c8c8c555b518 - 16.83% (27.2 MB)

[#007] sha256:3c2af4cbdc952f58b40c9ba1e533957d4ee9a989c91557ebe6c057b1f9a05e09 - 0.0% (2.17 KB)

[#008] sha256:5882f07a58b775f818946c171511d5cee9726cc0c76b1517ddd2559a6e87c90d - 0.0% (249 Bytes)

[#009] sha256:be369d8f6b61627b3553498a39f30c06ec77c57b00e80a61a8a0b1f3fd8f430c - 0.0% (215 Bytes)

[#010] sha256:07aa6855a1c99661cc0f2785e6c5135303ab74fdd70213646198adff72c17178 - 0.0% (7.61 KB)

[#011] sha256:df4d93d765350d14fd1d3f46d5d05ea7892a8b90409ff899db492b39398f51bf - 1.48% (2.39 MB)

[#012] sha256:d5a84921ca1db2003d8d5d92bf8381872e71e6d3c60e038ed4d5b4340cf7ffc2 - 13.04% (21.1 MB)

[#013] sha256:159e713d02d4af8e7b70989536514b2809b4526a204a162eec8921d526e0a12b - 0.0% (1.62 KB)

[#014] sha256:04fe503dfd4ef3baa815fafeef9412893be8e8b5abb35da53748f0801a7340af - 0.0% (368 Bytes)

[#015] sha256:fb567434122127e3d3f1cc3ab13c643e986c895735439548f4bfd7417bfeac43 - 0.0% (1.59 KB)


History
2020-04-23 00:20:32 UTC

/bin/sh -c #(nop) ADD file:9b8be2b52ee0fa31da1b6256099030b73546253a57e94cccb24605cd888bb74d in /

2020-04-23 00:20:32 UTC

/bin/sh -c #(nop) CMD ["bash"]

2020-04-23 16:34:10 UTC

/bin/sh -c set -eux; { echo 'Package: php*'; echo 'Pin: release *'; echo 'Pin-Priority: -1'; } > /etc/apt/preferences.d/no-debian-php

2020-04-23 16:34:11 UTC

/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c

2020-04-23 16:34:30 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/*

2020-04-23 16:34:31 UTC

/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php

2020-04-23 16:34:32 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

2020-04-23 16:45:18 UTC

/bin/sh -c #(nop) ENV PHP_EXTRA_CONFIGURE_ARGS=--enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi

2020-04-23 16:45:18 UTC

/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64

2020-04-23 16:45:18 UTC

/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64

2020-04-23 16:45:19 UTC

/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie

2020-04-23 18:07:06 UTC

/bin/sh -c #(nop) ENV GPG_KEYS=1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F

2020-04-23 18:07:06 UTC

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

2020-04-23 18:07:06 UTC

/bin/sh -c #(nop) ENV PHP_URL=https://www.php.net/get/php-7.2.30.tar.xz/from/this/mirror PHP_ASC_URL=https://www.php.net/get/php-7.2.30.tar.xz.asc/from/this/mirror

2020-04-23 18:07:06 UTC

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

2020-04-23 18:07:15 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

2020-04-23 18:07:15 UTC

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

2020-04-23 18:13:42 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

2020-04-23 18:13:43 UTC

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

2020-04-23 18:13:44 UTC

/bin/sh -c docker-php-ext-enable sodium

2020-04-23 18:13:44 UTC

/bin/sh -c { echo '#!/bin/sh'; echo 'exec pkg-config "$@" freetype2'; } > /usr/local/bin/freetype-config && chmod +x /usr/local/bin/freetype-config

2020-04-23 18:13:44 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]

2020-04-23 18:13:45 UTC

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

2020-04-23 18:13:45 UTC

/bin/sh -c set -eux; cd /usr/local/etc; if [ -d php-fpm.d ]; then sed 's!=NONE/!=!g' php-fpm.conf.default | tee php-fpm.conf > /dev/null; cp php-fpm.d/www.conf.default php-fpm.d/www.conf; else mkdir php-fpm.d; cp php-fpm.conf.default php-fpm.d/www.conf; { echo '[global]'; echo 'include=etc/php-fpm.d/*.conf'; } | tee php-fpm.conf; fi; { echo '[global]'; echo 'error_log = /proc/self/fd/2'; echo; echo '[www]'; echo '; if we send this to /proc/self/fd/1, it never appears'; echo 'access.log = /proc/self/fd/2'; echo; echo 'clear_env = no'; echo; echo '; Ensure worker stdout and stderr are sent to the main error log.'; echo 'catch_workers_output = yes'; } | tee php-fpm.d/docker.conf; { echo '[global]'; echo 'daemonize = no'; echo; echo '[www]'; echo 'listen = 9000'; } | tee php-fpm.d/zz-docker.conf

2020-04-23 18:13:46 UTC

/bin/sh -c #(nop) STOPSIGNAL SIGQUIT

2020-04-23 18:13:46 UTC

/bin/sh -c #(nop) EXPOSE 9000

2020-04-23 18:13:46 UTC

/bin/sh -c #(nop) CMD ["php-fpm"]

2020-04-29 21:32:11 UTC

/bin/sh -c #(nop) LABEL maintainer=Thomas Bruederli <[email protected]>

2020-04-29 21:39:45 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 zlib1g-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-04-29 21:39:45 UTC

/bin/sh -c #(nop) VOLUME [/var/roundcube/config]

2020-04-29 21:39:45 UTC

/bin/sh -c #(nop) VOLUME [/var/roundcube/db]

2020-04-29 21:39:46 UTC

/bin/sh -c #(nop) VOLUME [/var/www/html]

2020-04-29 21:39:46 UTC

/bin/sh -c #(nop) VOLUME [/tmp/roundcube-temp]

2020-04-29 21:39:46 UTC

/bin/sh -c #(nop) ENV ROUNDCUBEMAIL_VERSION=1.3.11

2020-04-29 21:40:19 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-04-29 21:40:22 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-04-29 21:40:22 UTC

/bin/sh -c #(nop) COPY file:3777b7e5b6407e76b83b9e0f78054fc4daee3d4af6530ef587e02a2daf847c8c in /usr/local/etc/php/conf.d/roundcube-defaults.ini

2020-04-29 21:40:22 UTC

/bin/sh -c #(nop) COPY file:d357fee36ddaf480d4251547fdc497400cb4ff853a6f951fbae58f0f66fa435a in /

2020-04-29 21:40:23 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]

2020-04-29 21:40:23 UTC

/bin/sh -c #(nop) CMD ["php-fpm"]