Block a user
openagent-operator (sha256:bb20d6d6b8a93ca47fb0067d23d32ba36a70951f0341e65e8dab128b8061cd1e)
Published 2026-01-18 06:52:46 +00:00 by jacobpascual
Installation
docker pull git.pascuals.org/jacobpascual/openagent-operator@sha256:bb20d6d6b8a93ca47fb0067d23d32ba36a70951f0341e65e8dab128b8061cd1esha256:bb20d6d6b8a93ca47fb0067d23d32ba36a70951f0341e65e8dab128b8061cd1eAbout 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-18T06:36:40.345Z |
| 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 | 2fa85426dcd6284fb0e94595abb6dd3db2757d25 |
| 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 | 0.2.0-k8s |
Details
Versions (2)
View all