[IMP]ADD Openupgradelib on GOLEM Stable

This commit is contained in:
Fabien BOURGEOIS 2018-07-23 14:44:06 +02:00
parent 6090e34854
commit a8e11d37af
2 changed files with 11 additions and 1 deletions

View File

@ -1,6 +1,10 @@
FROM registry.yaltik.net/odoo:yaltik10
MAINTAINER Yaltik - Fabien Bourgeois <fabien@yaltik.com>
# Openupgradelib
RUN pip install --user openupgradelib
# Extra addons
WORKDIR /opt/odoo/extra-addons
RUN git clone --depth 1 -b 10.0 https://github.com/OCA/community-data-files \
&& git clone --depth 1 -b 10.0 https://github.com/OCA/l10n-france \
@ -9,7 +13,8 @@ RUN git clone --depth 1 -b 10.0 https://github.com/OCA/community-data-files \
&& git clone --depth 1 -b 10.0 https://github.com/OCA/web \
&& git clone --depth 1 -b 10.0 https://github.com/Openworx/backend_theme
# Own GOLEM Code
WORKDIR /opt/odoo/custom-addons
ADD code/yaltik10.tar.gz yaltik/
RUN git clone --depth 1 -b master https://git.yaltik.net/yaltik/golem.git golem
RUN git clone --depth 1 -b stable https://git.yaltik.net/yaltik/golem.git golem
WORKDIR /opt/odoo

View File

@ -1,6 +1,10 @@
FROM registry.yaltik.net/odoo:yaltik10
MAINTAINER Yaltik - Fabien Bourgeois <fabien@yaltik.com>
# Openupgradelib
RUN pip install --user openupgradelib
# Extra addons
WORKDIR /opt/odoo/extra-addons
RUN git clone --depth 1 -b 10.0 https://github.com/OCA/community-data-files \
&& git clone --depth 1 -b 10.0 https://github.com/OCA/l10n-france \
@ -9,6 +13,7 @@ RUN git clone --depth 1 -b 10.0 https://github.com/OCA/community-data-files \
&& git clone --depth 1 -b 10.0 https://github.com/OCA/web \
&& git clone --depth 1 -b 10.0 https://github.com/Openworx/backend_theme
# Own GOLEM Code
WORKDIR /opt/odoo/custom-addons
ADD code/yaltik10.tar.gz yaltik/
RUN git clone --depth 1 -b stable https://git.yaltik.net/yaltik/golem.git golem