Sign inSign up

lthn/server-php:dev

Multi-platform
Index digest

sha256:f0f58c557e63088a462217b9119cc1581c16fd640d7c5ae30e18d9e38c65d862

OS/ARCH

Compressed size

45.25 MB

Last pushed

8 months by snider

Type

Image

Manifest digest

sha256:846d4ee7dd57e9338a5a0ea0f61c9d4660b809f802650431db5663de9fad785c

Image Layers

1ADD alpine-minirootfs-3.22.3-x86_64.tar.gz / # buildkit3.63 MB
2CMD ["/bin/sh"]0 B
3ARG PHP_VERSION=840 B
4ENV PHP_VERSION=840 B
5ENV PHP_INI_DIR=/etc/php840 B
6ENV APP_ENV=production0 B
7LABEL maintainer=Snider <[email protected]>0 B
8LABEL org.opencontainers.image.source=https://github.com/host-uk/docker-server-php0 B
9LABEL org.opencontainers.image.description=Production-ready Alpine+Nginx+PHP-FPM base image0 B
10LABEL org.opencontainers.image.licenses=EUPL-1.20 B
11LABEL org.opencontainers.image.vendor=Host UK0 B
12LABEL org.opencontainers.image.title=Docker Server PHP0 B
13LABEL org.opencontainers.image.documentation=https://github.com/host-uk/docker-server-php0 B
14RUN |1 PHP_VERSION=84 /bin/sh -c41.47 MB
15RUN |1 PHP_VERSION=84 /bin/sh -c145 B
16WORKDIR /var/www/html131 B
17COPY --chown=nobody:nobody --chmod=755 /build /var/www/html8.97 KB
18COPY --chown=nobody:nobody --chmod=644 config/nginx.conf /etc/nginx/nginx.conf753 B
19COPY --chown=nobody:nobody --chmod=755 config/conf.d /etc/nginx/conf.d/2.46 KB
20COPY --chown=nobody:nobody --chmod=644 config/fpm-pool.conf.template /etc/php84/php-fpm.d/www.conf.template719 B
21COPY --chown=nobody:nobody --chmod=644 config/php.ini.template /etc/php84/conf.d/custom.ini.template301 B
22RUN |1 PHP_VERSION=84 /bin/sh -c139 B
23COPY --chmod=644 config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf #346 B
24COPY --chown=nobody:nobody --chmod=755 scripts/entrypoint.sh /usr/local/bin/entrypoint.sh512 B
25RUN |1 PHP_VERSION=84 /bin/sh -c31.78 KB
26USER nobody0 B
27EXPOSE [80/tcp]0 B
28HEALTHCHECK &{["CMD-SHELL" "curl --silent --fail0 B
29ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]0 B
30CMD ["/usr/bin/supervisord" "-c" "/etc/supervisor/conf.d/supervisord.conf"]0 B
31ARG PHP_VERSION=840 B
32ENV PHP_VERSION=840 B
33ENV PHP_INI_DIR=/etc/php840 B
34ENV APP_ENV=production0 B
35USER root0 B
36COPY --chmod=644 config/opcache-prod.ini /etc/php84/conf.d/10_opcache_prod.ini #334 B
37COPY --chmod=644 config/php-prod.ini /etc/php84/conf.d/60_production.ini #424 B
38COPY --chmod=644 config/nginx-performance.conf /etc/nginx/conf.d/performance.conf #549 B
39RUN |1 PHP_VERSION=84 /bin/sh -c106.83 KB
40RUN |1 PHP_VERSION=84 /bin/sh -c575 B
41USER nobody0 B
42HEALTHCHECK &{["CMD-SHELL" "curl --silent --fail0 B

Command

ADD alpine-minirootfs-3.22.3-x86_64.tar.gz / # buildkit