[IMP]ADD Openupgradelib on GOLEM Stable
This commit is contained in:
parent
6090e34854
commit
a8e11d37af
@ -1,6 +1,10 @@
|
|||||||
FROM registry.yaltik.net/odoo:yaltik10
|
FROM registry.yaltik.net/odoo:yaltik10
|
||||||
MAINTAINER Yaltik - Fabien Bourgeois <fabien@yaltik.com>
|
MAINTAINER Yaltik - Fabien Bourgeois <fabien@yaltik.com>
|
||||||
|
|
||||||
|
# Openupgradelib
|
||||||
|
RUN pip install --user openupgradelib
|
||||||
|
|
||||||
|
# Extra addons
|
||||||
WORKDIR /opt/odoo/extra-addons
|
WORKDIR /opt/odoo/extra-addons
|
||||||
RUN git clone --depth 1 -b 10.0 https://github.com/OCA/community-data-files \
|
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 \
|
&& 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/OCA/web \
|
||||||
&& git clone --depth 1 -b 10.0 https://github.com/Openworx/backend_theme
|
&& git clone --depth 1 -b 10.0 https://github.com/Openworx/backend_theme
|
||||||
|
|
||||||
|
# Own GOLEM Code
|
||||||
WORKDIR /opt/odoo/custom-addons
|
WORKDIR /opt/odoo/custom-addons
|
||||||
ADD code/yaltik10.tar.gz yaltik/
|
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
|
WORKDIR /opt/odoo
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
FROM registry.yaltik.net/odoo:yaltik10
|
FROM registry.yaltik.net/odoo:yaltik10
|
||||||
MAINTAINER Yaltik - Fabien Bourgeois <fabien@yaltik.com>
|
MAINTAINER Yaltik - Fabien Bourgeois <fabien@yaltik.com>
|
||||||
|
|
||||||
|
# Openupgradelib
|
||||||
|
RUN pip install --user openupgradelib
|
||||||
|
|
||||||
|
# Extra addons
|
||||||
WORKDIR /opt/odoo/extra-addons
|
WORKDIR /opt/odoo/extra-addons
|
||||||
RUN git clone --depth 1 -b 10.0 https://github.com/OCA/community-data-files \
|
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 \
|
&& 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/OCA/web \
|
||||||
&& git clone --depth 1 -b 10.0 https://github.com/Openworx/backend_theme
|
&& git clone --depth 1 -b 10.0 https://github.com/Openworx/backend_theme
|
||||||
|
|
||||||
|
# Own GOLEM Code
|
||||||
WORKDIR /opt/odoo/custom-addons
|
WORKDIR /opt/odoo/custom-addons
|
||||||
ADD code/yaltik10.tar.gz yaltik/
|
ADD code/yaltik10.tar.gz yaltik/
|
||||||
RUN git clone --depth 1 -b stable https://git.yaltik.net/yaltik/golem.git golem
|
RUN git clone --depth 1 -b stable https://git.yaltik.net/yaltik/golem.git golem
|
||||||
|
Loading…
Reference in New Issue
Block a user