Use release candidate versions of PNDA 59/68459/2
authorJulien Barbot <julien@barbot.org>
Fri, 21 Sep 2018 15:13:06 +0000 (17:13 +0200)
committerJulien Barbot <julien@barbot.org>
Thu, 27 Sep 2018 15:13:25 +0000 (17:13 +0200)
Change-Id: Id211bc0d5dc9ef8e98d2af6b6944e67ea6bfdfa7
Signed-off-by: Julien Barbot <julien@barbot.org>
Issue-ID: DCAEGEN2-367
Signed-off-by: Julien Barbot <julien@barbot.org>
pnda-bootstrap-container/Dockerfile

index 6a93aa9..1b90d65 100644 (file)
 
 FROM python:2.7.15 as build
 
-ARG PNDARELEASE=develop
+ARG PNDACLITAG=2.0.0
+ARG PLATFORMSALTTAG=5.0.0
 
-# RUN git clone -b $PNDARELEASE https://github.com/pndaproject/pnda-cli.git
-# Use this repository temporary until it's merged into PNDA upstream
-RUN git clone -b existing-network https://github.com/donaldh/pnda-cli.git
-RUN git clone -b $PNDARELEASE https://github.com/pndaproject/platform-salt.git
+RUN git clone -b $PNDACLITAG https://github.com/pndaproject/pnda-cli.git
+RUN git clone -b $PLATFORMSALTTAG https://github.com/pndaproject/platform-salt.git
 
 RUN pip2 install --no-cache-dir -r pnda-cli/cli/requirements.txt --install-option="--prefix=/install"