Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

align version checking code with the parse method #11742

Merged
merged 1 commit into from
Mar 6, 2025

Conversation

brettfo
Copy link
Contributor

@brettfo brettfo commented Mar 5, 2025

The docker updater version class has slightly different code between the initialize method and the correct? method. This PR aligns the two by removing the fallback to parsed_version and explicitly checking a return value before proceeding.

Fixes #11739.

@brettfo brettfo requested a review from a team as a code owner March 5, 2025 22:37
@github-actions github-actions bot added the L: docker Docker containers label Mar 5, 2025
Copy link
Contributor

@robaiken robaiken left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for spotting and fixing this!

@randhircs randhircs force-pushed the dev/brettfo/docker-parser-nil branch from 1d32b5e to d9bf942 Compare March 6, 2025 16:06
@randhircs randhircs merged commit 0b8b9df into main Mar 6, 2025
62 checks passed
@randhircs randhircs deleted the dev/brettfo/docker-parser-nil branch March 6, 2025 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
L: docker Docker containers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Specific image tag version fails parsing and breaks updater
3 participants