X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=docker%2Ftests%2FDockerfile;h=07a46cfd30e30f76c74c8190567218bea71cb024;hb=fa81f28edaf5962fbc034ddcf783c4298573500b;hp=b475d1ad34119ab6037362f827af0e7918e268b4;hpb=52dd2962119db74f9d259a76fdf8502345e9fe38;p=osm%2Fdevops.git diff --git a/docker/tests/Dockerfile b/docker/tests/Dockerfile index b475d1ad..07a46cfd 100644 --- a/docker/tests/Dockerfile +++ b/docker/tests/Dockerfile @@ -24,10 +24,12 @@ RUN python3 -m pip install haikunator requests robotframework robotframework-sel verboselogs pyangbind ARG REPOSITORY_BASE=http://osm-download.etsi.org/repository/osm/debian -ARG RELEASE=ReleaseEIGHT-daily +ARG RELEASE=ReleaseNINE-daily ARG REPOSITORY_KEY=OSM%20ETSI%20Release%20Key.gpg ARG REPOSITORY=testing ARG TESTS_VERSION +ARG IM_VERSION +ARG OSMCLIENT_VERSION RUN curl ${REPOSITORY_BASE}/${RELEASE}/${REPOSITORY_KEY} | apt-key add - RUN add-apt-repository -y "deb ${REPOSITORY_BASE}/${RELEASE} ${REPOSITORY} tests osmclient IM" && apt-get update