sha256:33b97b32f674a1222dae43843f7f8c9f4b5cbdd959ffa3eb1b128644a614f7f9
OS/ARCH
linux/amd64
Compressed size
1.21 GB
Last pushed
over 1 year by jolestar
Type
Image
Manifest digest
sha256:33b97b32f674a1222dae43843f7f8c9f4b5cbdd959ffa3eb1b128644a614f7f9
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=23.3.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=47.08 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 npm install56.07 MB11WORKDIR /app93 B12COPY /app/package.json ./ # buildkit1.07 KB13COPY /app/pnpm-workspace.yaml ./ # buildkit194 B14COPY /app/.npmrc ./ # buildkit175 B15COPY /app/turbo.json ./ # buildkit394 B16COPY /app/node_modules ./node_modules # buildkit1.06 GB17COPY /app/agent ./agent # buildkit6.87 KB18COPY /app/packages ./packages # buildkit22.72 MB19COPY /app/scripts ./scripts # buildkit53.31 KB20COPY /app/characters ./characters # buildkit14.48 KB21CMD ["pnpm" "start" "--non-interactive"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1733097600'