X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=docker%2FNBI%2FDockerfile;h=f15188d09cd85d790f79a16ce68eb0955030d552;hb=a4a37f7f9f5410ff2c7833b76bdc85f752c74849;hp=e5bca0fff8bfa2c5a8a596330fda5d474201070a;hpb=68d146fd680d3e4a4dfaf4a9a2d520d83ecf48dc;p=osm%2Fdevops.git diff --git a/docker/NBI/Dockerfile b/docker/NBI/Dockerfile index e5bca0ff..f15188d0 100644 --- a/docker/NBI/Dockerfile +++ b/docker/NBI/Dockerfile @@ -18,18 +18,18 @@ # This creates osm/NBI docker from local NBI source code -FROM ubuntu:16.04 +FROM ubuntu:18.04 -RUN apt-get update && apt-get -y install curl software-properties-common +RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y install curl software-properties-common -RUN apt-get update && apt-get install -y git python3 python3-jsonschema \ +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 \ && mkdir -p /app/storage/kafka && mkdir -p /app/log ARG REPOSITORY_BASE=http://osm-download.etsi.org/repository/osm/debian -ARG RELEASE=ReleaseFOUR-daily +ARG RELEASE=ReleaseEIGHT-daily ARG REPOSITORY_KEY=OSM%20ETSI%20Release%20Key.gpg ARG REPOSITORY=testing