odoo / docker

Other
932 stars 1.52k forks source link

Preserve Dockerfile 11.0 and earlier #366

Closed josehbez closed 3 months ago

josehbez commented 3 years ago

I suggest preserve the Dockerfile for Odoo 11.0 and earlier, for future reference.

themreza commented 3 years ago

This can probably help you: https://forums.docker.com/t/how-can-i-view-the-dockerfile-in-an-image/5687/3

llacroix commented 3 years ago

@josehbez if you need past image, you might want to have a look at my fork https://github.com/llacroix/odoo-docker

Don't expect much support from this odoo repo, if there are issues with old versions I can fix the scripts to build old docker odoo versions.

josehbez commented 3 years ago

@josehbez if you need past image, you might want to have a look at my fork https://github.com/llacroix/odoo-docker

Don't expect much support from this odoo repo, if there are issues with old versions I can fix the scripts to build old docker odoo versions.

@llacroix Thank you for your backup.

llacroix commented 3 years ago

@josehbez It's a completely different project from odoo/docker it shares little with it now. It's not as limitting and if you want to use addons just mount them in /addons they'll get automatically loaded . It supports secrets and other things so checkout the readme

lathama commented 3 months ago

@josehbez can you close this issue if it is not needed or supply an update on the need?