Block a user
openagent-operator (sha256:9643cf1b32656bd0003f6fc57037c06da775b6e0ebe08ed49cf91e70ce7da14b)
Published 2026-01-18 08:33:10 +00:00 by jacobpascual
Installation
docker pull git.pascuals.org/jacobpascual/openagent-operator@sha256:9643cf1b32656bd0003f6fc57037c06da775b6e0ebe08ed49cf91e70ce7da14bsha256:9643cf1b32656bd0003f6fc57037c06da775b6e0ebe08ed49cf91e70ce7da14bAbout this package
Self-hosted control plane for AI autonomous agents. Isolated linux workspaces and a git-backed Library configuration.
Image Layers
| # debian.sh --arch 'arm64' out/ 'trixie' '@1768176000' |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl git && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" && install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl && rm kubectl # buildkit |
| COPY /build/target/release/open_agent /usr/local/bin/ # buildkit |
| RUN /bin/sh -c mkdir -p /root/.openagent /data # buildkit |
| WORKDIR /root |
| ENV HOST=0.0.0.0 |
| ENV PORT=3000 |
| ENV WORKING_DIR=/data |
| ENV LIBRARY_PATH=/data/library |
| ENV K8S_ENABLED=true |
| ENV K8S_NAMESPACE=openagent |
| ENV K8S_AGENT_IMAGE=git.pascuals.org/jacobpascual/openagent-agent:main |
| EXPOSE [3000/tcp] |
| CMD ["open_agent"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-01-18T08:07:00.502Z |
| org.opencontainers.image.description | Self-hosted control plane for AI autonomous agents. Isolated linux workspaces and a git-backed Library configuration. |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | 9454812344e7b1d27e2f9c10468db0d2cf6e5493 |
| org.opencontainers.image.source | https://git.pascuals.org/jacobpascual/openagent-operator |
| org.opencontainers.image.title | openagent-operator |
| org.opencontainers.image.url | https://git.pascuals.org/jacobpascual/openagent-operator |
| org.opencontainers.image.version | main |
Details
Versions (2)
View all