reymonzakhary/backend:2ff42bf

Manifest digest

sha256:20ee5767c7417b97bc1e7bdeadc4893307713fc6e7f76b8db368528d687aa20a

OS/ARCH

linux/amd64

Compressed size

384.61 MB

Last pushed

about 1 year by reymonzakhary

Type

Image

Manifest digest

sha256:20ee5767c7417b97bc1e7bdeadc4893307713fc6e7f76b8db368528d687aa20a

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
9RUN /bin/sh -c apt-get update234.36 MB
10RUN /bin/sh -c apt-key adv1.35 KB
11RUN /bin/sh -c add-apt-repository ppa:ondrej/php460.22 KB
12RUN /bin/sh -c apt-get install35.38 MB
13RUN /bin/sh -c pecl install7.03 MB
14RUN /bin/sh -c curl -sS724.28 KB
15RUN /bin/sh -c curl -fsSL47.18 MB
16RUN /bin/sh -c apt-get install6.73 MB
17RUN /bin/sh -c apt-get install4.53 MB
18RUN /bin/sh -c apt-get install11.91 MB
19RUN /bin/sh -c apt-get install2.53 MB
20COPY ./config/php.ini /etc/php/8.3/fpm/php.ini # buildkit360 B
21COPY ./config/www.conf /etc/php/8.3/fpm/pool.d/www.conf # buildkit364 B
22COPY ./config/nginx.conf /etc/nginx/nginx.conf # buildkit447 B
23COPY ./config/v-host2.conf /etc/nginx/conf.d/default.conf # buildkit1.52 KB
24COPY ./config/supervisord.conf /etc/supervisor/supervisord.conf # buildkit1.21 KB
25RUN /bin/sh -c rm -f174 B
26RUN /bin/sh -c mkdir -p789 B
27RUN /bin/sh -c mkdir -p158 B
28EXPOSE map[80/tcp:{} 9001/tcp:{}]0 B
29WORKDIR /var/www32 B
30CMD ["/usr/bin/supervisord" "-n" "-c" "/etc/supervisor/supervisord.conf"]0 B
31USER root0 B
32WORKDIR /var/www32 B
33RUN /bin/sh -c groupadd -r32 B
34RUN /bin/sh -c useradd -r32 B
35COPY . . # buildkit1.82 MB
36RUN /bin/sh -c mkdir -p1.82 MB
37RUN /bin/sh -c chmod -R2 MB
38RUN /bin/sh -c (crontab -l391 B
39EXPOSE map[80/tcp:{}]0 B
40CMD ["/usr/bin/supervisord" "-n" "-c" "/etc/supervisor/supervisord.conf"]0 B

Command

 ARG RELEASE