| Image | Cmd | Size |
| ad87bce1226 |
apache2-foreground |
1.4 MB |
| 6966a7ccdd7 |
CMD ["apache2-foreground"] |
0 B |
| 9bab84fc840 |
ENTRYPOINT ["/docker-entrypoint.sh"] |
0 B |
| b179e534735 |
COPY docker-entrypoint.sh / # buildkit |
2 KB |
| 9daefd9ac65 |
COPY php.ini /usr/local/etc/php/conf.d/roundcube-defaults.ini # buildkit |
366 B |
| 830f961ac73 |
RUN /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 # buildkit |
2 KB |
| 9673f8b2b9e |
RUN /bin/sh -c set -ex; fetchDeps="gnupg dirmngr locales libc-l10n"; 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"; curl -fSL https://roundcube.net/download/pubkey.asc -o /tmp/pubkey.asc; LC_ALL=C.UTF-8 gpg -n --show-keys --with-fingerprint --keyid-format=long /tmp/pubkey.asc | if [ $(grep -c -o 'Key fingerprint') != 1 ]; then echo 'The key file should contain only one GPG key'; exit 1; fi; LC_ALL=C.UTF-8 gpg -n --show-keys --with-fingerprint --keyid-format=long /tmp/pubkey.asc | if [ $(grep -c -o "${ROUNDCUBEMAIL_KEYID}") != 1 ]; then echo 'The key ID should be the roundcube one'; exit 1; fi; gpg --batch --import /tmp/pubkey.asc; rm /tmp/pubkey.asc; gpg --batch --verify roundcubemail.tar.gz.asc roundcubemail.tar.gz; gpgconf --kill all; mkdir /usr/src/roundcubemail; tar -xf roundcubemail.tar.gz -C /usr/src/roundcubemail --strip-components=1 --no-same-owner; rm -r "$GNUPGHOME" roundcubemail.tar.gz.asc roundcubemail.tar.gz; rm -rf /usr/src/roundcubemail/installer; chown -R www-data:www-data /usr/src/roundcubemail/logs # buildkit |
30.1 MB |
| 3b0e4a89600 |
ENV ROUNDCUBEMAIL_KEYID=F3E4 C04B B3DB 5D42 15C4 5F7F 5AB2 BAA1 41C4 F7D5 |
0 B |
| c59a93bd121 |
ENV ROUNDCUBEMAIL_VERSION=1.5.2 |
0 B |
| 55d6e1b5d28 |
VOLUME [/tmp/roundcube-temp] |
0 B |
| 3fdd5c26542 |
VOLUME [/var/www/html] |
0 B |
| 7af2322fa01 |
VOLUME [/var/roundcube/db] |
0 B |
| 08c57712379 |
VOLUME [/var/roundcube/config] |
0 B |
| 26046a172cc |
RUN /bin/sh -c a2enmod rewrite # buildkit |
311 B |
| 68651086209 |
COPY /usr/bin/composer /usr/bin/composer # buildkit |
574 KB |
| ce1eba19641 |
RUN /bin/sh -c set -ex; apt-get update; apt-get install -y --no-install-recommends aspell aspell-en rsync ; rm -rf /var/lib/apt/lists/* # buildkit |
3.5 MB |
| 9d45e98c08e |
RUN /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 libmagickwand-dev libpng-dev libpq-dev libsqlite3-dev libzip-dev libpspell-dev libonig-dev libldap-common ; debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; docker-php-ext-configure gd --with-jpeg --with-freetype; docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch"; docker-php-ext-install exif gd intl ldap pdo_mysql pdo_pgsql pdo_sqlite zip pspell ; pecl install imagick redis; docker-php-ext-enable imagick opcache redis; 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/* # buildkit |
17.5 MB |
| 68d60244e36 |
LABEL maintainer=Thomas Bruederli |
0 B |
| 41f8d22c7fe |
/bin/sh -c #(nop) CMD ["apache2-foreground"] |
0 B |
| 80b288e9b7b |
/bin/sh -c #(nop) EXPOSE 80 |
0 B |
| 0b187d090b9 |
/bin/sh -c #(nop) WORKDIR /var/www/html |
0 B |
| 2545b9a304f |
/bin/sh -c #(nop) COPY file:e3123fcb6566efa979f945bfac1c94c854a559d7b82723e42118882a8ac4de66 in /usr/local/bin/ |
893 B |
| a0fdfcda1c1 |
/bin/sh -c #(nop) STOPSIGNAL SIGWINCH |
0 B |
| 41ac6e09678 |
/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"] |
0 B |
| 335e8e623ac |
/bin/sh -c docker-php-ext-enable sodium |
247 B |
| 0bf5d2ba58c |
/bin/sh -c #(nop) COPY multi:ee8b9bb4e448c5d38508b40a8ace77d14cf000229390e687b6d467283c9826e6 in /usr/local/bin/ |
2 KB |
| ecfec90c685 |
/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends apache2-dev libargon2-dev libcurl4-openssl-dev libonig-dev libreadline-dev libsodium-dev libsqlite3-dev libssl-dev libxml2-dev zlib1g-dev ; 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 --with-pic --enable-ftp --enable-mbstring --enable-mysqlnd --with-password-argon2 --with-sodium=shared --with-pdo-sqlite=/usr --with-sqlite3=/usr --with-curl --with-openssl --with-readline --with-zlib --with-pear $(test "$gnuArch" = 's390x-linux-gnu' &&
echo '--without-pcre-jit') --with-libdir="lib/$debMultiarch" --disable-cgi --with-apxs2 ; make -j "$(nproc)"; find -type f -name '*.a' -delete; make install; find /usr/local -type f -perm '/0111' -exec sh -euxc ' strip --strip-all "$@" || : ' -- '{}' + ; 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; rm -rf /var/lib/apt/lists/*; pecl update-channels; rm -rf /tmp/pear ~/.pearrc; php --version |
13.9 MB |
| 788cc04e803 |
/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/ |
494 B |
| 381423595ab |
/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_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 keyserver.ubuntu.com --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 |
10.8 MB |
| deb47de3eaa |
/bin/sh -c #(nop) ENV PHP_SHA256=3f8b937310f155822752229c2c2feb8cc2621e25a728e7b94d0d74c128c43d0c |
0 B |
| 9acbafe4fe4 |
/bin/sh -c #(nop) ENV PHP_URL=https://www.php.net/distributions/php-7.4.27.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-7.4.27.tar.xz.asc |
0 B |
| 8ba328ec8bb |
/bin/sh -c #(nop) ENV PHP_VERSION=7.4.27 |
0 B |
| 94020ff409d |
/bin/sh -c #(nop) ENV GPG_KEYS=42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC910DEB46F53EA312 |
0 B |
| af82fca62e0 |
/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie |
0 B |
| aba2405d3b0 |
/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 |
0 B |
| fa7943a9540 |
/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 |
0 B |
| 204a6b3b5c5 |
/bin/sh -c { echo ''; echo '\tSetHandler application/x-httpd-php'; echo ''; echo; echo 'DirectoryIndex disabled'; echo 'DirectoryIndex index.php index.html'; echo; echo ''; echo '\tOptions -Indexes'; echo '\tAllowOverride All'; echo ''; } | tee "$APACHE_CONFDIR/conf-available/docker-php.conf" &&
a2enconf docker-php |
513 B |
| 39a4a52d96f |
/bin/sh -c a2dismod mpm_event &&
a2enmod mpm_prefork |
476 B |
| a267df93aa9 |
/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" |
19.2 MB |
| cdc2c1becd3 |
/bin/sh -c #(nop) ENV APACHE_ENVVARS=/etc/apache2/envvars |
0 B |
| 8bee5fdac2e |
/bin/sh -c #(nop) ENV APACHE_CONFDIR=/etc/apache2 |
0 B |
| 53cfafde856 |
/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 |
271 B |
| d5ceb72eaa1 |
/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php |
0 B |
| a2fb16c6b06 |
/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/* |
91.6 MB |
| 35573751a04 |
/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c |
0 B |
| 0be8e8fa842 |
/bin/sh -c set -eux; { echo 'Package: php*'; echo 'Pin: release *'; echo 'Pin-Priority: -1'; } > /etc/apt/preferences.d/no-debian-php |
228 B |
| 10cd49441c0 |
/bin/sh -c #(nop) CMD ["bash"] |
0 B |
| 8c94257c6b1 |
/bin/sh -c #(nop) ADD file:09675d11695f65c55efdc393ff0cd32f30194cd7d0fbef4631eebfed4414ac97 in / |
31.4 MB |