sha256:7779c18926354e4db14f998a7f24625d7c10c46b631ae51dc6351005ed0aa0f0
OS/ARCH
Compressed size
77.18 MB
Last pushed
5 days by sllwakeup
Type
Image
Manifest digest
sha256:454b05b4171c04cf214de06fd70d00eba430c6af3674614c8e52181bde8fb2d7
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c groupadd --gid3.24 KB3ENV NODE_VERSION=24.21.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=48.5 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit447 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10ENV NODE_ENV=production NODE_RUNNER_HOST=0.0.0.0 NODE_RUNNER_PORT=87870 B11LABEL org.opencontainers.image.title=IoT Node Runner org.opencontainers.image.description=Standalone0 B12WORKDIR /app93 B13COPY --chown=node:node /app/node_modules ./node_modules #106.35 KB14COPY --chown=node:node package.json package-lock.json ./2.46 KB15COPY --chown=node:node runtime.mjs server.mjs worker.mjs6.42 KB16USER node0 B17EXPOSE [8787/tcp]0 B18HEALTHCHECK {Test:[CMD node -e const0 B19STOPSIGNAL SIGTERM0 B20CMD ["node" "server.mjs"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1787529600'