Python Version update
[osm/devops.git] / docker / LCM / Dockerfile
index 6675a99..34e753a 100644 (file)
@@ -44,7 +44,8 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y git make
     python3-all python3-setuptools openssh-client libffi-dev libssl-dev \
     wget tox python3-cffi \
     && python3 -m pip install -U pip \
-    && python3 -m pip install -U juju==2.8.2 \
+    && python3 -m pip install -U juju==2.8.4 \
+    && python3 -m pip install -U kubernetes==10.0.1 \
     && rm -rf /var/lib/apt/lists/*
 
 # RUN git clone https://osm.etsi.org/gerrit/osm/N2VC.git \
@@ -62,12 +63,17 @@ 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 https://get.helm.sh/helm-v3.3.4-linux-amd64.tar.gz --output helm-v3.3.4.tar.gz \
+    && tar -zxvf helm-v3.3.4.tar.gz \
+    && mv linux-amd64/helm /usr/local/bin/helm3 \
+    && rm -r linux-amd64/
+
 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
-ARG RELEASE=ReleaseEIGHT-daily
+ARG RELEASE=ReleaseNINE-daily
 ARG REPOSITORY_KEY=OSM%20ETSI%20Release%20Key.gpg
 ARG REPOSITORY=testing