Sign inSign up

adityadarma/alpine-php-nginx:7.4-mini

Multi-platform
Languages & frameworks
Developer tools
Web servers
Index digest

sha256:4aea41900e2450b4c8999ffd58ca9c52c8e134edfa470b7f5a917baa85873588

OS/ARCH

Compressed size

40.36 MB

Last pushed

2 months by adityadarma

Type

Image

Manifest digest

sha256:1a5f6292abfa27101083680d1689dfe202ad99533b13154c9e5870a4110fd5e4

Image Layers

1ADD file ... in / 2.7 MB
2CMD ["/bin/sh"]0 B
3ARG ALPINE_VERSION=3.150 B
4ARG PHP_VERSION=7.40 B
5ARG PHP_NUMBER=70 B
6ARG VARIANT=mini0 B
7ENV HOME=/home/nobody0 B
8ENV PHP_NUMBER=70 B
9ENV VALIDATE_TIMESTAMPS=10 B
10ENV REVALIDATE_FREQ=20 B
11ENV TZ=UTC0 B
12ENV WITH_QUEUE=false0 B
13ENV WITH_SCHEDULE=false0 B
14ENV WITH_VITE=false0 B
15ENV WITH_CRON=false0 B
16ENV MAX_BODY_SIZE=50m0 B
17ENV MAX_TIMEOUT=1200 B
18ENV APP_ROOT=/app/public0 B
19LABEL org.opencontainers.image.maintainer=Aditya Darma <[email protected]>0 B
20LABEL org.opencontainers.image.description=Lightweight Image for PHP.0 B
21LABEL org.opencontainers.image.os=Alpine Linux 3.150 B
22LABEL org.opencontainers.image.php=7.40 B
23RUN |4 ALPINE_VERSION=3.15 PHP_VERSION=7.4 PHP_NUMBER=736.86 MB
24COPY /usr/bin/composer /usr/bin/composer # buildkit812.75 KB
25COPY custom/www.conf /etc/php7/php-fpm.d/www.conf # buildkit1.08 KB
26COPY custom/php.ini /etc/php-ini.template # buildkit714 B
27COPY custom/nginx.conf /etc/nginx/nginx.conf.template # buildkit3 KB
28COPY custom/supervisord.conf /etc/supervisord.conf.template # buildkit467 B
29COPY custom/entrypoint.sh /entrypoint.sh # buildkit511 B
30COPY custom/crontab /etc/crontab-nobody # buildkit269 B
31COPY custom/nginx-logrotate.conf /etc/logrotate.d/nginx # buildkit312 B
32WORKDIR /app93 B
33RUN |4 ALPINE_VERSION=3.15 PHP_VERSION=7.4 PHP_NUMBER=77.16 KB
34USER nobody0 B
35EXPOSE [8000/tcp]0 B
36ENTRYPOINT ["/entrypoint.sh"]0 B

Command

ADD file:aa1af71c6b66d2dddee4797236e3e526f70f904ab641cc0dd6b41445cfedf9b4 in /