summaryrefslogtreecommitdiffstats
path: root/ansible/test/images
diff options
context:
space:
mode:
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>2021-10-01 09:59:31 +0000
committerGerrit Code Review <gerrit@onap.org>2021-10-01 09:59:31 +0000
commit6df828a11cf31250d62b2303251c8f32059fe4fe (patch)
treee8d8a8a63e83f12555252d6f3f76f36fc2339f8f /ansible/test/images
parenta94408a888e32c83d24b2b3e697fe9906afb3eb9 (diff)
parent632891dd505db333ac3ee401eb9eb1a9431d5d60 (diff)
Merge changes from topic "rhel79-upgrade"
* changes: [DOC] Update Rhel/Centos version in docs to 7.9 [ANSIBLE] Disable DNS management in Network Manager only if it's installed [CICDANSIBLE] Update heat template "image_name" parameter description [MOLECULE] Upgrade roles tests image to Centos7.9 [MOLECULE] Upgrade playbook tests image to Centos7.9 [BUILD] Run Centos7.9 docker image for rpm download
Diffstat (limited to 'ansible/test/images')
-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}