Sign inSign up

akeb/nginx-php-fpm-7.2:v1.0.6

Multi-platform
Index digest

sha256:f4cd87899e138ba73690e52b20981a7e695b38d33711d6859151edf1572575ae

OS/ARCH

Compressed size

341.07 MB

Last pushed

11 months by akeb

Type

Image

Manifest digest

sha256:505f6c7d775a5d1b91ea0ec712e0e30a23d63fa301d5ab5b86a893130f77a1f2

Image Layers

1ADD file ... in / 27.8 MB
2CMD ["bash"]0 B
3ENV TZ=UTC0 B
4WORKDIR /app92 B
5USER root0 B
6RUN /bin/sh -c apt-get clean5.51 MB
7RUN /bin/sh -c curl -sSLo2.12 KB
8RUN /bin/sh -c apt-get update197.32 MB
9RUN /bin/sh -c mkdir -p101 B
10CMD ["/bin/bash" "-c" "cron;/bin/bash"]0 B
11ARG PHP_VERSION=7.20 B
12ENV PHP_VERSION=7.20 B
13RUN |1 PHP_VERSION=7.2 /bin/sh -c47.97 MB
14RUN |1 PHP_VERSION=7.2 /bin/sh -c138 B
15RUN |1 PHP_VERSION=7.2 /bin/sh -c135 B
16COPY php-fpm.conf /etc/php/7.2/fpm/php-fpm.conf # buildkit572 B
17COPY 00-env.ini /etc/php/7.2/fpm/conf.d/00-env.ini # buildkit241 B
18COPY 00-env.ini /etc/php/7.2/cli/conf.d/00-env.ini # buildkit243 B
19COPY root_ca.crt /usr/local/share/ca-certificates/ # buildkit1.22 KB
20COPY logrotate/php-fpm /etc/logrotate.d/ # buildkit379 B
21RUN |1 PHP_VERSION=7.2 /bin/sh -c122.35 KB
22RUN |1 PHP_VERSION=7.2 /bin/sh -c735.39 KB
23CMD ["/bin/bash" "-c" "cron;/run_on_start.sh;php-fpm${PHP_VERSION} -F"]0 B
24EXPOSE [9000/tcp]0 B
25ENV PHP_VERSION=7.20 B
26RUN /bin/sh -c mkdir -p140 B
27RUN /bin/sh -c apt-get update5.46 MB
28COPY nginx.conf /etc/nginx/nginx.conf # buildkit552 B
29COPY default.conf /etc/nginx/conf.d/default.conf # buildkit508 B
30COPY geoip_update.sh /etc/cron.weekly/geoip_update # buildkit1.73 KB
31COPY geoip_update.sh /root/geoip_update.sh # buildkit1.71 KB
32COPY GeoIP*.dat /usr/share/GeoIP/ # buildkit19.24 MB
33COPY logrotate/nginx /etc/logrotate.d/ # buildkit309 B
34RUN /bin/sh -c mkdir -p184 B
35RUN /bin/sh -c mkdir -p32 B
36RUN /bin/sh -c chmod +x36.93 MB
37CMD ["/bin/bash" "-c" "cron;nginx -g0 B
38EXPOSE [80/tcp]0 B
39EXPOSE [443/tcp]0 B

Command

ADD file:5f9954090af042b377ea0d1d184faa64d2e9d4c946b6c3898d52aff47e764056 in /