From 1b8d8b62adcb5f2c7ad1d2ae89a4d90a5fcd096b Mon Sep 17 00:00:00 2001 From: Patrick Dillon Date: Wed, 10 Jun 2026 21:56:37 -0400 Subject: [PATCH] Remove base image recommendation OpenShift broadly uses internal images in Containerfiles. The recommendation to use ubi is too broad and results in misguided comments such as: https://github.com/openshift/installer/pull/10602/changes#r3369895098 --- .coderabbit.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.coderabbit.yaml b/.coderabbit.yaml index 5088989..ef9fbaf 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -584,7 +584,6 @@ reviews: - path: "**/{Dockerfile,Containerfile}*" instructions: | Container security (prodsec-skills): - - Base image: UBI minimal or distroless from catalog.redhat.com - Red Hat images: use floating tags (Red Hat manages updates); non-RH images: pin by digest - Multi-stage builds; no build tools in final image