sha256:8df20392d6f8aab771283e0690d3becd8949539be403c1e39795411729d14224
OS/ARCH
linux/arm64
Compressed size
105.43 MB
Last pushed
2 months by kryshakm
Type
Image
Manifest digest
sha256:1b41e909ccfed08388f10bc8f0d8acfb12ea4b1e868d76e97377f7314407389b
Image Layers
1# debian.sh --arch 'arm64' out/28.75 MB2RUN /bin/sh -c groupadd --gid3.24 KB3ENV NODE_VERSION=26.5.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=52.49 MB5COPY docker-entrypoint.sh /usr/local/bin/ # buildkit447 B6ENTRYPOINT ["docker-entrypoint.sh"]0 B7CMD ["node"]0 B8WORKDIR /app93 B9RUN /bin/sh -c apt-get update21.66 MB10WORKDIR /app32 B11COPY src/app.mjs app.mjs # buildkit297 B12COPY src/modules modules # buildkit7.02 KB13COPY --chown=node:node /app/node_modules node_modules #2.52 MB14VOLUME [/app/store]0 B15RUN /bin/sh -c mkdir -p122 B16USER node0 B17ENTRYPOINT ["node" "app.mjs"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1783900800'