sha256:d6c1813ef68b5d8b963184fe5a9c3fe1767539328b50bf5314661c97a8dda03b
OS/ARCH
Compressed size
113.24 MB
Last pushed
about 1 month by kryshakm
Type
Image
Manifest digest
sha256:1b75f5d720caa01911a392330df05cc003bb7f1960f22294251d32309af1f0d1
Image Layers
1# debian.sh --arch 'amd64' out/28.4 MB2RUN /bin/sh -c groupadd --gid3.24 KB3ENV NODE_VERSION=26.7.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=52.44 MB5COPY docker-entrypoint.sh /usr/local/bin/ # buildkit447 B6ENTRYPOINT ["docker-entrypoint.sh"]0 B7CMD ["node"]0 B8WORKDIR /app93 B9RUN /bin/sh -c apt-get update27.81 MB10WORKDIR /app32 B11COPY src/public public # buildkit27.13 KB12COPY src/app.mjs app.mjs # buildkit989 B13COPY src/modules modules # buildkit1.82 KB14COPY src/routes routes # buildkit1.34 KB15COPY --chown=node:node /app/node_modules node_modules #4.55 MB16USER node0 B17ENTRYPOINT ["node" "app.mjs"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1785715200'