fix: Force renovate to keep alpine in docker version (attempt 2)#5907
Merged
lukemassa merged 2 commits intorunatlantis:mainfrom Oct 23, 2025
Merged
fix: Force renovate to keep alpine in docker version (attempt 2)#5907lukemassa merged 2 commits intorunatlantis:mainfrom
lukemassa merged 2 commits intorunatlantis:mainfrom
Conversation
…ntis#5892)" This reverts commit 2b040f9. Signed-off-by: Luke Massa <lukefrederickmassa@gmail.com>
Signed-off-by: Luke Massa <lukefrederickmassa@gmail.com>
jamengual
approved these changes
Oct 23, 2025
dimisjim
pushed a commit
to dimisjim/atlantis
that referenced
this pull request
Oct 29, 2025
…atlantis#5907) Signed-off-by: Luke Massa <lukefrederickmassa@gmail.com> Signed-off-by: dimisjim <dimitris.moraitidis@gmail.com>
aidansteele
pushed a commit
to aidansteele/atlantis
that referenced
this pull request
Mar 12, 2026
…atlantis#5907) Signed-off-by: Luke Massa <lukefrederickmassa@gmail.com>
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.
what
Second attempt at making renovate use the alpine version of the docker container for golang on upgrades.
why
First attempt (#5892) didn't work, trying again.
tests
This time I got some testing to work. I ran renovate locally and pulled out the relevant output.
On main:
On the new branch
The last attempt #5886 attempted to put in this line
I pulled the image locally and confirmed that was the hash. Both version name and hash match the renovate output on
mainabove.The new branch would imply a docker image
golang:1.25.3-alpinewith hashaee43c3ccbf24fdffb7295693b6e33b21e01baec1b2a55acc351fde345e9ec34, which I confirmed:references
#5892