From 0fc2ee1ada11d0608d5890ef6012e5cd27672ab1 Mon Sep 17 00:00:00 2001 From: beierlm Date: Fri, 4 Dec 2020 11:32:25 -0500 Subject: [PATCH] Additional arguments Adds the IM_VERSION and OSMCLIENT_VERSION arguments so that the docker build uses them. Change-Id: Ie7dfc6aba850b534d45ef7b997606a18ab1cf748 Signed-off-by: beierlm --- docker/tests/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/tests/Dockerfile b/docker/tests/Dockerfile index 1804a862..a3b4e267 100644 --- a/docker/tests/Dockerfile +++ b/docker/tests/Dockerfile @@ -28,6 +28,8 @@ ARG RELEASE=ReleaseEIGHT-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 -- 2.25.1