summaryrefslogtreecommitdiffstats
path: root/ansible/test/images/docker/centos7
diff options
context:
space:
mode:
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>2021-09-22 14:28:09 +0200
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>2021-09-27 13:17:49 +0000
commit22cac4cbf97d0d7c5be6275bd3d79b54abd1a63d (patch)
treed7b781834d18bf9771241a343b9f037c9cdae59a /ansible/test/images/docker/centos7
parent984d25fb7e4245df7e05c9beffb154fce43bdd87 (diff)
[MOLECULE] Upgrade playbook tests image to Centos7.9
Change-Id: I7b2d67a25da0433f073e13616cdbb0291fc1a7b9 Issue-ID: OOM-2837 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'ansible/test/images/docker/centos7')
-rwxr-xr-xansible/test/images/docker/centos7/build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ansible/test/images/docker/centos7/build.sh b/ansible/test/images/docker/centos7/build.sh
index dede5215..05d28c12 100755
--- a/ansible/test/images/docker/centos7/build.sh
+++ b/ansible/test/images/docker/centos7/build.sh
@@ -2,7 +2,7 @@
# COPYRIGHT NOTICE STARTS HERE
-# Copyright 2018 © Samsung Electronics Co., Ltd.
+# Copyright 2021 © Samsung Electronics Co., Ltd.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -19,5 +19,5 @@
# COPYRIGHT NOTICE ENDS HERE
set -e
-TAG=${1:-centos7.6}
+TAG=${1:-centos7.9}
docker build . -t molecule-centos:${TAG}