sha256:6ba30fb4fc6145b9dc5dc898ff523583abd6879e42e635f54bd344523f95c0cf
OS/ARCH
Compressed size
233.66 MB
Last pushed
19 days by vineethnkrishnan
Type
Image
Manifest digest
sha256:a9ca3ab209a924cbd09da60fbcf2b8a8fa3ff11ba276b1a0904067d66743726e
Image Layers
1# debian.sh --arch 'arm64' out/26.81 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=22.23.20 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=47.74 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 B11ENV NODE_ENV=production0 B12COPY package.json package-lock.json ./ #136.5 KB13RUN /bin/sh -c npm ci157.22 MB14COPY /app/dist ./dist # buildkit119.16 KB15COPY .docker/entrypoint.sh ./entrypoint.sh # buildkit290 B16RUN /bin/sh -c chmod +x32 B17EXPOSE [3000/tcp]0 B18CMD ["./entrypoint.sh"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1787529600'