sha256:de76bd4a6eb0ac18d80314ae2b6886fbe9d33acaef7b2d5819f58a3e608ab8ce
OS/ARCH
linux/amd64
Compressed size
241.2 MB
Last pushed
8 months by thormail
Type
Image
Manifest digest
sha256:de76bd4a6eb0ac18d80314ae2b6886fbe9d33acaef7b2d5819f58a3e608ab8ce
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=24.11.10 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=46.81 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit445 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10WORKDIR /app93 B11RUN /bin/sh -c apt-get update3.36 MB12RUN /bin/sh -c groupadd -r1.22 KB13ENV EXTENSIONS_PATH=/app/extensions0 B14ENV BACKEND_PORT=40000 B15COPY --chown=thormail:thormail backend/ /app/backend/ #39.12 MB16COPY --chown=thormail:thormail worker/ /app/worker/ #38.54 MB17COPY --chown=thormail:thormail frontend/ /app/frontend/ #7.16 MB18COPY --chown=thormail:thormail entrypoint.sh /app/entrypoint.sh #468 B19RUN /bin/sh -c chmod +x77.65 MB20USER thormail0 B21EXPOSE map[3000/tcp:{}]0 B22EXPOSE map[4000/tcp:{}]0 B23VOLUME [/app/extensions]0 B24ENTRYPOINT ["/app/entrypoint.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1765152000'