sha256:d543c1da03bb7b833070cd0ecfac9c0088fbf6360180ddf927827af26cec7590
OS/ARCH
linux/arm64
Compressed size
105.45 MB
Last pushed
about 2 months by kryshakm
Type
Image
Manifest digest
sha256:1b43bd9e6c64de3f11481a4b3d0e8ef4e0c8422b752640472156ff5d243a8965
Image Layers
1# debian.sh --arch 'arm64' out/28.75 MB2RUN /bin/sh -c groupadd --gid3.24 KB3ENV NODE_VERSION=26.5.10 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=52.49 MB5COPY docker-entrypoint.sh /usr/local/bin/ # buildkit445 B6ENTRYPOINT ["docker-entrypoint.sh"]0 B7CMD ["node"]0 B8WORKDIR /app91 B9RUN /bin/sh -c apt-get update21.67 MB10WORKDIR /app32 B11COPY src/app.mjs app.mjs # buildkit298 B12COPY src/modules modules # buildkit7.73 KB13COPY --chown=node:node /app/node_modules node_modules #2.53 MB14VOLUME [/app/store]0 B15RUN /bin/sh -c mkdir -p164 B16USER node0 B17ENTRYPOINT ["node" "app.mjs"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1783900800'