sha256:e620117dec4cc07a8ebe22baff929086036b00c5a932297484e6622a4c5080d0
OS/ARCH
Compressed size
334.68 MB
Last pushed
3 months by raulcnadal
Type
Image
Manifest digest
sha256:5b66b7ba47fed10c6c46d47b1e46f68ec81a7afbd950d09a9b9bf09ba7172481
Image Layers
1# debian.sh --arch 'amd64' out/28.4 MB2RUN /bin/sh -c set -eux;226 B3ENV PHPIZE_DEPS=autoconf dpkg-dev file g++0 B4RUN /bin/sh -c set -eux;112.38 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;4.03 MB10RUN /bin/sh -c a2dismod mpm_event430 B11RUN /bin/sh -c { echo483 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.300 B17ENV PHP_URL=https://www.php.net/distributions/php-8.3.30.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.3.30.tar.xz.asc0 B18ENV PHP_SHA256=67f084d36852daab6809561a7c8023d130ca07fc6af8fb040684dd1414934d480 B19RUN /bin/sh -c set -eux;12.18 MB20COPY docker-php-source /usr/local/bin/ # buildkit486 B21RUN /bin/sh -c set -eux;11.17 MB22COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/ #2.4 KB23RUN /bin/sh -c docker-php-ext-enable opcache248 B24RUN /bin/sh -c docker-php-ext-enable sodium243 B25ENTRYPOINT ["docker-php-entrypoint"]0 B26STOPSIGNAL SIGWINCH0 B27COPY apache2-foreground /usr/local/bin/ # buildkit889 B28WORKDIR /var/www/html32 B29EXPOSE map[80/tcp:{}]0 B30CMD ["apache2-foreground"]0 B31RUN /bin/sh -c apt-get update71.56 MB32RUN /bin/sh -c ARCH="$(dpkg --print-architecture)"1.25 MB33COPY /usr/bin/composer /usr/bin/composer # buildkit772.2 KB34COPY docker/entrypoint.sh /entrypoint.sh # buildkit3.07 KB35COPY docker/vhost.conf /etc/apache2/sites-available/000-default.conf # buildkit549 B36COPY docker/php.ini /usr/local/etc/php/conf.d/app.ini # buildkit679 B37RUN /bin/sh -c chmod +x352 B38WORKDIR /var/www/html32 B39COPY composer.json composer.lock* ./ #1.17 KB40RUN /bin/sh -c composer install54.21 MB41COPY . . # buildkit18.3 MB42RUN /bin/sh -c mkdir -p18.79 MB43RUN /bin/sh -c mkdir -p1.63 MB44EXPOSE [80/tcp]0 B45VOLUME [/var/www/html/storage]0 B46ENTRYPOINT ["/entrypoint.sh"]0 B47CMD ["apache2-foreground"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1776729600'