From fdbd1b17d9fccf2a73cda0a40731d77bc80c19f4 Mon Sep 17 00:00:00 2001 From: elinuxhenrik Date: Wed, 21 Dec 2022 08:44:56 +0100 Subject: [PATCH] Add container tags to test images Issue-ID: NONRTRIC-819 Signed-off-by: elinuxhenrik Change-Id: I119bfdc23f9fe83393bf90a00d97846887f2705b --- test/cr/container-tag.yaml | 5 +++++ test/http-https-proxy/container-tag.yaml | 5 +++++ test/kafka-procon/container-tag.yaml | 5 +++++ test/mrstub/container-tag.yaml | 5 +++++ test/prodstub/container-tag.yaml | 5 +++++ 5 files changed, 25 insertions(+) create mode 100644 test/cr/container-tag.yaml create mode 100644 test/http-https-proxy/container-tag.yaml create mode 100644 test/kafka-procon/container-tag.yaml create mode 100644 test/mrstub/container-tag.yaml create mode 100644 test/prodstub/container-tag.yaml diff --git a/test/cr/container-tag.yaml b/test/cr/container-tag.yaml new file mode 100644 index 00000000..a13d4793 --- /dev/null +++ b/test/cr/container-tag.yaml @@ -0,0 +1,5 @@ +# The Jenkins job requires a tag to build the Docker image. +# By default this file is in the docker build directory, +# but the location can configured in the JJB template. +--- +tag: 0.1.0 diff --git a/test/http-https-proxy/container-tag.yaml b/test/http-https-proxy/container-tag.yaml new file mode 100644 index 00000000..a13d4793 --- /dev/null +++ b/test/http-https-proxy/container-tag.yaml @@ -0,0 +1,5 @@ +# The Jenkins job requires a tag to build the Docker image. +# By default this file is in the docker build directory, +# but the location can configured in the JJB template. +--- +tag: 0.1.0 diff --git a/test/kafka-procon/container-tag.yaml b/test/kafka-procon/container-tag.yaml new file mode 100644 index 00000000..a13d4793 --- /dev/null +++ b/test/kafka-procon/container-tag.yaml @@ -0,0 +1,5 @@ +# The Jenkins job requires a tag to build the Docker image. +# By default this file is in the docker build directory, +# but the location can configured in the JJB template. +--- +tag: 0.1.0 diff --git a/test/mrstub/container-tag.yaml b/test/mrstub/container-tag.yaml new file mode 100644 index 00000000..a13d4793 --- /dev/null +++ b/test/mrstub/container-tag.yaml @@ -0,0 +1,5 @@ +# The Jenkins job requires a tag to build the Docker image. +# By default this file is in the docker build directory, +# but the location can configured in the JJB template. +--- +tag: 0.1.0 diff --git a/test/prodstub/container-tag.yaml b/test/prodstub/container-tag.yaml new file mode 100644 index 00000000..a13d4793 --- /dev/null +++ b/test/prodstub/container-tag.yaml @@ -0,0 +1,5 @@ +# The Jenkins job requires a tag to build the Docker image. +# By default this file is in the docker build directory, +# but the location can configured in the JJB template. +--- +tag: 0.1.0 -- 2.16.6