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:
@@ -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') }}"
|
||||
|
||||
Reference in New Issue
Block a user