Sign inSign up

druidfi/mautic:7.1.2

Multi-platform
Index digest

sha256:f9b44191dba4d82b3ce6443f2c608a1c0f9302d1c8cc8fc057e771c62941f0e0

OS/ARCH

Compressed size

599.44 MB

Last pushed

4 months by back295

Type

Image

Manifest digest

sha256:13875471531faf20d2705c16d1ad0d4abb07bf5d4707941d47bd4e337b5ff2b5

Image Layers

1# debian.sh --arch 'amd64' out/26.93 MB
2RUN /bin/sh -c set -eux;227 B
3ENV PHPIZE_DEPS=autoconf dpkg-dev file g++0 B
4RUN /bin/sh -c set -eux;99.51 MB
5ENV PHP_INI_DIR=/usr/local/etc/php0 B
6RUN /bin/sh -c set -eux;224 B
7ENV APACHE_CONFDIR=/etc/apache20 B
8ENV APACHE_ENVVARS=/etc/apache2/envvars0 B
9RUN /bin/sh -c set -eux;19.21 MB
10RUN /bin/sh -c a2dismod mpm_event427 B
11RUN /bin/sh -c { echo480 B
12ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O20 B
13ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O20 B
14ENV PHP_LDFLAGS=-Wl,-O1 -pie0 B
15ENV GPG_KEYS=1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA0 B
16ENV PHP_VERSION=8.3.310 B
17ENV PHP_URL=https://www.php.net/distributions/php-8.3.31.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.3.31.tar.xz.asc0 B
18ENV PHP_SHA256=66410cee07f4b2baeb0843140bb2a2b52ef930b5cf9b3d6e6d158b33aae8fa370 B
19RUN /bin/sh -c set -eux;12.14 MB
20COPY docker-php-source /usr/local/bin/ # buildkit489 B
21RUN /bin/sh -c set -eux;11.14 MB
22COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/ #2.4 KB
23RUN /bin/sh -c docker-php-ext-enable opcache249 B
24RUN /bin/sh -c docker-php-ext-enable sodium243 B
25ENTRYPOINT ["docker-php-entrypoint"]0 B
26STOPSIGNAL SIGWINCH0 B
27COPY apache2-foreground /usr/local/bin/ # buildkit888 B
28WORKDIR /var/www/html32 B
29EXPOSE map[80/tcp:{}]0 B
30CMD ["apache2-foreground"]0 B
31LABEL vendor=Mautic0 B
32LABEL maintainer=Mautic core team <>0 B
33VOLUME [/var/www/html/config]0 B
34VOLUME [/var/www/html/var/logs]0 B
35VOLUME [/var/www/html/docroot/media/files]0 B
36VOLUME [/var/www/html/docroot/media/images]0 B
37ENV 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 B
38ENV DOCKER_MAUTIC_WORKERS_CONSUME_EMAIL=2 DOCKER_MAUTIC_WORKERS_CONSUME_HIT=2 DOCKER_MAUTIC_WORKERS_CONSUME_FAILED=20 B
39ENV DOCKER_MAUTIC_ROLE=mautic_web DOCKER_MAUTIC_RUN_MIGRATIONS=false DOCKER_MAUTIC_LOAD_TEST_DATA=false0 B
40ENV DEBUG=false0 B
41ARG FLAVOUR=apache0 B
42ENV FLAVOUR=apache0 B
43ENV APACHE_DOCUMENT_ROOT=/var/www/html/docroot0 B
44COPY /usr/local/lib/php/extensions /usr/local/lib/php/extensions # buildkit629.73 KB
45COPY /usr/local/etc/php/conf.d/ /usr/local/etc/php/conf.d/ # buildkit508 B
46COPY /common/templates/php.ini /usr/local/etc/php/php.ini # buildkit471 B
47COPY --chown=www-data:www-data /opt/mautic /var/www/html #80.07 MB
48COPY --chmod=755 /common/startup/ /startup/ #1.99 KB
49COPY --chown=www-data:www-data --chmod=755 /common/templates/ /templates/1.54 KB
50COPY --chmod=755 /common/docker-entrypoint.sh /entrypoint.sh #857 B
51COPY --chmod=755 /common/entrypoint_mautic_web.sh /entrypoint_mautic_web.sh #701 B
52COPY --chmod=755 /common/entrypoint_mautic_cron.sh /entrypoint_mautic_cron.sh #508 B
53COPY --chmod=755 /common/entrypoint_mautic_worker.sh /entrypoint_mautic_worker.sh #190 B
54COPY /common/templates/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit486 B
55COPY /usr/bin/composer /usr/bin/composer # buildkit803.21 KB
56RUN |1 FLAVOUR=apache /bin/sh -c59.86 MB
57RUN |1 FLAVOUR=apache /bin/sh -c82.96 MB
58RUN |1 FLAVOUR=apache /bin/sh -c162.13 MB
59RUN |1 FLAVOUR=apache /bin/sh -c8.07 KB
60RUN |1 FLAVOUR=apache /bin/sh -c41.17 MB
61WORKDIR /var/www/html/docroot32 B
62ENTRYPOINT ["/entrypoint.sh"]0 B
63ENV DOCKER_MAUTIC_WORKER_MEMORY_LIMIT=128M DOCKER_MAUTIC_WORKER_TIME_LIMIT=36000 B
64RUN /bin/sh -c apt-get update450 B
65COPY files/000-default.conf /etc/apache2/sites-available/000-default.conf # buildkit993 B
66COPY files/entrypoint_mautic_web.sh /entrypoint_mautic_web.sh # buildkit1.32 KB
67COPY files/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit539 B
68WORKDIR /var/www/html32 B
69RUN /bin/sh -c composer update1.98 MB
70RUN /bin/sh -c composer require679.94 KB
71RUN /bin/sh -c composer audit2.15 KB
72RUN /bin/sh -c rm -rf264.11 KB
73COPY --chown=www-data:www-data files/7/plugins/DruidXPBundle /var/www/html/docroot/plugins/DruidXPBundle #4.13 KB
74RUN /bin/sh -c test -f32 B

Command

# debian.sh --arch 'amd64' out/ 'bookworm' '@1779062400'