diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2021-09-22 14:28:09 +0200 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2021-10-01 09:40:43 +0000 |
commit | c0972661d82c9a115308f7fc930cb2caa0aee886 (patch) | |
tree | 604a45a7f97d5113f4240fcb46196681419c0f5c /ansible/test/images/docker | |
parent | 1acf8b897ddf3fc2dd19bc5acd14a5092c808e48 (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')
-rwxr-xr-x | ansible/test/images/docker/centos7/build.sh | 4 |
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} |