sha256:8085f1463e6a46da04548afda3cf8c9117c715506670b97b8d51e0ee9ccd142f
OS/ARCH
Compressed size
949.31 MB
Last pushed
about 1 year by helicone
Type
Image
Manifest digest
sha256:8f7928f53f741230515a9357498b1fc0380705975ace9353a202a436f9a4f948
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=20.19.40 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=39.3 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 B10RUN /bin/sh -c apt-get update14.5 MB11WORKDIR /app93 B12COPY /app/package.json /app/yarn.lock ./ #266.7 KB13COPY /app/packages/ ./packages/ # buildkit301.91 KB14COPY /app/web/ ./web/ # buildkit290.31 MB15COPY /app/node_modules/ ./node_modules/ # buildkit543.65 MB16RUN /bin/sh -c chmod -R32.44 MB17CMD ["yarn" "--cwd" "web" "start"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1753056000'