Sign inSign up

agstr/nginx:php

Multi-platform
Index digest

sha256:e845c4594fbb0e808ab38cb97166958771d3f6a04b081e7087f838f8421bd4a2

OS/ARCH

Compressed size

41.53 MB

Last pushed

over 1 year by agstr

Type

Image

Manifest digest

sha256:fc140cc7d708b38df4f8675b099e5eb2fa8a508c99944527390caa4623259a09

Image Layers

1ADD alpine-minirootfs-3.21.2-x86.tar.gz / # buildkit3.3 MB
2CMD ["/bin/sh"]0 B
3LABEL Maintainer=agstr0 B
4LABEL Description=NGINX-PHP Mini Web Server0 B
5WORKDIR /var/www/html131 B
6EXPOSE map[22/tcp:{}]0 B
7EXPOSE map[80/tcp:{}]0 B
8RUN /bin/sh -c apk --update38.22 MB
9RUN /bin/sh -c echo 'PasswordAuthentication1.6 KB
10COPY conf/start.sh /app/start.sh # buildkit431 B
11RUN /bin/sh -c chmod +x429 B
12COPY conf/nginx.conf /etc/nginx/nginx.conf # buildkit1.29 KB
13COPY conf/fpm-pool.conf /etc/php82/php-fpm.d/www.conf # buildkit1.34 KB
14COPY conf/php.ini /etc/php82/conf.d/custom.ini # buildkit261 B
15COPY --chown=nginx src /var/www/html/ #198 B
16RUN /bin/sh -c chown -R183 B
17COPY conf/startup /startup # buildkit174 B
18COPY conf/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit383 B
19CMD ["/usr/bin/supervisord" "-c" "/etc/supervisor/conf.d/supervisord.conf"]0 B

Command

ADD alpine-minirootfs-3.21.2-x86.tar.gz / # buildkit