sha256:c712a0d707e9e20b924f21a055066f5471d213e38706f0fe52709ee2806ad8d8
OS/ARCH
Compressed size
94.98 MB
Last pushed
over 1 year by jacoblincool
Type
Image
Manifest digest
sha256:2fa9326d68d7ebeb91d86dc082f06e686d4cf7bfd59afb840fd3cf4d82f34b19
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c groupadd --gid3.24 KB3ENV NODE_VERSION=22.14.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=46.08 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit448 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10WORKDIR /app93 B11COPY /app/dist ./dist # buildkit46.26 KB12COPY /app/package.json ./ # buildkit680 B13COPY /app/pnpm-lock.yaml ./ # buildkit18.38 KB14RUN /bin/sh -c npm install20.28 MB15ENV NODE_ENV=production0 B16CMD ["node" "--enable-source-maps" "dist/index.js"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1743984000'