sha256:db9af1d76e4a5d80145bc94ecdc4152044ea28ad4e43ad93e5990382bb7ff243
OS/ARCH
linux/amd64
Compressed size
3.8 GB
Last pushed
about 2 months by alexaprm
Type
Image
Manifest digest
sha256:db9af1d76e4a5d80145bc94ecdc4152044ea28ad4e43ad93e5990382bb7ff243
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=22.23.10 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=47.62 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 apt-get update133.35 MB11WORKDIR /app93 B12ARG HOME_DIR=/home/grok0 B13RUN |1 HOME_DIR=/home/grok /bin/sh -c3.42 GB14RUN |1 HOME_DIR=/home/grok /bin/sh -c86.16 MB15COPY --chown=grok:grok package.json package-lock.json* tsconfig.json3.62 KB16COPY --chown=grok:grok src ./src #28.59 KB17RUN |1 HOME_DIR=/home/grok /bin/sh -c94.59 MB18COPY --chown=grok:grok plugin /app/plugin #47.73 KB19RUN |1 HOME_DIR=/home/grok /bin/sh -c209 B20ENV CLAUDE_WORKSPACE=/workspace0 B21USER grok0 B22EXPOSE map[5355/tcp:{}]0 B23HEALTHCHECK &{["CMD-SHELL" "node -e \"fetch('http://127.0.0.1:5355/health').then(r=>r.ok?process.exit(0):process.exit(1)).catch(()=>process.exit(1))\""]0 B24CMD ["node" "dist/server.js"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1783900800'