NVIDIA / NVIDIA/nvcf

Add a base image freshness check for pinned digests

Open
#454 0 comments 0 reactions 1 assignee View on GitHub

@balajinvda is already working on this.

Since Jul 26, 2026.

ci
Dominant language
Go
Stars
218
Forks
72
Avg merge
1d 9h
Merged PRs (30d)
417

Description

Description

Independent of #448.

Base images are pinned by digest, which is correct and reproducible. Nothing reports
when a newer base is published, so a patched base can go unnoticed indefinitely.

This is detection, not caching. The goal is a signal that a pinned digest has fallen
behind its tag, so a human decides whether to move it.

Definition of Done

  • A scheduled check compares each pinned digest against its upstream tag.
  • Drift is reported somewhere a maintainer will see it.
  • The check does not itself mutate pins.

Resources

  • #448

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.