Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meysam81/click-odoo-contrib-docker
Docker image for click-odoo-contrib Python CLI library. Exceptionally useful for Docker containers and Kubernetes CronJob deployments.
https://github.com/meysam81/click-odoo-contrib-docker
backup cli click cronjob docker docker-containers docker-image job kubernetes linux odoo odoo-backup odoo-ecosystem python
Last synced: 9 days ago
JSON representation
Docker image for click-odoo-contrib Python CLI library. Exceptionally useful for Docker containers and Kubernetes CronJob deployments.
- Host: GitHub
- URL: https://github.com/meysam81/click-odoo-contrib-docker
- Owner: meysam81
- License: apache-2.0
- Created: 2024-10-19T16:27:10.000Z (19 days ago)
- Default Branch: main
- Last Pushed: 2024-10-28T19:53:39.000Z (10 days ago)
- Last Synced: 2024-10-28T20:40:39.764Z (10 days ago)
- Topics: backup, cli, click, cronjob, docker, docker-containers, docker-image, job, kubernetes, linux, odoo, odoo-backup, odoo-ecosystem, python
- Language: Dockerfile
- Homepage:
- Size: 17.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
```shell
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}
```