[ADD]GOLEM v3 base

This commit is contained in:
Fabien Bourgeois 2017-04-29 09:52:01 +02:00
parent 3bc2dda176
commit 092a3604e6
6 changed files with 22 additions and 0 deletions

13
odoo/golem/Dockerfile.v3 Normal file
View 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

View File

@ -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

View File

@ -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.

Binary file not shown.