From 5249f473cfc96cafa78e36fd3f65d6ff63d2914b Mon Sep 17 00:00:00 2001 From: "halil.cakal" Date: Fri, 11 Nov 2022 12:49:01 +0000 Subject: [PATCH] add container tag yml for rapp catalogue enhanced for docker job Change container tag version Issue-ID: NONRTRIC-800 Change-Id: I63b9c0fc1825975910f547add4c83cdae36e1dc7 Signed-off-by: halil.cakal --- catalogue-enhanced/container-tag.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 catalogue-enhanced/container-tag.yaml diff --git a/catalogue-enhanced/container-tag.yaml b/catalogue-enhanced/container-tag.yaml new file mode 100644 index 0000000..479af13 --- /dev/null +++ b/catalogue-enhanced/container-tag.yaml @@ -0,0 +1,22 @@ +# ============LICENSE_START=============================================== +# Copyright (C) 2022 Nordix Foundation. All rights reserved. +# ======================================================================== +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ============LICENSE_END================================================= +# + +# 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: 1.0.0 -- 2.16.6