sha256:f38f39c68da53d27d826a6d5172ad0000cd62dd7124a4c9f7960163c63c006ff
OS/ARCH
Compressed size
118.48 MB
Last pushed
about 2 months by treyster
Type
Image
Manifest digest
sha256:9239c36d0c814240daa828d2005fef1ebde11735f7a3fc3388e6a626d2bf9e57
Image Layers
1# debian.sh --arch 'amd64' out/26.93 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=20.20.20 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=39.5 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit447 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10LABEL org.opencontainers.image.title=SMSHog org.opencontainers.image.description=MailHog-style SMS capture0 B11WORKDIR /app92 B12COPY backend/package*.json ./backend/ # buildkit14.74 KB13RUN /bin/sh -c apt-get update32.34 MB14COPY backend/ ./backend/ # buildkit4.74 MB15COPY /app/ui/dist /ui # buildkit50.4 KB16COPY metadata.json /metadata.json # buildkit265 B17COPY docker-compose.yaml /docker-compose.yaml # buildkit242 B18COPY smshog.svg /smshog.svg # buildkit644 B19RUN /bin/sh -c apt-get update1013.26 KB20COPY entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit557 B21RUN /bin/sh -c chmod +x12.28 MB22ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1776729600'