X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=docker%2FLCM%2FDockerfile;h=3ccb343512faceeefdbf0007325c7f544f7c8f43;hb=2a815a3f98afa5fb180b2a47ee58c4f6dc7c69fb;hp=c4636005652e06c763ab52c88b2ceeec576ce68d;hpb=7ce7f4dcdb7aea48b10452ffd8839a6dba210f8a;p=osm%2Fdevops.git diff --git a/docker/LCM/Dockerfile b/docker/LCM/Dockerfile index c4636005..3ccb3435 100644 --- a/docker/LCM/Dockerfile +++ b/docker/LCM/Dockerfile @@ -47,7 +47,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y git make && python3 -m pip install -U pip \ && python3 -m pip install -U aiokafka lxml six enum34 \ && python3 -m pip install requests \ - && python3 -m pip install -U juju==2.8.1 \ + && python3 -m pip install -U juju==2.8.2 \ && rm -rf /var/lib/apt/lists/* # RUN git clone https://osm.etsi.org/gerrit/osm/N2VC.git \ @@ -70,7 +70,7 @@ RUN curl -L https://launchpad.net/juju/2.7/2.7.6/+download/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=ReleaseSEVEN-daily +ARG RELEASE=ReleaseEIGHT-daily ARG REPOSITORY_KEY=OSM%20ETSI%20Release%20Key.gpg ARG REPOSITORY=testing @@ -79,6 +79,8 @@ RUN add-apt-repository -y "deb ${REPOSITORY_BASE}/${RELEASE} ${REPOSITORY} LCM N RUN python3 -m pip install -U "cffi==1.13.2" +RUN python3 -m pip install grpcio==1.31.0 grpcio-tools==1.31.0 grpclib==0.3.2 + ARG LCM_VERSION ARG COMMON_VERSION ARG N2VC_VERSION @@ -89,8 +91,6 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \ python3-n2vc${N2VC_VERSION} \ && rm -rf /var/lib/apt/lists/* -EXPOSE 9999 - LABEL Maintainer="alfonso.tiernosepulveda@telefonica.com" \ Description="This implements life cycle management engine for OSM" \ Version="1.0" \