sha256:0db4457a22df22c11a60a94130b17a97baff85e202ed60a4ac400a603911d1dd
OS/ARCH
linux/amd64
Compressed size
71.72 MB
Last pushed
28 days by luispabon
Type
Image
Manifest digest
sha256:5b9cb821b070f7d6d75f5141b99278d30e3915107e31ac426edd31124da14e09
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.version=24.040 B4ADD file ... in / 28.37 MB5CMD ["/bin/bash"]0 B6ENV TERM=linux0 B7ENV DEBIAN_FRONTEND=noninteractive0 B8RUN /bin/sh -c apt-get update28.6 MB9COPY /usr/bin/composer /usr/bin/composer # buildkit812.76 KB10CMD ["php" "-a"]0 B11RUN /bin/sh -c apt-get update10.13 MB12STOPSIGNAL SIGQUIT0 B13COPY overrides.conf /etc/php/8.5/fpm/pool.d/z-overrides.conf # buildkit654 B14CMD ["/usr/sbin/php-fpm8.5" "-O"]0 B15EXPOSE [9000/tcp]0 B16WORKDIR /application101 B17ARG PHP_VERSION=8.50 B18RUN |1 PHP_VERSION=8.5 /bin/sh -c997.79 KB19ARG PHP_VERSION=8.50 B20ENV APP_ENV=prod0 B21ENV SYMFONY_ENV=prod0 B22ENV APP_SECRET=0 B23ENV GOOGLE_ANALYTICS=0 B24COPY bin/console /application/bin/ # buildkit482 B25COPY composer.* /application/ # buildkit20.66 KB26RUN |1 PHP_VERSION=8.5 /bin/sh -c2.65 MB27COPY infrastructure/php-fpm/php-ini-overrides.ini /etc/php/8.5/fpm/conf.d/z-overrides.ini # buildkit265 B28COPY infrastructure/php-fpm/opcache-prod.ini /etc/php/8.5/fpm/conf.d/z-opcache.ini # buildkit674 B29COPY infrastructure/php-fpm/php-fpm-pool-prod.conf /etc/php/8.5/fpm/pool.d/z-optimised.conf # buildkit323 B30COPY config ./config # buildkit3.16 KB31COPY src ./src # buildkit20.33 KB32COPY templates ./templates # buildkit2.93 KB33COPY public/index.php ./public/ # buildkit323 B34RUN |1 PHP_VERSION=8.5 /bin/sh -c131 B35RUN |1 PHP_VERSION=8.5 /bin/sh -c161.3 KBCommand
ARG RELEASE