X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=docker%2Fosmclient%2FDockerfile;fp=docker%2Fosmclient%2FDockerfile;h=a0b1e446304300d6c29dc30ff9c8b6f241e7de33;hb=39d42f8af98975685f50a0e17849dc231420a48e;hp=1061ea0f95bd95f035f492edd2db75d4de552279;hpb=c196383e0bd5d6cf2d703822f488e4b107ee83a6;p=osm%2Fdevops.git diff --git a/docker/osmclient/Dockerfile b/docker/osmclient/Dockerfile index 1061ea0f..a0b1e446 100644 --- a/docker/osmclient/Dockerfile +++ b/docker/osmclient/Dockerfile @@ -17,33 +17,31 @@ ## -FROM ubuntu:16.04 +FROM ubuntu:18.04 -LABEL authors="Michael Marchetti, Jayant Madavi " +MAINTAINER Gerardo Garcia ; Jayant Madavi RUN apt-get update && apt-get -y install curl software-properties-common -RUN apt-get update && apt-get -y install python \ - libcurl4-gnutls-dev libgnutls-dev iputils-ping python-pip \ - python-openstackclient wget python3-pip +RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y install wget python3 python3-pip \ + libcurl4-gnutls-dev python3-openstackclient -RUN pip install -U pip && python -m pip install python-magic pyangbind pytest==4.6.3 RUN python3 -m pip install -U pip && python3 -m pip install pyyaml python-magic pyangbind pytest==4.6.3 ARG REPOSITORY_BASE=http://osm-download.etsi.org/repository/osm/debian -ARG RELEASE=ReleaseFOUR-daily +ARG RELEASE=ReleaseSEVEN-daily ARG REPOSITORY_KEY=OSM%20ETSI%20Release%20Key.gpg ARG REPOSITORY=testing RUN curl ${REPOSITORY_BASE}/${RELEASE}/${REPOSITORY_KEY} | apt-key add - -RUN add-apt-repository -y "deb ${REPOSITORY_BASE}/${RELEASE} ${REPOSITORY} devops osmclient IM" && apt update +RUN add-apt-repository -y "deb ${REPOSITORY_BASE}/${RELEASE} ${REPOSITORY} devops osmclient IM" && apt-get update ARG OSMCLIENT_VERSION ARG DEVOPS_VERSION ARG IM_VERSION -RUN apt-get update && apt-get -y install osm-devops${DEVOPS_VERSION} python-osm-im${IM_VERSION} \ +RUN apt-get update && apt-get -y install osm-devops${DEVOPS_VERSION} \ python3-osm-im${IM_VERSION} python3-osmclient${OSMCLIENT_VERSION} ENV OSM_SOL005=True ENV OSM_HOSTNAME=nbi:9999 -ENV OSM_RO_HOSTNAME=ro:9090 +