reymonzakhary/ubuntu:p8.4.0

Multi-platform
Index digest

sha256:9ba5d5792b53a818a4ab3e237024eb9a851749d77ee9973b4d4ec39a389c0f8f

OS/ARCH

Compressed size

382.69 MB

Last pushed

10 months by reymonzakhary

Type

Image

Manifest digest

sha256:ec0295add903e7301f9aff60353c8288ffa5943865cce3079de39c906152b2c7

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 / 28.17 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 update220.49 MB
11RUN /bin/sh -c add-apt-repository ppa:ondrej/php44.69 MB
12RUN /bin/sh -c curl -fsSL30.92 KB
13RUN /bin/sh -c apt-get update81.59 MB
14RUN /bin/sh -c pecl install6.98 MB
15RUN /bin/sh -c curl -sS735.12 KB
16RUN /bin/sh -c pip3 install8.57 KB
17COPY ./config/php.ini /etc/php/8.4/fpm/php.ini # buildkit361 B
18COPY ./config/www.conf /etc/php/8.4/fpm/pool.d/www.conf # buildkit364 B
19COPY ./config/nginx.conf /etc/nginx/nginx.conf # buildkit450 B
20COPY ./config/v-host.conf /etc/nginx/conf.d/default.conf # buildkit1.75 KB
21COPY ./config/supervisord.conf /etc/supervisor/supervisord.conf # buildkit1.65 KB
22RUN /bin/sh -c rm -f182 B
23RUN /bin/sh -c mkdir -p848 B
24EXPOSE &{[{{125 0} {125 0}}]0 B
25WORKDIR /var/www32 B
26CMD ["/usr/bin/supervisord" "-n" "-c" "/etc/supervisor/supervisord.conf"]0 B

Command

 ARG RELEASE