diff options
author | krickwix <krickwix@gmail.com> | 2018-10-22 12:56:05 +0200 |
---|---|---|
committer | krickwix <krickwix@gmail.com> | 2018-10-22 14:08:06 +0200 |
commit | dbac6f26fe6e6a10ae87e06db6fef34afa402727 (patch) | |
tree | 1ec1d149b1b820de9d98c52352800dc01d1e4cdf /pnda-bootstrap-container/Dockerfile | |
parent | 0745d89fe369cd77b4ab058ec3b7a7de828d7d65 (diff) |
Align PNDA build and deployment with release/5.0
Change-Id: Iebb0e07519ca7d32950372108608fc0d71916fab
Issue-ID: DCAEGEN2-701
Signed-off-by: krickwix <krickwix@gmail.com>
Diffstat (limited to 'pnda-bootstrap-container/Dockerfile')
-rw-r--r-- | pnda-bootstrap-container/Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pnda-bootstrap-container/Dockerfile b/pnda-bootstrap-container/Dockerfile index 1b90d65..4fefa8a 100644 --- a/pnda-bootstrap-container/Dockerfile +++ b/pnda-bootstrap-container/Dockerfile @@ -18,8 +18,8 @@ FROM python:2.7.15 as build -ARG PNDACLITAG=2.0.0 -ARG PLATFORMSALTTAG=5.0.0 +ARG PNDACLITAG=release/5.0 +ARG PLATFORMSALTTAG=release/5.0 RUN git clone -b $PNDACLITAG https://github.com/pndaproject/pnda-cli.git RUN git clone -b $PLATFORMSALTTAG https://github.com/pndaproject/platform-salt.git |