Sign inSign up

dockervisor/composervisor:2022.04.12

Multi-platform
Integration & delivery
Monitoring & observability
Manifest digest

sha256:b7b96435787548a3d002786dcf54fe2e361a7678f49f3aa2995d8c5536a4d06e

OS/ARCH

Compressed size

260.55 MB

Last pushed

over 4 years by nadavtasher

Type

Image

Manifest digest

sha256:b7b96435787548a3d002786dcf54fe2e361a7678f49f3aa2995d8c5536a4d06e

Image Layers

1ADD file ... in / 30.59 MB
2CMD ["bash"]0 B
4LABEL description=Base image for the0 B
5EXPOSE map[80/tcp:{}]0 B
6EXPOSE map[443/tcp:{}]0 B
7RUN /bin/sh -c apt update14.4 MB
8RUN /bin/sh -c apt --yes33.87 MB
9COPY repositories/gpg/* /etc/apt/trusted.gpg.d/ # buildkit5.15 KB
10COPY repositories/apt/* /etc/apt/sources.list.d/ # buildkit304 B
11RUN /bin/sh -c apt update7.48 KB
12RUN /bin/sh -c apt --yes46.64 MB
13RUN /bin/sh -c rm /etc/apt/sources.list.d/*205 B
14RUN /bin/sh -c apt update353 B
15RUN /bin/sh -c mkdir /application107 B
16RUN /bin/sh -c mkdir /application/backend130 B
17RUN /bin/sh -c mkdir /application/frontend132 B
18ENV XDG_DATA_HOME=/etc0 B
19ENV XDG_CONFIG_HOME=/etc0 B
20COPY caddy/Caddyfile /etc/caddy/Caddyfile # buildkit503 B
21COPY supervisor/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit323 B
23LABEL description=Application image for the0 B
24WORKDIR /bin32 B
25COPY scripts/application application # buildkit196 B
26COPY scripts/console console # buildkit200 B
27RUN /bin/sh -c chmod +x249 B
28WORKDIR /application32 B
29COPY sources/backend backend # buildkit7.62 KB
30COPY sources/frontend frontend # buildkit33.18 KB
31CMD ["application"]0 B
32RUN /bin/sh -c apt update32 B
33RUN /bin/sh -c apt install38.1 MB
34RUN /bin/sh -c apt install96.86 MB
35COPY sources/ssh_config /etc/ssh/ssh_config # buildkit292 B
36COPY sources/backend backend # buildkit2.84 KB
37COPY sources/frontend frontend # buildkit14.37 KB

Command

ADD file:9f4d5bb9165f9bffcdff8554c3797e051a8262a9fbe7e1771fa7c8801679aed6 in /