chore(chronograf): Bump alpine base-image to supported version#894
Open
srebhan wants to merge 1 commit into
Open
chore(chronograf): Bump alpine base-image to supported version#894srebhan wants to merge 1 commit into
srebhan wants to merge 1 commit into
Conversation
skartikey
approved these changes
Jul 2, 2026
jdstrand
requested changes
Jul 2, 2026
jdstrand
left a comment
Contributor
There was a problem hiding this comment.
I mentioned this elsewhere. 1.8 and 1.9 are definitely EOL. InfluxData needs to make a call on if 1.10 is EOL now that 1.11 is out. We shouldn't be updating EOL releases and instead remove them from https://hub.docker.com/_/chronograf, which should satisfy Docker Hub's base image requirements.
Member
Author
|
@jdstrand my plan is to
This is done to create the least surprise for users and have one PR per thing. The alternative would be to remove v1.8 and v1.9 from the official repo first but we won't get the PR accepted due to the Alpine image (for v1.10 and v1.11) being EOL... |
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.
This PR updates the version of the Alpine base image to a maintained version (see docker-library/official-images#21630 (comment)).
While we are trying to avoid re-tagging images with different content this seems to be a common practice by Docker to incorporate security issues (see docker-library/official-images#21702 (comment)). Therefore, we shouldn't bother and just bump the base-image.