Skip to content

fix: delay golang docker image bumps by 1 day to ride out multi-arch publish race#50

Merged
cplieger merged 1 commit into
mainfrom
golang-min-release-age
Jul 7, 2026
Merged

fix: delay golang docker image bumps by 1 day to ride out multi-arch publish race#50
cplieger merged 1 commit into
mainfrom
golang-min-release-age

Conversation

@cplieger

@cplieger cplieger commented Jul 7, 2026

Copy link
Copy Markdown
Owner

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.

…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.
@cplieger cplieger enabled auto-merge (rebase) July 7, 2026 23:30
@cplieger cplieger merged commit 4e04d08 into main Jul 7, 2026
10 checks passed
@cplieger cplieger deleted the golang-min-release-age branch July 7, 2026 23:30
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.

1 participant