[ADD]GOLEM v3 base
This commit is contained in:
parent
3bc2dda176
commit
092a3604e6
13
odoo/golem/Dockerfile.v3
Normal file
13
odoo/golem/Dockerfile.v3
Normal file
@ -0,0 +1,13 @@
|
||||
FROM registry.yaltik.net/odoo:yaltik10
|
||||
MAINTAINER Yaltik - Fabien Bourgeois <fabien@yaltik.com>
|
||||
|
||||
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 \
|
||||
&& git clone --depth 1 -b 10.0 https://github.com/OCA/partner-contact \
|
||||
&& git clone --depth 1 -b 10.0 https://github.com/OCA/vertical-association
|
||||
|
||||
WORKDIR /opt/odoo/custom-addons
|
||||
ADD code/yaltik.tar.gz yaltik/
|
||||
ADD code/golemv3.tar.gz golem/
|
||||
WORKDIR /opt/odoo
|
@ -14,3 +14,11 @@ services:
|
||||
extends:
|
||||
file: ../base.yml
|
||||
service: odoo
|
||||
golemv3:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.v3
|
||||
image: registry.yaltik.net/golem:yaltikv3
|
||||
extends:
|
||||
file: ../base.yml
|
||||
service: odoo
|
||||
|
@ -6,3 +6,4 @@ cd $CODE_PATH/odoo/yaltik/ && git archive --format=tar.gz master \
|
||||
cd $CODE_PATH/odoo/golem && git archive --format=tar.gz stable \
|
||||
> $LOCAL_PATH/golem.tar.gz &&
|
||||
git archive --format=tar.gz master > $LOCAL_PATH/golemmaster.tar.gz
|
||||
git archive --format=tar.gz 3 > $LOCAL_PATH/golemv3.tar.gz
|
||||
|
Binary file not shown.
Binary file not shown.
BIN
odoo/golem/code/golemv3.tar.gz
Normal file
BIN
odoo/golem/code/golemv3.tar.gz
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user