From d8a667c4d638b5eccfc5d199f140be80485350c2 Mon Sep 17 00:00:00 2001 From: Brandon Dunne Date: Mon, 28 Aug 2023 17:46:22 -0400 Subject: [PATCH] Lock down to UBI 8.8-1032 /etc/yum.repos.d/ubi.repo is missing from registry.redhat.io/ubi8:8.8-1032.1692772289(latest) for PPC64le latest minimal, micro and s2i-core are fine RHBZ: https://bugzilla.redhat.com/show_bug.cgi?id=2233877 --- images/manageiq-base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/manageiq-base/Dockerfile b/images/manageiq-base/Dockerfile index 6b120451e..d562f245d 100644 --- a/images/manageiq-base/Dockerfile +++ b/images/manageiq-base/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi8/ubi +FROM registry.access.redhat.com/ubi8/ubi:8.8-1032 MAINTAINER ManageIQ https://manageiq.org ARG ARCH=x86_64