Return back ubi8 as default

Image will be configured in the job definition, like it's here:
https://review.opendev.org/#/c/761402/
The default will be ubi8.
Change-Id: I8bccd01189ad340f9a28ab8e7774428248728cdc
This commit is contained in:
Sagi Shnaidman
2020-11-06 02:04:56 +02:00
parent f73147065c
commit f5d4a17b1f

View File

@@ -29,4 +29,4 @@ docker_prep_prefix: >-
{{ ansible_distribution | lower }}-binary
{%- endif -%}
# Temporary pin to 8.2 because of LP #1902846
containers_base_image: "{{ job.containers_base_image|default('ubi8:8.2') }}"
containers_base_image: "{{ job.containers_base_image|default('ubi8') }}"