From 14fce75669a1f60c64312db518a3ebcf35a0d4b3 Mon Sep 17 00:00:00 2001 From: Ronelle Landy Date: Thu, 8 Apr 2021 09:13:38 -0400 Subject: [PATCH] Bump to container-tools:3.0 for upstream CI This patch rev's container-tools in the train (c-8) release file. Change-Id: Idfa3ee2627e4619424294555ac56d2c04080636a --- config/release/tripleo-ci/CentOS-8/train.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/release/tripleo-ci/CentOS-8/train.yml b/config/release/tripleo-ci/CentOS-8/train.yml index 184047a16..d2b24ca2c 100644 --- a/config/release/tripleo-ci/CentOS-8/train.yml +++ b/config/release/tripleo-ci/CentOS-8/train.yml @@ -190,7 +190,7 @@ repo_cmd_after: | sudo dnf repolist; sudo dnf module list; sudo dnf module disable container-tools:rhel8 -y; - sudo dnf module enable container-tools:2.0 -y; + sudo dnf module enable container-tools:3.0 -y; sudo dnf clean metadata {% if repo_setup_run_update|default(true)|bool %} sudo dnf update -y