sha256:b08952dd94a1db8da1ced4290a7dd4e9910c750bd7f0f543226f1586c9be3cf1
OS/ARCH
linux/amd64
Compressed size
84.12 MB
Last pushed
6 months by countly
Type
Image
Manifest digest
sha256:ab1869a442f93c05bfd72239d9863746992db22a11164d12bd5fa946731fd355
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.06 KB11WORKDIR /app93 B12COPY package.json package-lock.json* ./ #19.26 KB13RUN /bin/sh -c npm ci8.18 MB14COPY src/ src/ # buildkit82.81 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'