[ADD]Odoo v14 : yaltik image
This commit is contained in:
parent
63d56b335e
commit
034082af7b
@ -72,6 +72,13 @@ services:
|
||||
dockerfile: Dockerfile.14
|
||||
image: registry.yaltik.net/odoo:yaltikbase14
|
||||
|
||||
odoo14:
|
||||
init: true
|
||||
build:
|
||||
context: ./odoo
|
||||
dockerfile: Dockerfile.ext.14
|
||||
image: registry.yaltik.net/odoo:yaltik14
|
||||
|
||||
flectra:
|
||||
init: true
|
||||
build:
|
||||
|
23
odoo/odoo/Dockerfile.ext.14
Normal file
23
odoo/odoo/Dockerfile.ext.14
Normal file
@ -0,0 +1,23 @@
|
||||
FROM registry.yaltik.net/odoo:yaltikbase14
|
||||
MAINTAINER Yaltik - Fabien Bourgeois <fabien@yaltik.com>
|
||||
|
||||
# External code
|
||||
WORKDIR /opt/odoo/extra-addons
|
||||
RUN git clone --depth 1 -b 14.0 https://github.com/OCA/community-data-files
|
||||
RUN git clone --depth 1 -b 14.0 https://github.com/OCA/l10n-france
|
||||
RUN git clone --depth 1 -b 14.0 https://github.com/OCA/queue
|
||||
RUN git clone --depth 1 -b 14.0 https://github.com/OCA/partner-contact
|
||||
RUN git clone --depth 1 -b 14.0 https://github.com/OCA/social
|
||||
RUN git clone --depth 1 -b 14.0 https://github.com/OCA/server-brand
|
||||
RUN git clone --depth 1 -b 14.0 https://github.com/OCA/web
|
||||
RUN git clone --depth 1 -b 14.0 https://github.com/OCA/website
|
||||
RUN git clone --depth 1 -b 14.0 https://github.com/Openworx/backend_theme
|
||||
|
||||
# Custom code
|
||||
WORKDIR /opt/odoo/custom-addons
|
||||
RUN git clone --depth 1 -b 14.0 https://git.yaltik.net/Yaltik/yaltik_odoo_custom.git
|
||||
|
||||
WORKDIR /opt/odoo
|
||||
|
||||
# Addons dependencies
|
||||
RUN .local/bin/pip3 install --user openupgradelib
|
Loading…
x
Reference in New Issue
Block a user