sha256:3cc3d5c544c193ba3452eb2b8861853a60d4cfe9848406bbc7e6f8fc8c871a77
OS/ARCH
linux/amd64
Compressed size
77.64 MB
Last pushed
3 months by luispabon
Type
Image
Manifest digest
sha256:42986e1c171e8afa6fe2668ee9cce628b3c77f1cff343cc2c110c09468158b68
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.version=24.040 B4ADD file ... in / 28.36 MB5CMD ["/bin/bash"]0 B6ENV TERM=linux0 B7ENV DEBIAN_FRONTEND=noninteractive0 B8RUN /bin/sh -c apt-get update28.63 MB9COPY /usr/bin/composer /usr/bin/composer # buildkit804.02 KB10CMD ["php" "-a"]0 B11RUN /bin/sh -c apt-get update16.27 MB12STOPSIGNAL SIGQUIT0 B13COPY overrides.conf /etc/php/8.5/fpm/pool.d/z-overrides.conf # buildkit658 B14CMD ["/usr/sbin/php-fpm8.5" "-O"]0 B15EXPOSE [9000/tcp]0 B16WORKDIR /application99 B17ARG PHP_VERSION=8.50 B18RUN |1 PHP_VERSION=8.5 /bin/sh -c794.19 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/ # buildkit481 B25COPY composer.* /application/ # buildkit20.52 KB26RUN |1 PHP_VERSION=8.5 /bin/sh -c2.62 MB27COPY infrastructure/php-fpm/php-ini-overrides.ini /etc/php/8.5/fpm/conf.d/z-overrides.ini # buildkit266 B28COPY infrastructure/php-fpm/opcache-prod.ini /etc/php/8.5/fpm/conf.d/z-opcache.ini # buildkit677 B29COPY infrastructure/php-fpm/php-fpm-pool-prod.conf /etc/php/8.5/fpm/pool.d/z-optimised.conf # buildkit326 B30COPY config ./config # buildkit3.15 KB31COPY src ./src # buildkit20.32 KB32COPY templates ./templates # buildkit2.92 KB33COPY public/index.php ./public/ # buildkit320 B34RUN |1 PHP_VERSION=8.5 /bin/sh -c129 B35RUN |1 PHP_VERSION=8.5 /bin/sh -c161.31 KBCommand
ARG RELEASE