sha256:4f3f9102e13ef51ff198276b6403200be54381abaf340d61c5463256420ec721
OS/ARCH
Compressed size
1.19 GB
Last pushed
5 months by lihaixin
Type
Image
Manifest digest
sha256:98b681ad978d8704bad5464bd195502dc2657639b3e6a18a6570777be4de19a7
Image Layers
1# debian.sh --arch 'arm64' out/46.13 MB2RUN /bin/sh -c set -eux;22.51 MB3RUN /bin/sh -c set -eux;61.49 MB4RUN /bin/sh -c set -ex;193.64 MB5RUN /bin/sh -c groupadd --gid3.25 KB6ENV NODE_VERSION=24.14.00 B7RUN /bin/sh -c ARCH= &&55.2 MB8ENV YARN_VERSION=1.22.220 B9RUN /bin/sh -c set -ex1.19 MB10COPY docker-entrypoint.sh /usr/local/bin/ # buildkit447 B11ENTRYPOINT ["docker-entrypoint.sh"]0 B12CMD ["node"]0 B13ARG OPENCLAW_NODE_BOOKWORM_DIGEST0 B14LABEL org.opencontainers.image.base.name=docker.io/library/node:24-bookworm org.opencontainers.image.base.digest=sha256:3a09aa6354567619221ef6c45a5051b671f953f0a1924d1f819ffb236e520e6b0 B15ARG OPENCLAW_VARIANT0 B16ARG OPENCLAW_BUNDLED_PLUGIN_DIR0 B17ARG OPENCLAW_DOCKER_APT_UPGRADE0 B18LABEL 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 B19WORKDIR /app93 B20RUN |3 OPENCLAW_VARIANT=default OPENCLAW_BUNDLED_PLUGIN_DIR=extensions OPENCLAW_DOCKER_APT_UPGRADE=119.01 MB21RUN |3 OPENCLAW_VARIANT=default OPENCLAW_BUNDLED_PLUGIN_DIR=extensions OPENCLAW_DOCKER_APT_UPGRADE=196 B22COPY --chown=node:node /app/dist ./dist #95.56 MB23COPY --chown=node:node /app/node_modules ./node_modules #297.72 MB24COPY --chown=node:node /app/package.json . #12.07 KB25COPY --chown=node:node /app/openclaw.mjs . #1.85 KB26COPY --chown=node:node /app/extensions ./extensions #7.13 MB27COPY --chown=node:node /app/skills ./skills #96.68 KB28COPY --chown=node:node /app/docs ./docs #7.95 MB29COPY --chown=node:node /app/qa ./qa #66.32 KB30ENV COREPACK_HOME=/usr/local/share/corepack0 B31RUN |3 OPENCLAW_VARIANT=default OPENCLAW_BUNDLED_PLUGIN_DIR=extensions OPENCLAW_DOCKER_APT_UPGRADE=14.52 MB32ARG OPENCLAW_DOCKER_APT_PACKAGES=0 B33RUN |4 OPENCLAW_VARIANT=default OPENCLAW_BUNDLED_PLUGIN_DIR=extensions OPENCLAW_DOCKER_APT_UPGRADE=132 B34ARG OPENCLAW_INSTALL_BROWSER=0 B35RUN |5 OPENCLAW_VARIANT=default OPENCLAW_BUNDLED_PLUGIN_DIR=extensions OPENCLAW_DOCKER_APT_UPGRADE=132 B36ARG OPENCLAW_INSTALL_DOCKER_CLI=0 B37ARG OPENCLAW_DOCKER_GPG_FINGERPRINT=9DC858229FC7DD38854AE2D88D81803C0EBFCD880 B38RUN |7 OPENCLAW_VARIANT=default OPENCLAW_BUNDLED_PLUGIN_DIR=extensions OPENCLAW_DOCKER_APT_UPGRADE=132 B39RUN |7 OPENCLAW_VARIANT=default OPENCLAW_BUNDLED_PLUGIN_DIR=extensions OPENCLAW_DOCKER_APT_UPGRADE=1182 B40ENV NODE_ENV=production0 B41USER node0 B42HEALTHCHECK &{["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 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-tools619.33 KB48RUN |2 OPENCLAW_DOCKER_APT_PACKAGES=python3 curl net-tools404.1 MB49USER node0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1771804800'