From 8438bf3297476f81c01801a86b18b33b5257bcbe Mon Sep 17 00:00:00 2001 From: yatinkarel Date: Mon, 9 Nov 2020 16:29:53 +0530 Subject: [PATCH] Pin UBI image to 8.2 for build containers job https://review.opendev.org/#/c/761402/ only handled provider jobs, but containers are build on standalone jobs too with build_container_images set to true. Related-Bug: #1902846 Change-Id: Ic2314e4a1c8dfe0b7664cb5d04f1bef1ec22716c --- zuul.d/base.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/zuul.d/base.yaml b/zuul.d/base.yaml index b30ffdb05..ec86fbfdb 100644 --- a/zuul.d/base.yaml +++ b/zuul.d/base.yaml @@ -401,6 +401,7 @@ environment_infra: osinfra environment_type: standalone common_featureset: featureset-multinode-common.yml + containers_base_image: "ubi8:8.2" playbooks: - quickstart.yml - multinode-standalone.yml