sha256:0af7215358f9fe0b966d2365d4129926a5b76fa86cd360b1436603b9f5c1fb48
OS/ARCH
linux/amd64
Compressed size
279.7 MB
Last pushed
over 1 year by io2060
Type
Image
Manifest digest
sha256:0af7215358f9fe0b966d2365d4129926a5b76fa86cd360b1436603b9f5c1fb48
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=22.16.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=46.68 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit446 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10RUN /bin/sh -c set -x143.45 MB11RUN /bin/sh -c corepack enable55.96 KB12WORKDIR /app93 B13COPY package.json package.json # buildkit1013 B14COPY pnpm-lock.yaml pnpm-lock.yaml # buildkit79.95 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.95 KB20VOLUME [/app/dist/config]0 B21CMD ["pnpm" "start"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1749513600'