[REF]All hosts : use gitea instead of local code ADD
This commit is contained in:
parent
68f744013d
commit
ba2d801f57
@ -1,13 +1,15 @@
|
||||
FROM registry.yaltik.net/odoo:yaltik8
|
||||
MAINTAINER Yaltik - Fabien Bourgeois <fabien@yaltik.com>
|
||||
|
||||
# External dependencies
|
||||
WORKDIR /opt/odoo/extra-addons
|
||||
RUN git clone --depth 1 -b 8.0 https://github.com/OCA/community-data-files \
|
||||
&& git clone --depth 1 -b 8.0 https://github.com/OCA/l10n-france \
|
||||
&& git clone --depth 1 -b 8.0 https://github.com/OCA/partner-contact \
|
||||
&& git clone --depth 1 -b 8.0 https://github.com/OCA/vertical-association
|
||||
|
||||
# Custom code
|
||||
WORKDIR /opt/odoo/custom-addons
|
||||
ADD code/yaltik8.tar.gz yaltik/
|
||||
RUN git clone --depth 1 -b 8.0 https://$GITEA_USER:$GITEA_PASS@git.yaltik.net/Yaltik/yaltik_odoo_custom.git yaltik
|
||||
RUN git clone --depth 1 -b 2 https://git.yaltik.net/yaltik/golem.git golem
|
||||
WORKDIR /opt/odoo
|
||||
|
@ -15,6 +15,6 @@ RUN git clone --depth 1 -b 10.0 https://github.com/OCA/community-data-files \
|
||||
|
||||
# Own GOLEM Code
|
||||
WORKDIR /opt/odoo/custom-addons
|
||||
ADD code/yaltik10.tar.gz yaltik/
|
||||
RUN git clone --depth 1 -b 10.0 https://$GITEA_USER:$GITEA_PASS@git.yaltik.net/Yaltik/yaltik_odoo_custom.git yaltik
|
||||
RUN git clone --depth 1 -b stable https://git.yaltik.net/yaltik/golem.git golem
|
||||
WORKDIR /opt/odoo
|
||||
|
@ -15,6 +15,6 @@ RUN git clone --depth 1 -b 10.0 https://github.com/OCA/community-data-files \
|
||||
|
||||
# Own GOLEM Code
|
||||
WORKDIR /opt/odoo/custom-addons
|
||||
ADD code/yaltik10.tar.gz yaltik/
|
||||
RUN git clone --depth 1 -b 10.0 https://$GITEA_USER:$GITEA_PASS@git.yaltik.net/Yaltik/yaltik_odoo_custom.git yaltik
|
||||
RUN git clone --depth 1 -b stable https://git.yaltik.net/yaltik/golem.git golem
|
||||
WORKDIR /opt/odoo
|
||||
|
Loading…
Reference in New Issue
Block a user