-
Bug
-
Resolution: Unresolved
-
Critical
-
None
-
4.17.z
-
None
-
Quality / Stability / Reliability
-
False
-
-
None
-
None
-
Yes
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Description of problem:
The "openshift-driver-toolkit-ctr" image does not have the "ubi.repo" beginning with the the 4.17.38 z-stream. Right now this is blocking the AMD gpu-operator kernel module in-cluster builds that rely on installing package dependencies for their module build process
Version-Release number of selected component (if applicable):
v4.17.38+
How reproducible:
100%
Steps to Reproduce:
$ DTK_IMG=$(oc adm release info quay.io/openshift-release-dev/ocp-release:4.17.38-x86_64 --image-for=driver-toolkit) $ podman run --rm -it $DTK_IMG /bin/bash -c 'ls -l /etc/yum.repos.d/' total 0
Actual results:
"/etc/yum.repos.d/ubi.repo" does not exist in the image
Expected results:
The output of `ls /etc/yum.repos.d/" returns 2 files "redhat.repo" and "ubi.repo" which is consistent with the container images <= v4.17.37
Additional info:
This is a regression that is similar to OCPBUGS-60299 affecting 4.19 & 4.20 nightlies
- relates to
-
OCPBUGS-60299 Need ubi repos for the openshift-driver-toolkit-ctr container image
-
- Closed
-