Merge "Bump to container-tools:3.0 for upstream CI"

This commit is contained in:
Zuul 2021-04-09 19:59:12 +00:00 committed by Gerrit Code Review
commit de1043a94a
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,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