https://github.com/steenzout/docker-odoo
Docker container images for Odoo.
https://github.com/steenzout/docker-odoo
docker docker-image odoo odoo-10 odoo-8 odoo-9
Last synced: 2 months ago
JSON representation
Docker container images for Odoo.
- Host: GitHub
- URL: https://github.com/steenzout/docker-odoo
- Owner: steenzout
- License: other
- Created: 2016-12-15T18:01:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-08T15:48:29.000Z (about 9 years ago)
- Last Synced: 2025-03-06T08:14:28.709Z (over 1 year ago)
- Topics: docker, docker-image, odoo, odoo-10, odoo-8, odoo-9
- Language: Shell
- Homepage: https://hub.docker.com/r/steenzout/odoo/
- Size: 130 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-odoo
[](https://raw.githubusercontent.com/steenzout/docker-odoo/master/LICENSE)
This repo is a fork from [odoo/docker][odoo/docker].
I had made a PR to enhance the [odoo/docker][odoo/docker] repo and
be able to generate new tags for any release for any point-in-time.
Since it wasn't merged/rejected and
I need to be able to build images for snapshots that Odoo doesn't support,
this repo got a life of its own.
In this repo you'll find several bash scripts to help you generate your own [Odoo][odoo] containers.
If you wish to simply use the images I publish
they can be found [here][hub/steenzout/odoo].
Beware, one difference from [Odoo][odoo]'s docker images is that
each tag is based on a `:base` tag.
[hub/steenzout/odoo]: https://hub.docker.com/r/steenzout/odoo/ "Odoo docker images by Pedro Salgado"
[odoo]: https://www.odoo.com "Odoo"
[odoo/docker]: https://github.com/odoo/docker "Odoo docker images by Odoo"