Block a user
openagent-agent (sha256:52b927f88fa614a4823991e836bd92c346b7ded78c80baffb86eeeed165d8c0f)
Published 2026-01-18 08:32:42 +00:00 by jacobpascual
Installation
docker pull git.pascuals.org/jacobpascual/openagent-agent@sha256:52b927f88fa614a4823991e836bd92c346b7ded78c80baffb86eeeed165d8c0fsha256:52b927f88fa614a4823991e836bd92c346b7ded78c80baffb86eeeed165d8c0fAbout 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 curl wget git openssh-client ca-certificates gnupg build-essential cmake pkg-config python3 python3-pip python3-venv jq vim less htop procps net-tools dnsutils iputils-ping zip unzip tar && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && apt-get install -y nodejs && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c curl -fsSL https://bun.sh/install | bash # buildkit |
| ENV BUN_INSTALL=/root/.bun |
| ENV PATH=/root/.bun/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| RUN /bin/sh -c curl -LO https://go.dev/dl/go1.23.4.linux-amd64.tar.gz && tar -C /usr/local -xzf go1.23.4.linux-amd64.tar.gz && rm go1.23.4.linux-amd64.tar.gz # buildkit |
| ENV PATH=/usr/local/go/bin:/root/.bun/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| COPY /build/target/release/host-mcp /usr/local/bin/ # buildkit |
| COPY /build/target/release/desktop-mcp /usr/local/bin/ # buildkit |
| WORKDIR /workspace |
| RUN /bin/sh -c mkdir -p /workspace/.opencode /workspace/.openagent /root/.openagent # buildkit |
| ENV HOME=/root |
| ENV WORKSPACE=/workspace |
| ENV WORKING_DIR=/workspace |
| CMD ["sleep" "infinity"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-01-18T08:07:08.500Z |
| 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 |