This project hosts the Containerfile and the required scripts to build a OpenVox Agent container image.
For a compose file see: CRAFTY
The entrypoint is the openvox-agent script which is a wrapper around the openvox-agent binary.
Images are published to ghcr.io/openvoxproject/openvoxagent and
docker.io/voxpupuli/openvoxagent.
| Tag | Example | Description |
|---|---|---|
<openvox.version>-v<container.version> |
8.28.0-v1.2.3 |
Immutable container release |
<openvox.version> |
8.28.0 |
Latest build for an OpenVox Agent version |
<openvox.major> |
8 |
Latest build for an OpenVox major version |
latest |
latest |
Latest build from the main branch |
Builds from the main branch are additionally tagged as
<openvox.version>-main.
Example using an immutable container release:
podman pull ghcr.io/openvoxproject/openvoxagent:8.28.0-v1.2.3The OpenVox version describes the agent version contained in the image. The container version follows semantic versioning and describes changes to the container image independently of the OpenVox version.