Additional arguments 79/10079/1
authorbeierlm <mark.beierl@canonical.com>
Fri, 4 Dec 2020 16:32:25 +0000 (11:32 -0500)
committerbeierlm <mark.beierl@canonical.com>
Fri, 4 Dec 2020 16:32:25 +0000 (11:32 -0500)
Adds the IM_VERSION and OSMCLIENT_VERSION arguments so that the
docker build uses them.

Change-Id: Ie7dfc6aba850b534d45ef7b997606a18ab1cf748
Signed-off-by: beierlm <mark.beierl@canonical.com>
docker/tests/Dockerfile

index 1804a86..a3b4e26 100644 (file)
@@ -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