fix: delay golang docker image bumps by 1 day to ride out multi-arch publish race#50
Merged
Conversation
…publish race The official golang tag publishes its multi-arch manifest in stages; Renovate can pin the tag digest mid-publish while the manifest-list index is still empty (0 platforms), which fails consumers' native amd64+arm64 builds with 'no match for platform in manifest'. A 1-day minimumReleaseAge scoped to the docker datasource rides out that race. Same guard homelab uses for PostgreSQL.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a 1-day minimumReleaseAge scoped to matchDatasources=docker + matchDepNames=golang, so Renovate waits for the golang tag's multi-arch manifest to fully publish before pinning its digest. Prevents the empty-index digest that just failed plex-language-sync#277 and tautulli-remap#275 (Renovate pinned the tag ~11 min before the platform manifests landed). Does not touch the go.dev-tarball golang-version dep or the golang-amd64/arm64 sha deps. Validated with renovate-config-validator.