Sign inSign up

phpdockerio/site-php:2026-05-27-17-48-26-dfdef4b

Index digest

sha256:bfd5d02e43edf1aee7da1631ff1c153ac7a30516ddc0939e3cf491b3cad1f827

OS/ARCH

linux/amd64

Compressed size

77.06 MB

Last pushed

4 months by luispabon

Type

Image

Manifest digest

sha256:f5069dd3ce627a132c1980652e5fdab2cc7fd9d7249f6d5649bc7134adc34f47

Image Layers

1ARG RELEASE0 B
2ARG LAUNCHPAD_BUILD_ARCH0 B
3LABEL org.opencontainers.image.version=24.040 B
4ADD file ... in / 28.36 MB
5CMD ["/bin/bash"]0 B
6ENV TERM=linux0 B
7ENV DEBIAN_FRONTEND=noninteractive0 B
8RUN /bin/sh -c apt-get update28.56 MB
9COPY /usr/bin/composer /usr/bin/composer # buildkit772.19 KB
10CMD ["php" "-a"]0 B
11RUN /bin/sh -c apt-get update15.78 MB
12STOPSIGNAL SIGQUIT0 B
13COPY overrides.conf /etc/php/8.5/fpm/pool.d/z-overrides.conf # buildkit655 B
14CMD ["/usr/sbin/php-fpm8.5" "-O"]0 B
15EXPOSE [9000/tcp]0 B
16WORKDIR /application101 B
17ARG PHP_VERSION=8.50 B
18RUN |1 PHP_VERSION=8.5 /bin/sh -c793.91 KB
19ARG PHP_VERSION=8.50 B
20ENV APP_ENV=prod0 B
21ENV SYMFONY_ENV=prod0 B
22ENV APP_SECRET=0 B
23ENV GOOGLE_ANALYTICS=0 B
24COPY bin/console /application/bin/ # buildkit482 B
25COPY composer.* /application/ # buildkit20.52 KB
26RUN |1 PHP_VERSION=8.5 /bin/sh -c2.62 MB
27COPY infrastructure/php-fpm/php-ini-overrides.ini /etc/php/8.5/fpm/conf.d/z-overrides.ini # buildkit267 B
28COPY infrastructure/php-fpm/opcache-prod.ini /etc/php/8.5/fpm/conf.d/z-opcache.ini # buildkit676 B
29COPY infrastructure/php-fpm/php-fpm-pool-prod.conf /etc/php/8.5/fpm/pool.d/z-optimised.conf # buildkit326 B
30COPY config ./config # buildkit3.15 KB
31COPY src ./src # buildkit20.32 KB
32COPY templates ./templates # buildkit2.93 KB
33COPY public/index.php ./public/ # buildkit321 B
34RUN |1 PHP_VERSION=8.5 /bin/sh -c131 B
35RUN |1 PHP_VERSION=8.5 /bin/sh -c161.29 KB

Command

 ARG RELEASE