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

Fix: docker hub images if they have no timestamp #130

Merged
merged 2 commits into from
Nov 2, 2023
Merged

Conversation

davidcollom
Copy link
Collaborator

Under certain conditions, the docker hub repository doesn't have the date in whcih the image was pushed, therefore resulting in version-checker not monitoring the image what so ever.

This changes the logic some what for docker hub repositories as if the timestamp is missing we default to the Unix Timestamp in the hope that SemVer checking takes precidence.

The likely hood of these images without timestamps being the latest is highly unlikely or there's a data integrity issue with the repository its self.

Resolves #123

@joshw123
Copy link
Collaborator

joshw123 commented Nov 2, 2023

LGTM! :)

@davidcollom davidcollom merged commit 973ae80 into main Nov 2, 2023
5 checks passed
@davidcollom davidcollom deleted the issue-123 branch November 2, 2023 17:29
@davidcollom davidcollom changed the title Fix docker hub images if they have no timestamp Fix: docker hub images if they have no timestamp Nov 2, 2023
@jwitko
Copy link
Contributor

jwitko commented Nov 2, 2023

Thank you @davidcollom !

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.

Error when setting override to docker.io/busybox
3 participants