sha256:018c0d3f793096b148bcecf690bde420f67781d19dbfd64c2bae0f65eed47efb
OS/ARCH
Compressed size
125.57 MB
Last pushed
over 4 years by nadavtasher
Type
Image
Manifest digest
sha256:018c0d3f793096b148bcecf690bde420f67781d19dbfd64c2bae0f65eed47efb
Image Layers
1ADD file ... in / 30.59 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.4 MB8RUN /bin/sh -c apt --yes33.87 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.48 KB12RUN /bin/sh -c apt --yes46.64 MB13RUN /bin/sh -c rm /etc/apt/sources.list.d/*205 B14RUN /bin/sh -c apt update353 B15RUN /bin/sh -c mkdir /application107 B16RUN /bin/sh -c mkdir /application/backend130 B17RUN /bin/sh -c mkdir /application/frontend132 B18ENV XDG_DATA_HOME=/etc0 B19ENV XDG_CONFIG_HOME=/etc0 B20COPY caddy/Caddyfile /etc/caddy/Caddyfile # buildkit503 B21COPY supervisor/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit323 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.62 KB30COPY sources/frontend frontend # buildkit33.18 KB31CMD ["application"]0 BCommand
ADD file:9f4d5bb9165f9bffcdff8554c3797e051a8262a9fbe7e1771fa7c8801679aed6 in /