v0.96.5-r1
sha256:746eaa9df763c284d1a8974eb2933793be4df362fa601b63d938d9fa4fd3bfd6
OS/ARCH
Compressed size
105.94 MB
Last pushed
about 2 months by kotlickya
Type
Image
Manifest digest
sha256:7552fd45d8c6a59c9b4aafba1a81651f4cfb5e2ff94ae627993599a989fad172
Image Layers
1# debian.sh --arch 'amd64' out/26.93 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=20.20.20 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=39.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 B10RUN /bin/sh -c apt-get update3.36 MB11WORKDIR /usr/src/app131 B12COPY /usr/src/app/node_modules node_modules # buildkit23.07 MB13COPY /usr/src/app/dist dist # buildkit113.34 KB14COPY package.json ./ # buildkit1.31 KB15ENV PG_META_PORT=80800 B16CMD ["node" "dist/server/server.js"]0 B17EXPOSE [8080/tcp]0 B18HEALTHCHECK &{["CMD-SHELL" "node -e \"fetch('http://localhost:8080/health').then((r)0 B19USER root0 B20WORKDIR /usr/src/app32 B21RUN /bin/sh -c apt-get update9.07 MB22RUN /bin/sh -c node -e2.26 MBCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1776729600'