reymonzakhary/php:8.4.0

Languages & frameworks
API management
Web servers
Index digest

sha256:953e865dfd1804136be18d516f883405b4243a3fdac90828b351216572c873e4

OS/ARCH

linux/arm64

Compressed size

368.89 MB

Last pushed

about 1 year by reymonzakhary

Type

Image

Manifest digest

sha256:5c9385f540e8429d7428aedf73dd9ec5032a6c72ca6fd82d5d43c6ba2756ee54

Image Layers

1ARG RELEASE0 B
2ARG LAUNCHPAD_BUILD_ARCH0 B
3LABEL org.opencontainers.image.ref.name=ubuntu0 B
4LABEL org.opencontainers.image.version=22.040 B
5ADD file ... in / 26.09 MB
6CMD ["/bin/bash"]0 B
7LABEL maintainer=Reymon Zakhary <[email protected]>0 B
8ENV DEBIAN_FRONTEND=noninteractive0 B
9ENV PHP_VERSION=8.40 B
10RUN /bin/sh -c apt-get update215.86 MB
11RUN /bin/sh -c add-apt-repository ppa:ondrej/php38.26 MB
12RUN /bin/sh -c curl -fsSL28.87 KB
13RUN /bin/sh -c apt-get update81.11 MB
14RUN /bin/sh -c pecl install6.81 MB
15RUN /bin/sh -c curl -sS734.74 KB
16RUN /bin/sh -c pip3 install8.54 KB
17COPY ./config/php.ini /etc/php/8.4/fpm/php.ini # buildkit357 B
18COPY ./config/www.conf /etc/php/8.4/fpm/pool.d/www.conf # buildkit361 B
19COPY ./config/nginx.conf /etc/nginx/nginx.conf # buildkit450 B
20COPY ./config/12.v-host.conf /etc/nginx/conf.d/default.conf # buildkit1.53 KB
21COPY ./config/12.supervisord.conf /etc/supervisor/supervisord.conf # buildkit1.18 KB
22RUN /bin/sh -c rm -f177 B
23RUN /bin/sh -c mkdir -p836 B
24EXPOSE map[80/tcp:{} 9001/tcp:{}]0 B
25WORKDIR /var/www32 B
26CMD ["/usr/bin/supervisord" "-n" "-c" "/etc/supervisor/supervisord.conf"]0 B

Command

 ARG RELEASE