Skip to content

Docker image for click-odoo-contrib Python CLI library. Exceptionally useful for Docker containers and Kubernetes CronJob deployments.

License

Notifications You must be signed in to change notification settings

meysam81/click-odoo-contrib-docker

Repository files navigation

click-odoo-contrib Docker

click-odoo-contrib is a useful Python CLI library that can greatly enhance the system administration of an Odoo deployment, e.g. backup, restore, etc.

Having a Docker image helps in running the instance as a Docker container, Kubernetes CronJob, etc.

If the day comes that the upstream repository provides an official Docker image, this repo will cease to exist. Until then, we'll provide an up-to-date support for whatever new version they release.

To use this image, reference it in the following format:

version=$(
  curl -s https://api.github.com/repos/meysam81/click-odoo-contrib-docker/releases/latest |
  jq -r .tag_name
)
docker pull ghcr.io/meysam81/click-odoo-contrib:${version}

About

Docker image for click-odoo-contrib Python CLI library. Exceptionally useful for Docker containers and Kubernetes CronJob deployments.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages