Fixes Bug 1275 and Bug 1273 - aiokafka version freeze 0.6.0 34/9934/2 v8.0.3 v8.0.4
authorfonsecaj <jpedrofonseca@av.it.pt>
Thu, 29 Oct 2020 19:04:26 +0000 (19:04 +0000)
committerfonsecaj <jpedrofonseca@av.it.pt>
Tue, 3 Nov 2020 11:18:06 +0000 (13:18 +0200)
Change-Id: I5226e1d790c37d889fac2e6d8285f41f033e9529
Signed-off-by: fonsecaj <jpedrofonseca@av.it.pt>
(cherry picked from commit 1850e4abd7b58d749443ddc5ca5c2cdbb2d067ca)

docker/NBI/Dockerfile

index f15188d..d115e08 100644 (file)
@@ -25,7 +25,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y install curl sof
 RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y git python3 python3-jsonschema \
     python3-pymongo python3-yaml python3-pip python3-keystoneclient \
     && pip3 install -U pip \
-    && python3 -m pip install aiokafka aiohttp cherrypy==18.1.2 pyangbind keystoneauth1 \
+    && python3 -m pip install aiokafka==0.6.0 aiohttp cherrypy==18.1.2 pyangbind keystoneauth1 \
     && mkdir -p /app/storage/kafka && mkdir -p /app/log
 
 ARG REPOSITORY_BASE=http://osm-download.etsi.org/repository/osm/debian