sha256:16b3abac44ee690962b7d02a7ed8d4518c8697bf05455ac1e7375f4a20205185
OS/ARCH
linux/amd64
Compressed size
84.12 MB
Last pushed
5 months by countly
Type
Image
Manifest digest
sha256:03e227c1d6ee3f2025a61f7cb38c28a25471a5fea4bd442f8652e6977f01eb24
Image Layers
1# debian.sh --arch 'amd64' out/26.93 MB2RUN /bin/sh -c groupadd --gid3.24 KB3ENV NODE_VERSION=25.9.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=46.9 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit445 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10RUN /bin/sh -c apt-get update387.05 KB11WORKDIR /app90 B12COPY package.json package-lock.json* ./ #19.25 KB13RUN /bin/sh -c npm ci8.18 MB14COPY src/ src/ # buildkit82.54 KB15USER node0 B16ENV NODE_ENV=production0 B17EXPOSE [8080/tcp]0 B18ENTRYPOINT ["tini" "--"]0 B19CMD ["node" "--experimental-strip-types" "--expose-gc" "--max-old-space-size=4096"0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1773619200'