sha256:61aa1575830d57790110aec9ebc8fbf1ba728288fc31d53f80f2f7ba1a127580
OS/ARCH
linux/amd64
Compressed size
279.7 MB
Last pushed
over 1 year by io2060
Type
Image
Manifest digest
sha256:61aa1575830d57790110aec9ebc8fbf1ba728288fc31d53f80f2f7ba1a127580
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.97 KB12WORKDIR /app93 B13COPY package.json package.json # buildkit1014 B14COPY pnpm-lock.yaml pnpm-lock.yaml # buildkit79.94 KB15RUN /bin/sh -c pnpm install60.81 MB16COPY ./src ./src # buildkit28.18 KB17COPY tsconfig.json tsconfig.json # buildkit289 B18COPY tsconfig.build.json tsconfig.build.json # buildkit505 B19RUN /bin/sh -c pnpm build50.93 KB20VOLUME [/app/dist/config]0 B21CMD ["pnpm" "start"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1749513600'