X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=Dockerfile.local;h=cdfd8776112adbea1c13b1907442c86de46c8e04;hb=072b1ce375d593ad1372ea974319e11ea28153f6;hp=25775d6a87ea9524f7704256251a3a4198a43b2e;hpb=90fd5b3db57d7bd5248f91b08e7f6a28dab2f9ea;p=osm%2FLCM.git diff --git a/Dockerfile.local b/Dockerfile.local index 25775d6..cdfd877 100644 --- a/Dockerfile.local +++ b/Dockerfile.local @@ -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 \ @@ -39,6 +39,7 @@ RUN apt-get update && apt-get install -y git tox python3 \ && python3 -m pip install -U 'PyYAML' 'aiohttp>=2.3.10' flake8 RUN git -C /app clone https://osm.etsi.org/gerrit/osm/N2VC.git \ + && git -C /app/N2VC checkout v8.0 \ && python3 -m pip install -e /app/N2VC \ && python3 -m pip install -U juju \ && apt-get install -y libffi-dev libssl-dev openssh-client @@ -46,9 +47,12 @@ RUN git -C /app clone https://osm.etsi.org/gerrit/osm/N2VC.git \ # cd modules/libjuju; python3 setup.py develop RUN git -C /app clone https://osm.etsi.org/gerrit/osm/common.git \ + && git -C /app/common checkout v8.0 \ && python3 -m pip install -e /app/common # python3-pymongo python3-yaml pycrypto aiokafka +RUN python3 -m pip install grpcio-tools grpclib + RUN mkdir -p /app/storage/kafka && mkdir -p /app/log