diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2018-10-29 22:04:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-10-29 22:04:22 +0000 |
commit | d003b6e2876dc3b0ef125e90622964eaf8f3114a (patch) | |
tree | 2bfb0d829739da9ae4bf2a7507c4895710939914 /pnda-bootstrap-container | |
parent | 251ca1da04625ce590c08afe1be67e2c94bd150d (diff) | |
parent | dbac6f26fe6e6a10ae87e06db6fef34afa402727 (diff) |
Merge "Align PNDA build and deployment with release/5.0"
Diffstat (limited to 'pnda-bootstrap-container')
-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 |