sha256:d6fae77ad8d9d81da6e1712a04a5f0d607229822df126a2eebc1f1066f512bb7
OS/ARCH
Compressed size
1.02 GB
Last pushed
4 months by lihaixin
Type
Image
Manifest digest
sha256:53c8d2bf175c4b524c17b3f0eb2b2556de687b464e2f768aa3bc172cc1b00ce2
Image Layers
1# debian.sh --arch 'amd64' out/26.93 MB2RUN /bin/sh -c groupadd --gid3.24 KB3ENV NODE_VERSION=24.14.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=46.97 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit447 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10ARG OPENCLAW_NODE_BOOKWORM_SLIM_DIGEST=sha256:e8e2e91b1378f83c5b2dd15f0247f34110e2fe895f6ca7719dbb780f929368eb0 B11LABEL org.opencontainers.image.base.name=docker.io/library/node:24-bookworm-slim org.opencontainers.image.base.digest=sha256:e8e2e91b1378f83c5b2dd15f0247f34110e2fe895f6ca7719dbb780f929368eb0 B12ARG OPENCLAW_BUNDLED_PLUGIN_DIR=extensions0 B13LABEL org.opencontainers.image.source=https://github.com/openclaw/openclaw org.opencontainers.image.url=https://openclaw.ai org.opencontainers.image.documentation=https://docs.openclaw.ai/install/docker org.opencontainers.image.licenses=MIT0 B14WORKDIR /app92 B15RUN |2 OPENCLAW_NODE_BOOKWORM_SLIM_DIGEST=sha256:e8e2e91b1378f83c5b2dd15f0247f34110e2fe895f6ca7719dbb780f929368eb OPENCLAW_BUNDLED_PLUGIN_DIR=extensions /bin/sh44.79 MB16RUN |2 OPENCLAW_NODE_BOOKWORM_SLIM_DIGEST=sha256:e8e2e91b1378f83c5b2dd15f0247f34110e2fe895f6ca7719dbb780f929368eb OPENCLAW_BUNDLED_PLUGIN_DIR=extensions /bin/sh95 B17COPY --chown=node:node /app/dist ./dist #11.41 MB18COPY --chown=node:node /app/node_modules ./node_modules #501.6 MB19COPY --chown=node:node /app/package.json . #14.14 KB20COPY --chown=node:node /app/pnpm-workspace.yaml . #1.17 KB21COPY --chown=node:node /app/patches ./patches #1.27 KB22COPY --chown=node:node /app/openclaw.mjs . #3.56 KB23COPY --chown=node:node /app/extensions ./extensions #8.97 MB24COPY --chown=node:node /app/skills ./skills #96.82 KB25COPY --chown=node:node /app/docs ./docs #8.62 MB26COPY --chown=node:node /app/qa ./qa #82.99 KB27ENV COREPACK_HOME=/usr/local/share/corepack0 B28RUN |2 OPENCLAW_NODE_BOOKWORM_SLIM_DIGEST=sha256:e8e2e91b1378f83c5b2dd15f0247f34110e2fe895f6ca7719dbb780f929368eb OPENCLAW_BUNDLED_PLUGIN_DIR=extensions /bin/sh4.11 MB29ARG OPENCLAW_DOCKER_APT_PACKAGES=0 B30RUN |3 OPENCLAW_NODE_BOOKWORM_SLIM_DIGEST=sha256:e8e2e91b1378f83c5b2dd15f0247f34110e2fe895f6ca7719dbb780f929368eb OPENCLAW_BUNDLED_PLUGIN_DIR=extensions OPENCLAW_DOCKER_APT_PACKAGES=32 B31ARG OPENCLAW_INSTALL_BROWSER=0 B32ENV PLAYWRIGHT_BROWSERS_PATH=/home/node/.cache/ms-playwright0 B33RUN |4 OPENCLAW_NODE_BOOKWORM_SLIM_DIGEST=sha256:e8e2e91b1378f83c5b2dd15f0247f34110e2fe895f6ca7719dbb780f929368eb OPENCLAW_BUNDLED_PLUGIN_DIR=extensions OPENCLAW_DOCKER_APT_PACKAGES=32 B34ARG OPENCLAW_INSTALL_DOCKER_CLI=0 B35ARG OPENCLAW_DOCKER_GPG_FINGERPRINT=9DC858229FC7DD38854AE2D88D81803C0EBFCD880 B36RUN |6 OPENCLAW_NODE_BOOKWORM_SLIM_DIGEST=sha256:e8e2e91b1378f83c5b2dd15f0247f34110e2fe895f6ca7719dbb780f929368eb OPENCLAW_BUNDLED_PLUGIN_DIR=extensions OPENCLAW_DOCKER_APT_PACKAGES=32 B37RUN |6 OPENCLAW_NODE_BOOKWORM_SLIM_DIGEST=sha256:e8e2e91b1378f83c5b2dd15f0247f34110e2fe895f6ca7719dbb780f929368eb OPENCLAW_BUNDLED_PLUGIN_DIR=extensions OPENCLAW_DOCKER_APT_PACKAGES=183 B38RUN |6 OPENCLAW_NODE_BOOKWORM_SLIM_DIGEST=sha256:e8e2e91b1378f83c5b2dd15f0247f34110e2fe895f6ca7719dbb780f929368eb OPENCLAW_BUNDLED_PLUGIN_DIR=extensions OPENCLAW_DOCKER_APT_PACKAGES=150 B39ENV NODE_ENV=production0 B40USER node0 B41HEALTHCHECK &{["CMD-SHELL" "node -e \"fetch('http://127.0.0.1:18789/healthz').then((r)=>process.exit(r.ok?0:1)).catch(()=>process.exit(1))\""]0 B42ENTRYPOINT ["tini" "-s" "--"]0 B43CMD ["node" "openclaw.mjs" "gateway" "--allow-unconfigured"]0 B44ARG OPENCLAW_DOCKER_APT_PACKAGES=python3 curl net-tools0 B45ARG OPENCLAW_INSTALL_BROWSER=10 B46USER root0 B47RUN |2 OPENCLAW_DOCKER_APT_PACKAGES=python3 curl net-tools293.45 KB48RUN |2 OPENCLAW_DOCKER_APT_PACKAGES=python3 curl net-tools390.15 MB49USER node0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1771804800'