Merge "Use ubi8/ubi-minimal image on tripleo-containter-rm tests" into stable/train

This commit is contained in:
Zuul 2021-05-03 13:41:23 +00:00 committed by Gerrit Code Review
commit 76a537a067
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