Changing Juju version in Docker 54/9054/1
authorDominik Fleischmann <dominik.fleischmann@canonical.com>
Thu, 21 May 2020 12:00:43 +0000 (14:00 +0200)
committertierno <alfonso.tiernosepulveda@telefonica.com>
Tue, 9 Jun 2020 07:42:24 +0000 (07:42 +0000)
The juju that is integrated in the LCM container,
contains a pinned version and needs to be updated
for new functionality.

Change-Id: I63a8926e745962494224aa804b6ce04f78a7f7b0
Signed-off-by: Dominik Fleischmann <dominik.fleischmann@canonical.com>
Dockerfile.local

index 25775d6..a64bf4c 100644 (file)
@@ -29,8 +29,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
 
 RUN apt-get update && apt-get install -y git tox python3 \