sha256:f8c0ccfcbe7da263763a02a944637b92c7d02068ca8f579b607cdece2064806d
OS/ARCH
Compressed size
166.45 MB
Last pushed
6 months by sudohash
Type
Image
Manifest digest
sha256:e9f381ea0ba0075393e007bc8a62bcdb793e4a79d211fa09c0716668f84cff73
Image Layers
1# debian.sh --arch 'arm64' out/26.81 MB2RUN /bin/sh -c groupadd --gid3.24 KB3ENV NODE_VERSION=20.20.10 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=39.47 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit446 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10WORKDIR /app93 B11RUN /bin/sh -c apt-get update65.9 KB12ENV NODE_ENV=production0 B13COPY /app/node_modules ./node_modules # buildkit48.71 MB14COPY /app . # buildkit49.75 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 'arm64' out/ 'bookworm' '@1771804800'