sha256:f4c390ede69e84da9be0b01bdbe0f3d93d553e744941ade69483ad26604d53d2
OS/ARCH
Compressed size
248.5 MB
Last pushed
over 4 years by nadavtasher
Type
Image
Manifest digest
sha256:f4c390ede69e84da9be0b01bdbe0f3d93d553e744941ade69483ad26604d53d2
Image Layers
1ADD file ... in / 25.84 MB2CMD ["bash"]0 B4LABEL description=Base image for the0 B5EXPOSE map[80/tcp:{}]0 B6EXPOSE map[443/tcp:{}]0 B7RUN /bin/sh -c apt update14.39 MB8RUN /bin/sh -c apt --yes33.13 MB9COPY repositories/gpg/* /etc/apt/trusted.gpg.d/ # buildkit5.15 KB10COPY repositories/apt/* /etc/apt/sources.list.d/ # buildkit304 B11RUN /bin/sh -c apt update7.41 KB12RUN /bin/sh -c apt --yes43.73 MB13RUN /bin/sh -c rm /etc/apt/sources.list.d/*203 B14RUN /bin/sh -c apt update352 B15RUN /bin/sh -c mkdir /application107 B16RUN /bin/sh -c mkdir /application/backend131 B17RUN /bin/sh -c mkdir /application/frontend132 B18ENV XDG_DATA_HOME=/etc0 B19ENV XDG_CONFIG_HOME=/etc0 B20COPY caddy/Caddyfile /etc/caddy/Caddyfile # buildkit501 B21COPY supervisor/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit321 B23LABEL description=Application image for the0 B24WORKDIR /bin32 B25COPY scripts/application application # buildkit196 B26COPY scripts/console console # buildkit200 B27RUN /bin/sh -c chmod +x249 B28WORKDIR /application32 B29COPY sources/backend backend # buildkit7.63 KB30COPY sources/frontend frontend # buildkit33.18 KB31CMD ["application"]0 B32RUN /bin/sh -c apt update14.43 MB33RUN /bin/sh -c apt install34.26 MB34RUN /bin/sh -c apt install82.66 MB35COPY sources/ssh_config /etc/ssh/ssh_config # buildkit293 B36COPY sources/backend backend # buildkit2.85 KB37COPY sources/frontend frontend # buildkit14.34 KBCommand
ADD file:40f8f85dfe067715994df383e0981f8e8810df2d69e48a0350dcf7a947291b9a in /