Adding container tag for image tagging 66/11266/2
authorSANDEEP KUMAR JAISAWAL <s.jaisawal@samsung.com>
Tue, 6 Jun 2023 09:23:18 +0000 (14:53 +0530)
committerSANDEEP KUMAR JAISAWAL <s.jaisawal@samsung.com>
Wed, 7 Jun 2023 06:04:56 +0000 (11:34 +0530)
Issue-Id: AIMLFW-46

Change-Id: I9f652a329499d58e187c06384aa9ef58c4fd1451
Signed-off-by: SANDEEP KUMAR JAISAWAL <s.jaisawal@samsung.com>
container-tag.yaml [new file with mode: 0644]

diff --git a/container-tag.yaml b/container-tag.yaml
new file mode 100644 (file)
index 0000000..0860b19
--- /dev/null
@@ -0,0 +1,21 @@
+# ==================================================================================
+#
+#       Copyright (c) 2023 Samsung Electronics Co., Ltd. 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.
+#
+# ==================================================================================
+   # The Jenkins job requires a tag to build the Docker image.
+   # Global-JJB script assumes this file is in the repo root.
+---
+tag: 1.0.0
\ No newline at end of file