sha256:c53f95f9f6dbb9a01a36391dc209f1ffaaf34fc41897ecb1b5c88679090d6c61
OS/ARCH
Compressed size
1.02 GB
Last pushed
4 months by lihaixin
Type
Image
Manifest digest
sha256:1e6561e22e20bef49effc33d69acac29b0a1f7784c9a04d17c1d5ed99858547e
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 /app93 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/sh96 B17COPY --chown=node:node /app/dist ./dist #11.85 MB18COPY --chown=node:node /app/node_modules ./node_modules #502.63 MB19COPY --chown=node:node /app/package.json . #14.43 KB20COPY --chown=node:node /app/pnpm-workspace.yaml . #1.16 KB21COPY --chown=node:node /app/patches ./patches #1.26 KB22COPY --chown=node:node /app/openclaw.mjs . #4.1 KB23COPY --chown=node:node /app/extensions ./extensions #9.38 MB24COPY --chown=node:node /app/skills ./skills #84.88 KB25COPY --chown=node:node /app/docs ./docs #8.67 MB26COPY --chown=node:node /app/qa ./qa #100.13 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_IMAGE_APT_PACKAGES0 B30ARG OPENCLAW_DOCKER_APT_PACKAGES=0 B31RUN |4 OPENCLAW_NODE_BOOKWORM_SLIM_DIGEST=sha256:e8e2e91b1378f83c5b2dd15f0247f34110e2fe895f6ca7719dbb780f929368eb OPENCLAW_BUNDLED_PLUGIN_DIR=extensions OPENCLAW_IMAGE_APT_PACKAGES=32 B32ARG OPENCLAW_IMAGE_PIP_PACKAGES=0 B33RUN |5 OPENCLAW_NODE_BOOKWORM_SLIM_DIGEST=sha256:e8e2e91b1378f83c5b2dd15f0247f34110e2fe895f6ca7719dbb780f929368eb OPENCLAW_BUNDLED_PLUGIN_DIR=extensions OPENCLAW_IMAGE_APT_PACKAGES=32 B34ARG OPENCLAW_INSTALL_BROWSER=0 B35ENV PLAYWRIGHT_BROWSERS_PATH=/home/node/.cache/ms-playwright0 B36RUN |6 OPENCLAW_NODE_BOOKWORM_SLIM_DIGEST=sha256:e8e2e91b1378f83c5b2dd15f0247f34110e2fe895f6ca7719dbb780f929368eb OPENCLAW_BUNDLED_PLUGIN_DIR=extensions OPENCLAW_IMAGE_APT_PACKAGES=32 B37ARG OPENCLAW_INSTALL_DOCKER_CLI=0 B38ARG OPENCLAW_DOCKER_GPG_FINGERPRINT=9DC858229FC7DD38854AE2D88D81803C0EBFCD880 B39RUN |8 OPENCLAW_NODE_BOOKWORM_SLIM_DIGEST=sha256:e8e2e91b1378f83c5b2dd15f0247f34110e2fe895f6ca7719dbb780f929368eb OPENCLAW_BUNDLED_PLUGIN_DIR=extensions OPENCLAW_IMAGE_APT_PACKAGES=32 B40RUN |8 OPENCLAW_NODE_BOOKWORM_SLIM_DIGEST=sha256:e8e2e91b1378f83c5b2dd15f0247f34110e2fe895f6ca7719dbb780f929368eb OPENCLAW_BUNDLED_PLUGIN_DIR=extensions OPENCLAW_IMAGE_APT_PACKAGES=184 B41RUN |8 OPENCLAW_NODE_BOOKWORM_SLIM_DIGEST=sha256:e8e2e91b1378f83c5b2dd15f0247f34110e2fe895f6ca7719dbb780f929368eb OPENCLAW_BUNDLED_PLUGIN_DIR=extensions OPENCLAW_IMAGE_APT_PACKAGES=152 B42ENV NODE_ENV=production0 B43USER node0 B44HEALTHCHECK {Test:[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 B45ENTRYPOINT ["tini" "-s" "--"]0 B46CMD ["node" "openclaw.mjs" "gateway"]0 B47ARG OPENCLAW_DOCKER_APT_PACKAGES=python3 curl net-tools0 B48ARG OPENCLAW_INSTALL_BROWSER=10 B49USER root0 B50RUN |2 OPENCLAW_DOCKER_APT_PACKAGES=python3 curl net-tools293.47 KB51RUN |2 OPENCLAW_DOCKER_APT_PACKAGES=python3 curl net-tools390.15 MB52USER node0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1771804800'