Skip to content

Bare version tag not published only OS specific tags available #340

Description

@shivakunv

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions