sha256:f432764fe1e2dac54d91aeddefc8a5927069da620500dd78ed5467a2fccda987
OS/ARCH
linux/amd64
Compressed size
279.77 MB
Last pushed
about 1 year by io2060
Type
Image
Manifest digest
sha256:f432764fe1e2dac54d91aeddefc8a5927069da620500dd78ed5467a2fccda987
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=22.17.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=46.75 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit448 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10RUN /bin/sh -c set -x143.45 MB11RUN /bin/sh -c corepack enable56.11 KB12WORKDIR /app93 B13COPY package.json package.json # buildkit1013 B14COPY pnpm-lock.yaml pnpm-lock.yaml # buildkit79.94 KB15RUN /bin/sh -c pnpm install60.8 MB16COPY ./src ./src # buildkit28.18 KB17COPY tsconfig.json tsconfig.json # buildkit290 B18COPY tsconfig.build.json tsconfig.build.json # buildkit506 B19RUN /bin/sh -c pnpm build50.93 KB20VOLUME [/app/dist/config]0 B21CMD ["pnpm" "start"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1749513600'