sha256:9f2dd3103f110eba429dc830b035f31393d6e791c60c9715a36b989e3f8520ef
OS/ARCH
Compressed size
570.33 MB
Last pushed
2 months by back295
Type
Image
Manifest digest
sha256:1aa36ceab5aa432661e155f845ec5b15bc112bf3dfce6104638f6cfb03afdd5d
Image Layers
1# debian.sh --arch 'amd64' out/26.93 MB2RUN /bin/sh -c set -eux;226 B3ENV PHPIZE_DEPS=autoconf dpkg-dev file g++0 B4RUN /bin/sh -c set -eux;99.51 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.21 MB10RUN /bin/sh -c a2dismod mpm_event433 B11RUN /bin/sh -c { echo487 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=39B641343D8C104B2B146DC3F9C39DC0B9698544 E60913E4DF209907D8E30D96659A97C9CF2A795A 1198C0117593497A5EC5C199286AF1F9897469DC0 B16ENV PHP_VERSION=8.2.310 B17ENV PHP_URL=https://www.php.net/distributions/php-8.2.31.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.2.31.tar.xz.asc0 B18ENV PHP_SHA256=95eae411d594fe6f6e5678b76645dc13ae47d3c0a5325c1d969b58dea56ee45a0 B19RUN /bin/sh -c set -eux;11.72 MB20COPY docker-php-source /usr/local/bin/ # buildkit489 B21RUN /bin/sh -c set -eux;10.9 MB22COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/ #2.4 KB23RUN /bin/sh -c docker-php-ext-enable opcache254 B24RUN /bin/sh -c docker-php-ext-enable sodium249 B25ENTRYPOINT ["docker-php-entrypoint"]0 B26STOPSIGNAL SIGWINCH0 B27COPY apache2-foreground /usr/local/bin/ # buildkit891 B28WORKDIR /var/www/html32 B29EXPOSE map[80/tcp:{}]0 B30CMD ["apache2-foreground"]0 B31LABEL vendor=Mautic0 B32LABEL maintainer=Mautic core team <>0 B33VOLUME [/var/www/html/config]0 B34VOLUME [/var/www/html/var/logs]0 B35VOLUME [/var/www/html/docroot/media/files]0 B36VOLUME [/var/www/html/docroot/media/images]0 B37ENV PHP_INI_VALUE_DATE_TIMEZONE=UTC PHP_INI_VALUE_MEMORY_LIMIT=512M PHP_INI_VALUE_UPLOAD_MAX_FILESIZE=512M PHP_INI_VALUE_POST_MAX_FILESIZE=512M0 B38ENV DOCKER_MAUTIC_WORKERS_CONSUME_EMAIL=2 DOCKER_MAUTIC_WORKERS_CONSUME_HIT=2 DOCKER_MAUTIC_WORKERS_CONSUME_FAILED=20 B39ENV DOCKER_MAUTIC_ROLE=mautic_web DOCKER_MAUTIC_RUN_MIGRATIONS=false DOCKER_MAUTIC_LOAD_TEST_DATA=false0 B40ENV DEBUG=false0 B41ARG FLAVOUR=apache0 B42ENV FLAVOUR=apache0 B43ENV APACHE_DOCUMENT_ROOT=/var/www/html/docroot0 B44COPY /usr/local/lib/php/extensions /usr/local/lib/php/extensions # buildkit624.04 KB45COPY /usr/local/etc/php/conf.d/ /usr/local/etc/php/conf.d/ # buildkit514 B46COPY /common/templates/php.ini /usr/local/etc/php/php.ini # buildkit472 B47COPY --chown=www-data:www-data /opt/mautic /var/www/html #63.42 MB48COPY --chmod=755 /common/startup/ /startup/ #1.99 KB49COPY --chown=www-data:www-data --chmod=755 /common/templates/ /templates/1.54 KB50COPY --chmod=755 /common/docker-entrypoint.sh /entrypoint.sh #857 B51COPY --chmod=755 /common/entrypoint_mautic_web.sh /entrypoint_mautic_web.sh #700 B52COPY --chmod=755 /common/entrypoint_mautic_cron.sh /entrypoint_mautic_cron.sh #508 B53COPY --chmod=755 /common/entrypoint_mautic_worker.sh /entrypoint_mautic_worker.sh #190 B54COPY /common/templates/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit485 B55COPY /usr/bin/composer /usr/bin/composer # buildkit803.21 KB56RUN |1 FLAVOUR=apache /bin/sh -c59.86 MB57RUN |1 FLAVOUR=apache /bin/sh -c83.1 MB58RUN |1 FLAVOUR=apache /bin/sh -c154.27 MB59RUN |1 FLAVOUR=apache /bin/sh -c8.07 KB60RUN |1 FLAVOUR=apache /bin/sh -c34.44 MB61WORKDIR /var/www/html/docroot32 B62ENTRYPOINT ["/entrypoint.sh"]0 B63ENV DOCKER_MAUTIC_WORKER_MEMORY_LIMIT=128M DOCKER_MAUTIC_WORKER_TIME_LIMIT=36000 B64RUN /bin/sh -c apt-get update449 B65COPY files/000-default.conf /etc/apache2/sites-available/000-default.conf # buildkit993 B66COPY files/entrypoint_mautic_web.sh /entrypoint_mautic_web.sh # buildkit1.32 KB67COPY files/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit537 B68WORKDIR /var/www/html32 B69RUN /bin/sh -c composer update4.63 MB70RUN /bin/sh -c composer require689.31 KB71RUN /bin/sh -c composer config3.77 KB72RUN /bin/sh -c rm -rf264.13 KB73COPY --chown=www-data:www-data files/5/plugins/DruidXPBundle /var/www/html/docroot/plugins/DruidXPBundle #4.14 KB74RUN /bin/sh -c test -f32 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1779062400'