From 8a7993fce2a90265f9ae815fda63544ba375f412 Mon Sep 17 00:00:00 2001 From: Yashvardhan Nanavati Date: Mon, 9 Jun 2025 23:23:25 -0700 Subject: [PATCH] Add comment to Containerfile Signed-off-by: Yashvardhan Nanavati --- Containerfile.iib-build-task | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile.iib-build-task b/Containerfile.iib-build-task index 32253a5..098b44d 100644 --- a/Containerfile.iib-build-task +++ b/Containerfile.iib-build-task @@ -4,6 +4,7 @@ WORKDIR /opt/app-root/src ADD https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm epel-release-latest-9.noarch.rpm +# We need multiple OPM versions because IIB uses different upstream versions for different OCP versions ARG OPM_VERSION_1_26_4=v1.26.4 ARG OPM_VERSION_1_40_0=v1.40.0 ARG OPM_VERSION_1_44_0=v1.44.0