sha256:63af9844a09f692693bbcf7cbcafbfa42972e3f653357f6ede01b60ee828169e
OS/ARCH
Compressed size
417.11 MB
Last pushed
about 1 year by srsolutions
Type
Image
Manifest digest
sha256:e914157e03b116f83299f34948adc4418ca9119011a59e2a744b12b65e98c29e
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c set -eux;224 B3ENV PHPIZE_DEPS=autoconf dpkg-dev file g++0 B4RUN /bin/sh -c set -eux;99.5 MB5ENV PHP_INI_DIR=/usr/local/etc/php0 B6RUN /bin/sh -c set -eux;223 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_event427 B11RUN /bin/sh -c { echo480 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=1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA0 B16ENV PHP_VERSION=8.3.230 B17ENV PHP_URL=https://www.php.net/distributions/php-8.3.23.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.3.23.tar.xz.asc0 B18ENV PHP_SHA256=08be64700f703bca6ff1284bf1fdaffa37ae1b9734b6559f8350248e8960a6db0 B19RUN /bin/sh -c set -eux;12.12 MB20COPY docker-php-source /usr/local/bin/ # buildkit489 B21RUN /bin/sh -c set -eux;11.12 MB22COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/ #2.4 KB23RUN /bin/sh -c docker-php-ext-enable opcache250 B24RUN /bin/sh -c docker-php-ext-enable sodium244 B25ENTRYPOINT ["docker-php-entrypoint"]0 B26STOPSIGNAL SIGWINCH0 B27COPY apache2-foreground /usr/local/bin/ # buildkit893 B28WORKDIR /var/www/html32 B29EXPOSE map[80/tcp:{}]0 B30CMD ["apache2-foreground"]0 B31RUN /bin/sh -c apt-get update246.62 MB32RUN /bin/sh -c curl -SL126.73 KB33RUN /bin/sh -c sed -i1.49 KB34RUN /bin/sh -c docker-php-ext-configure ldap806.25 KB35RUN /bin/sh -c a2enmod 377 B36RUN /bin/sh -c curl -sS736.72 KB37ENV ILIAS_WWW_PATH=/var/www/html0 B38ENV ILIAS_DATA_PATH=/var/www/html/public/data0 B39ENV ILIAS_ILIASDATA_PATH=/var/iliasdata/ilias0 B40RUN /bin/sh -c mkdir -p136 B41VOLUME [/var/iliasdata/ilias]0 B42RUN /bin/sh -c mkdir -p187 B43VOLUME [/var/www/html/public/data]0 B44COPY docker-ilias-entrypoint /usr/local/bin/docker-ilias-entrypoint # buildkit2.75 KB45RUN /bin/sh -c sed -i890 B46ENTRYPOINT ["docker-ilias-entrypoint"]0 B47CMD ["apache2-foreground"]0 B48EXPOSE map[80/tcp:{}]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1751241600'