From 0f38e8877279f47d11c21304a4ccdeeeaae7ad70 Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Tue, 12 Jan 2021 12:23:39 -0700 Subject: [PATCH] Switch off of docker.io for testing Let's use the ubi8 container instead of centos:8 Change-Id: I5985c8c3db90024a99e1d55d466b46076be6857a (cherry picked from commit 83706a92c5dc95ebd01e07bf87d71edddf9fe0de) --- .../roles/tripleo-podman/molecule/default/prepare.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tripleo_ansible/roles/tripleo-podman/molecule/default/prepare.yml b/tripleo_ansible/roles/tripleo-podman/molecule/default/prepare.yml index bd8c5949c..2cbcab68c 100644 --- a/tripleo_ansible/roles/tripleo-podman/molecule/default/prepare.yml +++ b/tripleo_ansible/roles/tripleo-podman/molecule/default/prepare.yml @@ -32,10 +32,10 @@ state: latest - name: Pull container image - command: "podman pull centos:8" + command: "podman pull ubi8:latest" - name: Create test containers - command: "podman run -itd --systemd true --name {{ item }} fedora bash" + command: "podman run -itd --systemd true --name {{ item }} ubi8:latest bash" with_items: - podman-container1 - podman-container2