From: Dominik Fleischmann Date: Thu, 21 May 2020 12:05:24 +0000 (+0200) Subject: Changing Juju version in Docker X-Git-Tag: v7.1.0rc4~1 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=e91a5806c349dccf6e73cafb21445a645fa503fc;p=osm%2Fdevops.git Changing Juju version in Docker The juju that is integrated in the LCM container, contains a pinned version and needs to be updated for new functionality. Change-Id: Ia5b86260689ac8f6e32f080ccd0bbbce79b9afac Signed-off-by: Dominik Fleischmann (cherry picked from commit 40e73bfe3fc03729f439a77fb5222380f156f83f) --- diff --git a/docker/LCM/Dockerfile b/docker/LCM/Dockerfile index de8a713d..0cf86fc6 100644 --- a/docker/LCM/Dockerfile +++ b/docker/LCM/Dockerfile @@ -65,8 +65,8 @@ RUN curl https://get.helm.sh/helm-v2.15.2-linux-amd64.tar.gz --output helm-v2.15 && mv linux-amd64/helm /usr/local/bin/helm \ && rm -r linux-amd64/ -RUN curl -L https://launchpad.net/juju/2.7/2.7.0/+download/juju-2.7.0-k8s.tar.xz --output juju-2.7.0-k8s.tar.xz \ - && tar -xvf juju-2.7.0-k8s.tar.xz \ +RUN curl -L https://launchpad.net/juju/2.7/2.7.6/+download/juju-2.7.6-k8s.tar.xz --output juju-2.7.6-k8s.tar.xz \ + && tar -xvf juju-2.7.6-k8s.tar.xz \ && mv juju /usr/local/bin/juju ARG REPOSITORY_BASE=http://osm-download.etsi.org/repository/osm/debian