sha256:9b7c8c7b8feb6a4ac4199f9c36481f3c483cfe0cb75cf327165406ee42d2a3b9
OS/ARCH
linux/amd64
Compressed size
91.12 MB
Last pushed
about 2 months by rockchin
Type
Image
Manifest digest
sha256:43a175827d59717f4021bd627564faf617426d8d141b625b720dce445ecf74ca
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=24.18.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=48 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 B11ARG GIT_REVISION=2c4a74537ec0cee0a4a18641dbb7b59da28178030 B12LABEL org.opencontainers.image.revision=2c4a74537ec0cee0a4a18641dbb7b59da28178030 B13ENV NODE_ENV=production PORT=3310 HOST=0.0.0.00 B14COPY /app/node_modules ./node_modules # buildkit11.47 MB15COPY /app/dist ./dist # buildkit3.08 MB16COPY /app/package.json ./package.json # buildkit1.3 KB17EXPOSE [3310/tcp]0 B18CMD ["node" "dist/server.js"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1783900800'