sha256:d1ef445f6d2070da4a78ae3400d5172c6f5aa3e5cd896abccd51a23a899421e9
OS/ARCH
Compressed size
273.74 MB
Last pushed
over 1 year by back295
Type
Image
Manifest digest
sha256:b697f11020b2e0bcc3da250185fc189dadbf7e9e825e1e38e0485cf17a8388f2
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;226 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_event435 B11RUN /bin/sh -c { echo485 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.210 B17ENV PHP_URL=https://www.php.net/distributions/php-8.3.21.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.3.21.tar.xz.asc0 B18ENV PHP_SHA256=4dfb329f209a552c3716394fc123bb62e80a468b55ce27fc8cb0fd5f30b9dcd60 B19RUN /bin/sh -c set -eux;12.11 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 sodium244 B24ENTRYPOINT ["docker-php-entrypoint"]0 B25STOPSIGNAL SIGWINCH0 B26COPY apache2-foreground /usr/local/bin/ # buildkit891 B27WORKDIR /var/www/html32 B28EXPOSE map[80/tcp:{}]0 B29CMD ["apache2-foreground"]0 B30COPY /usr/local/lib/php/extensions /usr/local/lib/php/extensions # buildkit1.72 MB31COPY /usr/local/etc/php/conf.d/ /usr/local/etc/php/conf.d/ # buildkit538 B32COPY --chown=www-data:www-data /opt/mautic /var/www/html #62.46 MB33RUN /bin/sh -c apt-get update40.7 MB34ENV 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 B35COPY ./common/php.ini /usr/local/etc/php/php.ini # buildkit402 B36ENV APACHE_DOCUMENT_ROOT=/var/www/html/docroot0 B37RUN /bin/sh -c sed -ri2.85 KB38RUN /bin/sh -c sed -ri5.52 KB39RUN /bin/sh -c a2enmod rewrite309 B40COPY ./common/docker-entrypoint.sh /entrypoint.sh # buildkit257 B41COPY ./common/entrypoint_mautic_web.sh /entrypoint_mautic_web.sh # buildkit907 B42COPY ./common/entrypoint_mautic_cron.sh /entrypoint_mautic_cron.sh # buildkit1.14 KB43COPY ./common/entrypoint_mautic_worker.sh /entrypoint_mautic_worker.sh # buildkit328 B44RUN chmod +x /entrypoint.sh /entrypoint_mautic_web.sh1.98 KB45ENV DOCKER_MAUTIC_WORKERS_CONSUME_EMAIL=2 DOCKER_MAUTIC_WORKERS_CONSUME_HIT=2 DOCKER_MAUTIC_WORKERS_CONSUME_FAILED=20 B46COPY ./common/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit489 B47VOLUME [/var/www/html/config]0 B48VOLUME [/var/www/html/var/logs]0 B49VOLUME [/var/www/html/docroot/media]0 B50WORKDIR /var/www/html/docroot32 B51ENV DOCKER_MAUTIC_ROLE=mautic_web DOCKER_MAUTIC_RUN_MIGRATIONS=false DOCKER_MAUTIC_LOAD_TEST_DATA=false0 B52ENTRYPOINT ["/entrypoint.sh"]0 B53CMD ["apache2-foreground"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1745798400'