Sign inSign up

webhood/template:2022.04.12

Multi-platform
Manifest digest

sha256:599c2d5db5bbcd83941dd2550fe7c989e4aa965498cfcdeec666e72f4fa8c406

OS/ARCH

Compressed size

123.04 MB

Last pushed

over 4 years by nadavtasher

Type

Image

Manifest digest

sha256:599c2d5db5bbcd83941dd2550fe7c989e4aa965498cfcdeec666e72f4fa8c406

Image Layers

1ADD file ... in / 29.56 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.17 MB
8RUN /bin/sh -c apt --yes33.85 MB
9COPY repositories/gpg/* /etc/apt/trusted.gpg.d/ # buildkit5.15 KB
10COPY repositories/apt/* /etc/apt/sources.list.d/ # buildkit301 B
11RUN /bin/sh -c apt update7.49 KB
12RUN /bin/sh -c apt --yes45.4 MB
13RUN /bin/sh -c rm /etc/apt/sources.list.d/*203 B
14RUN /bin/sh -c apt update352 B
15RUN /bin/sh -c mkdir /application107 B
16RUN /bin/sh -c mkdir /application/backend131 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 # buildkit501 B
21COPY supervisor/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit322 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.63 KB
30COPY sources/frontend frontend # buildkit33.18 KB
31CMD ["application"]0 B

Command

ADD file:61df7bec74d9075e832c1ce32833b9ade23b730259350e059cd6f5e71dae9535 in /