Dockerfile.local: get OSM dependencies from v7.0 branch 75/8975/3 v7.1.0 v7.1.0rc4 v7.1.0rc5 v7.1.0rc6 v7.1.2 v7.1.3 v7.1.4
authortierno <alfonso.tiernosepulveda@telefonica.com>
Wed, 27 May 2020 07:46:04 +0000 (07:46 +0000)
committertierno <alfonso.tiernosepulveda@telefonica.com>
Wed, 27 May 2020 08:07:55 +0000 (08:07 +0000)
Change-Id: I61e8b525336efd7f2b39624b67207ec449ee6087
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
Dockerfile.local

index a64bf4c..37e2137 100644 (file)
@@ -39,6 +39,7 @@ RUN apt-get update && apt-get install -y git tox python3 \
     && python3 -m pip install -U 'PyYAML' 'aiohttp>=2.3.10' flake8
 
 RUN git -C /app clone https://osm.etsi.org/gerrit/osm/N2VC.git \
+    && git -C /app/N2VC checkout v7.0 \
     && python3 -m pip install -e /app/N2VC \
     && python3 -m pip install -U juju \
     && apt-get install -y libffi-dev libssl-dev openssh-client
@@ -46,6 +47,7 @@ RUN git -C /app clone https://osm.etsi.org/gerrit/osm/N2VC.git \
     # cd modules/libjuju; python3 setup.py develop
 
 RUN git -C /app clone https://osm.etsi.org/gerrit/osm/common.git \
+    && git -C /app/common checkout v7.0 \
     && python3 -m pip install -e /app/common
     #  python3-pymongo python3-yaml pycrypto aiokafka