Use ubi8/ubi-minimal image on tripleo-containter-rm tests

Switched the container image from fedora to ubi8/ubi-minimal for the molecule tests

Change-Id: If544556620f65ad477889accc3a0e8301e4673f5
This commit is contained in:
Juan Badia Payno 2021-04-20 13:16:40 +02:00
parent d88e06950e
commit af2aa5aa02
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@
- name: Pull container image
podman_image:
name: fedora
name: registry.access.redhat.com/ubi8/ubi-minimal
- name: Create test containers
podman_container:
@ -41,7 +41,7 @@
interactive: true
tty: true
detach: true
image: fedora
image: ubi-minimal
command: bash
with_items:
- podman-container1