From 22cac4cbf97d0d7c5be6275bd3d79b54abd1a63d Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Wed, 22 Sep 2021 14:28:09 +0200 Subject: [MOLECULE] Upgrade playbook tests image to Centos7.9 Change-Id: I7b2d67a25da0433f073e13616cdbb0291fc1a7b9 Issue-ID: OOM-2837 Signed-off-by: Bartek Grzybowski --- ansible/test/images/docker/centos7/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ansible/test/images/docker/centos7') 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} -- cgit 1.2.3-korg