You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ci-operator/config/rh-ecosystem-edge/kernel-module-management/rh-ecosystem-edge-kernel-module-management-main.yaml
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,9 @@ images:
31
31
- dockerfile_path: Dockerfile.signimage
32
32
inputs:
33
33
ubi9-minimal-entitled:
34
+
as:
35
+
- registry.access.redhat.com/ubi9/ubi-minimal:9.5
36
+
ubi94-minimal-entitled:
34
37
as:
35
38
- registry.access.redhat.com/ubi9/ubi-minimal:9.4
36
39
to: kernel-module-management-signimage
@@ -44,6 +47,11 @@ images:
44
47
FROM ubi9-minimal:9.4
45
48
RUN rm -rf /etc/yum.repos.d/*
46
49
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
0 commit comments