The gdrdrv image is published to nvcr.io/nvidia/cloud-native with OS specific tags only (v2.5.2-ubuntu22.04, v2.5.2-ubuntu24.04, v2.5.2-rhcos, etc.). No bare version tag (v2.5.2) is published as a manifest list covering all OS variants. This prevents tools like Renovate from tracking and updating the gdrdrv version in the OLM bundle CSV, since the bare tag lookup returns 404.
Problem:
docker manifest inspect nvcr.io/nvidia/cloud-native/gdrdrv:v2.5.2
no such manifest: nvcr.io/nvidia/cloud-native/gdrdrv:v2.5.2
Root cause
The NGC publishing config (gdrdrv-v2.5.2.yaml) only publishes OS-specific artifacts. No bare version manifest list is created in nvstaging before publishing.
The
gdrdrvimage is published tonvcr.io/nvidia/cloud-nativewith OS specific tags only (v2.5.2-ubuntu22.04, v2.5.2-ubuntu24.04, v2.5.2-rhcos, etc.). No bare version tag (v2.5.2) is published as a manifest list covering all OS variants. This prevents tools likeRenovatefrom tracking and updating thegdrdrvversion in the OLM bundle CSV, since the bare tag lookup returns404.Problem:
docker manifest inspect nvcr.io/nvidia/cloud-native/gdrdrv:v2.5.2no such manifest: nvcr.io/nvidia/cloud-native/gdrdrv:v2.5.2Root cause
The NGC publishing config (
gdrdrv-v2.5.2.yaml) only publishes OS-specific artifacts. No bare version manifest list is created in nvstaging before publishing.