Skip to content

OpenVoxProject/container-openvoxagent

OpenVox Agent container

CI License Sponsored by betadots GmbH



This project hosts the Containerfile and the required scripts to build a OpenVox Agent container image.

For compose file see: CRAFTY

The entrypoint is the openvox-agent script which is a wrapper around the openvox-agent binary.

Version schema

The version schema has the following layout:

<openvox.major>.<openvox.minor>.<openvox.patch>-v<container.major>.<container.minor>.<container.patch>

Example usage:

podman pull ghcr.io/openvoxproject/openvoxagent:8.11.0-v1.2.3
Name Description
openvox.major Describes the contained major OpenVox version (7 or 8)
openvox.minor Describes the contained minor OpenVox version
openvox.patch Describes the contained patchlevel OpenVox version
container.major Describes the major version of the base container (Ubunutu 24.04) or incompatible changes
container.minor Describes new features or refactoring with backward compatibility
container.patch Describes if minor changes or bugfixes have been implemented

About

Container builds for the OpenVox agent

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages