reymonzakhary/backend:d1b1730

Manifest digest

sha256:40c1a9e40b3212d46da110e54c96fdf1a1772b8c318f71ca990a21286d1677d0

OS/ARCH

linux/amd64

Compressed size

439.55 MB

Last pushed

24 days by reymonzakhary

Type

Image

Manifest digest

sha256:40c1a9e40b3212d46da110e54c96fdf1a1772b8c318f71ca990a21286d1677d0

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 update221.39 MB
11RUN /bin/sh -c add-apt-repository ppa:ondrej/php44.03 MB
12RUN /bin/sh -c curl -fsSL30.29 KB
13RUN /bin/sh -c apt-get update81.84 MB
14RUN /bin/sh -c pecl install6.98 MB
15RUN /bin/sh -c curl -sS735.12 KB
16RUN /bin/sh -c pip3 install8.56 KB
17COPY ./config/php.ini /etc/php/8.4/fpm/php.ini # buildkit366 B
18COPY ./config/www.conf /etc/php/8.4/fpm/pool.d/www.conf # buildkit369 B
19COPY ./config/nginx.conf /etc/nginx/nginx.conf # buildkit449 B
20COPY ./config/12.v-host.conf /etc/nginx/conf.d/default.conf # buildkit1.52 KB
21COPY ./config/12.supervisord.conf /etc/supervisor/supervisord.conf # buildkit1.18 KB
22RUN /bin/sh -c rm -f178 B
23RUN /bin/sh -c mkdir -p846 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
27USER root0 B
28RUN /bin/sh -c mkdir -p92 B
29RUN /bin/sh -c grep -rl50.22 MB
30WORKDIR /var/www32 B
31RUN /bin/sh -c groupadd -r32 B
32RUN /bin/sh -c useradd -r32 B
33COPY . . # buildkit2.07 MB
34RUN /bin/sh -c mkdir -p2.07 MB
35RUN /bin/sh -c chmod -R2.02 MB
36RUN /bin/sh -c (crontab -l389 B
37EXPOSE map[80/tcp:{} 8080/tcp:{}]0 B
38CMD ["/usr/bin/supervisord" "-n" "-c" "/etc/supervisor/supervisord.conf"]0 B

Command

 ARG RELEASE