sha256:64a0dd8f73e79980b2d0b863d116f804abe53525250604504bd79242f03ec125
OS/ARCH
Compressed size
312.39 MB
Last pushed
9 days by cyanautomation
Type
Image
Manifest digest
sha256:b6697d577e8f7f2c41bfb7f1af2239173efd4a056d6d974d20e18fbe6c82401b
Image Layers
1# debian.sh --arch 'arm64' out/26.81 MB2RUN /bin/sh -c groupadd --gid3.24 KB3ENV NODE_VERSION=24.21.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=48.49 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit449 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10RUN /bin/sh -c apt-get update110.91 MB11ENV HOME=/tmp/kaseki-home NPM_CONFIG_CACHE=/tmp/npm-cache npm_config_cache=/tmp/npm-cache PI_CODING_AGENT_DIR=/tmp/pi-agent0 B12COPY /usr/local/lib/node_modules /usr/local/lib/node_modules # buildkit29.85 MB13COPY /usr/local/bin/pi /usr/local/bin/pi # buildkit379 B14COPY /opt/kaseki/pi-extensions /opt/kaseki/pi-extensions # buildkit2.14 KB15COPY /opt/kaseki/workspace-cache/default/node_modules /opt/kaseki/workspace-cache/default/node_modules # buildkit207 B16WORKDIR /app93 B17COPY /app/package.json /app/package-lock.json /app/ #102.44 KB18COPY /app/Dockerfile /app/.dockerignore /app/README.md /app/CLAUDE.md26.03 KB19COPY /app/kaseki /app/run-kaseki.sh /app/kaseki-agent.sh ./126.89 KB20COPY /app/templates ./templates # buildkit8.91 KB21COPY /app/ops ./ops # buildkit260 B22COPY /app/scripts ./scripts # buildkit167.36 KB23COPY /app/docker ./docker # buildkit531 B24COPY /app/dist ./dist # buildkit764.37 KB25COPY /app/lib ./lib # buildkit179.37 KB26COPY /app/node_modules ./node_modules # buildkit93.02 MB27RUN /bin/sh -c mkdir -p336.94 KB28RUN /bin/sh -c empty_events="$(mktemp)" 32 B29RUN /bin/sh -c git config170 B30WORKDIR /workspace32 B31USER kaseki0 B32ENTRYPOINT ["/usr/bin/tini" "--" "/usr/local/bin/kaseki-entrypoint"]0 B33CMD ["agent"]0 B34HEALTHCHECK {Test:[CMD-SHELL test -f /results/stdout.log0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1787529600'