sha256:7c429661b32c76d912106982a6cf3ac54029f031930f7fa3bf3b82aba10e69b3
OS/ARCH
Compressed size
150.15 MB
Last pushed
7 months by sudohash
Type
Image
Manifest digest
sha256:8a0f0a0de43d7e0c78583a6fcd76669bd2fb1e0650acc2aa4525b3e29e7bb780
Image Layers
1# debian.sh --arch 'armhf' out/22.83 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=20.20.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=35.35 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit450 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10WORKDIR /app91 B11RUN /bin/sh -c apt-get update65.22 KB12ENV NODE_ENV=production0 B13COPY /app/node_modules ./node_modules # buildkit45.64 MB14COPY /app . # buildkit44.63 MB15RUN /bin/sh -c mkdir -p32 B16USER node0 B17HEALTHCHECK &{["CMD-SHELL" "node -e \"require('http').get('http://localhost:3060/api/health',0 B18LABEL org.opencontainers.image.title=Holidays API org.opencontainers.image.description=Holiday information0 B19EXPOSE [3060/tcp]0 B20ENTRYPOINT ["/sbin/dumb-init" "--"]0 B21CMD ["node" "server.js"]0 BCommand
# debian.sh --arch 'armhf' out/ 'bookworm' '@1769990400'