diff options
author | Jack Lucas <jflucas@research.att.com> | 2018-04-03 18:01:30 +0000 |
---|---|---|
committer | Jack Lucas <jflucas@research.att.com> | 2018-04-03 18:02:22 +0000 |
commit | c8f0025f91f03c9281f4b6783c59baf41698010f (patch) | |
tree | 449d4043d3b8b72d32f662cc4a6c8af9f2f83945 /k8s-bootstrap-container/Dockerfile-template | |
parent | e38070d498938a65d354c9bfb29372815a2f9da1 (diff) |
Update Cloudify CLI version
Change-Id: Ia99dc7fcfabeec0f8b83c0182358750db942eb13
Issue-ID: DCAEGEN2-427
Signed-off-by: Jack Lucas <jflucas@research.att.com>
Diffstat (limited to 'k8s-bootstrap-container/Dockerfile-template')
-rw-r--r-- | k8s-bootstrap-container/Dockerfile-template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/k8s-bootstrap-container/Dockerfile-template b/k8s-bootstrap-container/Dockerfile-template index 300a9f6..713284d 100644 --- a/k8s-bootstrap-container/Dockerfile-template +++ b/k8s-bootstrap-container/Dockerfile-template @@ -31,7 +31,7 @@ RUN yum install -y gcc python-devel RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py \ && python get-pip.py \ && rm get-pip.py \ - && pip install cloudify==17.11.22 + && pip install cloudify==4.3 # Get plugin archives and build wagons RUN mkdir scripts @@ -46,4 +46,4 @@ RUN scripts/load-blueprints.sh ${BP_REPO} \ # Set up runtime script COPY bootstrap.sh scripts -ENTRYPOINT exec "/scripts/bootstrap.sh"
\ No newline at end of file +ENTRYPOINT exec "/scripts/bootstrap.sh" |