sha256:aa905254a7d37571cb6e44d08c35970900474002bee0909b867acbf1db615491
OS/ARCH
Compressed size
82.38 MB
Last pushed
about 1 month by mcpmanager
Type
Image
Manifest digest
sha256:956eb9948b844b129fb2d604bdedb3dca098b90367b11e70a81753bafa2903ac
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=22.23.20 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=47.62 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 B10RUN /bin/sh -c apt-get update3.37 MB11WORKDIR /app93 B12COPY /app/package.json ./ # buildkit673 B13COPY /app/node_modules ./node_modules # buildkit2.82 MB14COPY /app/dist ./dist # buildkit6.67 KB15ENV PORT=80800 B16EXPOSE [8080/tcp]0 B17ENTRYPOINT ["node" "dist/index.js"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1785715200'