Skip to content

Disable Renovate digest updates for builder-stage base images - #2803

Merged
rajathagasthya merged 1 commit into
NVIDIA:mainfrom
rajathagasthya:fix/renovate-builder-digest-updates
Aug 25, 2026
Merged

Disable Renovate digest updates for builder-stage base images#2803
rajathagasthya merged 1 commit into
NVIDIA:mainfrom
rajathagasthya:fix/renovate-builder-digest-updates

Conversation

@rajathagasthya

Copy link
Copy Markdown
Contributor

Description

golang, ubi9, and debian are only builder stages in docker/Dockerfile — no layers from them ship in the final image, so digest-only rebuilds of the same tag don't change what ships. Disable digest-type updates for them; digests remain pinned and are still updated when the tag changes. Digest updates stay enabled for the distroless runtime base.

Context: #2799 (comment)

Checklist

  • No secrets, sensitive information, or unrelated changes
  • Lint checks passing (make lint)
  • Generated assets in-sync (make validate-generated-assets)
  • Go mod artifacts in-sync (make validate-modules)
  • Test cases are added for new code paths

Testing

N/A — config-only change to .github/renovate.json (validated as well-formed JSON).

golang, ubi9, and debian are only builder stages in docker/Dockerfile —
no layers from them ship in the final image, so digest-only rebuilds of
the same tag don't change what ships. Disable digest-type updates for
them; digests remain pinned and are still updated when the tag changes.
Digest updates stay enabled for the distroless runtime base.

Signed-off-by: Rajath Agasthya <ragasthya@nvidia.com>
@rajathagasthya
rajathagasthya merged commit 243b49e into NVIDIA:main Aug 25, 2026
39 of 40 checks passed
@rajathagasthya
rajathagasthya deleted the fix/renovate-builder-digest-updates branch August 25, 2026 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants