Sign inSign up

phpdockerio/site-php:2026-08-09-01-46-39-a17cd95

Index digest

sha256:1339f77812ad20debb44695b63779f78e606b2bb3f174925e2dae60f10b3f85e

OS/ARCH

linux/amd64

Compressed size

73.99 MB

Last pushed

about 2 months by luispabon

Type

Image

Manifest digest

sha256:de9a49dad8f8531c0865e33595c95bfe8544cb9e19aa20e6363ff3fe6a9f7d52

Image Layers

1ARG RELEASE0 B
2ARG LAUNCHPAD_BUILD_ARCH0 B
3LABEL org.opencontainers.image.version=24.040 B
4ADD file ... in / 28.37 MB
5CMD ["/bin/bash"]0 B
6ENV TERM=linux0 B
7ENV DEBIAN_FRONTEND=noninteractive0 B
8RUN /bin/sh -c apt-get update30.87 MB
9COPY /usr/bin/composer /usr/bin/composer # buildkit812.76 KB
10CMD ["php" "-a"]0 B
11RUN /bin/sh -c apt-get update10.13 MB
12STOPSIGNAL SIGQUIT0 B
13COPY overrides.conf /etc/php/8.5/fpm/pool.d/z-overrides.conf # buildkit656 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 -c997.8 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/ # buildkit484 B
25COPY composer.* /application/ # buildkit20.66 KB
26RUN |1 PHP_VERSION=8.5 /bin/sh -c2.65 MB
27COPY infrastructure/php-fpm/php-ini-overrides.ini /etc/php/8.5/fpm/conf.d/z-overrides.ini # buildkit265 B
28COPY infrastructure/php-fpm/opcache-prod.ini /etc/php/8.5/fpm/conf.d/z-opcache.ini # buildkit674 B
29COPY infrastructure/php-fpm/php-fpm-pool-prod.conf /etc/php/8.5/fpm/pool.d/z-optimised.conf # buildkit322 B
30COPY config ./config # buildkit3.16 KB
31COPY src ./src # buildkit20.32 KB
32COPY templates ./templates # buildkit2.93 KB
33COPY public/index.php ./public/ # buildkit323 B
34RUN |1 PHP_VERSION=8.5 /bin/sh -c131 B
35RUN |1 PHP_VERSION=8.5 /bin/sh -c161.3 KB

Command

 ARG RELEASE