Skip to content

Commit c986a24

Browse files
authored
[KMM] Bumping image substitutions of ubi-minimal 9.4 --> 9.5. (#59223)
Signed-off-by: Yoni Bettan <yonibettan@gmail.com>
1 parent f13e399 commit c986a24

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

ci-operator/config/rh-ecosystem-edge/kernel-module-management/rh-ecosystem-edge-kernel-module-management-main.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ images:
3131
- dockerfile_path: Dockerfile.signimage
3232
inputs:
3333
ubi9-minimal-entitled:
34+
as:
35+
- registry.access.redhat.com/ubi9/ubi-minimal:9.5
36+
ubi94-minimal-entitled:
3437
as:
3538
- registry.access.redhat.com/ubi9/ubi-minimal:9.4
3639
to: kernel-module-management-signimage
@@ -44,6 +47,11 @@ images:
4447
FROM ubi9-minimal:9.4
4548
RUN rm -rf /etc/yum.repos.d/*
4649
RUN curl http://base-4-16-rhel94.ocp.svc > /etc/yum.repos.d/base-4-16-rhel94.repo
50+
to: ubi94-minimal-entitled
51+
- dockerfile_literal: |
52+
FROM ubi9-minimal:9.5
53+
RUN rm -rf /etc/yum.repos.d/*
54+
RUN curl http://base-4-17-rhel9.ocp.svc > /etc/yum.repos.d/base-4-17-rhel9.repo
4755
to: ubi9-minimal-entitled
4856
- dockerfile_literal: |
4957
FROM src

0 commit comments

Comments
 (0)