sha256:9f60a5b951c13a2b673f9fb7ada57bbe1d8fc036f02f727e75488b2beccdc088
OS/ARCH
linux/amd64
Compressed size
232.71 MB
Last pushed
over 1 year by aprendendolinux
Type
Image
Manifest digest
sha256:9f60a5b951c13a2b673f9fb7ada57bbe1d8fc036f02f727e75488b2beccdc088
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c set -eux;226 B3ENV PHPIZE_DEPS=autoconf dpkg-dev file g++0 B4RUN /bin/sh -c set -eux;99.49 MB5ENV PHP_INI_DIR=/usr/local/etc/php0 B6RUN /bin/sh -c set -eux;225 B7ENV APACHE_CONFDIR=/etc/apache20 B8ENV APACHE_ENVVARS=/etc/apache2/envvars0 B9RUN /bin/sh -c set -eux;19.19 MB10RUN /bin/sh -c a2dismod mpm_event429 B11RUN /bin/sh -c { echo482 B12ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O20 B13ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O20 B14ENV PHP_LDFLAGS=-Wl,-O1 -pie0 B15ENV GPG_KEYS=528995BFEDFBA7191D46839EF9BA0ADA31CBD89E 39B641343D8C104B2B146DC3F9C39DC0B9698544 F1F692238FBC1666E5A5CCD4199F9DFEF6FFBAFD0 B16ENV PHP_VERSION=8.1.320 B17ENV PHP_URL=https://www.php.net/distributions/php-8.1.32.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.1.32.tar.xz.asc0 B18ENV PHP_SHA256=c582ac682a280bbc69bc2186c21eb7e3313cc73099be61a6bc1d2cd337cbf3830 B19RUN /bin/sh -c set -eux;11.47 MB20COPY docker-php-source /usr/local/bin/ # buildkit489 B21RUN /bin/sh -c set -eux;10.64 MB22COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/ #2.4 KB23RUN /bin/sh -c docker-php-ext-enable sodium246 B24ENTRYPOINT ["docker-php-entrypoint"]0 B25STOPSIGNAL SIGWINCH0 B26COPY apache2-foreground /usr/local/bin/ # buildkit890 B27WORKDIR /var/www/html32 B28EXPOSE map[80/tcp:{}]0 B29CMD ["apache2-foreground"]0 B31LABEL org.opencontainers.image.source=https://github.com/roundcube/roundcubemail-docker0 B32RUN /bin/sh -c apt-get update14.46 MB33RUN /bin/sh -c set -ex;44.26 MB34COPY /usr/bin/composer /usr/bin/composer # buildkit733 KB35RUN /bin/sh -c mv "$PHP_INI_DIR/php.ini-production"23.57 KB36COPY php.ini /usr/local/etc/php/conf.d/roundcube-defaults.ini # buildkit363 B37COPY --chmod=0755 docker-entrypoint.sh / #2.47 KB38ENV ROUNDCUBEMAIL_VERSION=1.6.100 B39ENV ROUNDCUBEMAIL_KEYID=F3E4 C04B B3DB 5D420 B40RUN /bin/sh -c set -ex;5.53 MB41ENTRYPOINT ["/docker-entrypoint.sh"]0 B42CMD ["apache2-foreground"]0 B43RUN /bin/sh -c apt-get update365 B44COPY docker-entrypoint.sh /docker-entrypoint.sh # buildkit4.65 KBCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1745798400'