zeroclaw (sha256:f04f3b81e8023d03ac62d31bd48f320ea6bc177add8c88b3408b7d1d548e78dd)
Published 2026-03-13 16:45:27 +00:00 by gordon
Installation
docker pull git.actionbehind.com/actionbehind/zeroclaw@sha256:f04f3b81e8023d03ac62d31bd48f320ea6bc177add8c88b3408b7d1d548e78ddsha256:f04f3b81e8023d03ac62d31bd48f320ea6bc177add8c88b3408b7d1d548e78ddImage layers
| bazel build @trixie//base-files/amd64:data_statusd |
| bazel build @trixie//netbase/amd64:data_statusd |
| bazel build @trixie//tzdata/amd64:data_statusd |
| bazel build @trixie//media-types/amd64:data_statusd |
| bazel build //common:rootfs |
| bazel build //common:passwd |
| bazel build //common:home |
| bazel build //common:group |
| bazel build //common:tmp |
| bazel build //static:nsswitch |
| bazel build //common:os_release_debian13 |
| bazel build //common:cacerts_debian13_amd64 |
| bazel build @trixie//libc6/amd64:data_statusd |
| bazel build @trixie//libssl3t64/amd64:data_statusd |
| bazel build @trixie//libzstd1/amd64:data_statusd |
| bazel build @trixie//zlib1g/amd64:data_statusd |
| bazel build @trixie//libgomp1/amd64:data_statusd |
| bazel build @trixie//libstdc++6/amd64:data_statusd |
| bazel build @trixie//libgcc-s1/amd64:data_statusd |
| bazel build @trixie//gcc-14-base/amd64:data_statusd |
| COPY /app/zeroclaw /usr/local/bin/zeroclaw # buildkit |
| COPY /zeroclaw-data /zeroclaw-data # buildkit |
| ENV LANG=C.UTF-8 |
| ENV ZEROCLAW_WORKSPACE=/zeroclaw-data/workspace |
| ENV HOME=/zeroclaw-data |
| ENV ZEROCLAW_GATEWAY_PORT=42617 |
| WORKDIR /zeroclaw-data |
| USER 65534:65534 |
| EXPOSE map[42617/tcp:{}] |
| ENTRYPOINT ["zeroclaw"] |
| CMD ["gateway"] |