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

Handle images with digests #129

Merged
merged 1 commit into from
Nov 21, 2023
Merged

Conversation

rsrchboy
Copy link
Contributor

Previously, we were splitting image addresses at the last instance of a colon; this had unfortunate side-effects when said address included a digest.

This change causes us to look for the first instance of a colon, allowing both tag and digest to properly co-exist; we don't try to do anything fancier than that.

Previously, we were splitting image addresses at the _last_ instance of
a colon; this had unfortunate side-effects when said address included a
digest.

This change causes us to look for the _first_ instance of a colon,
allowing both tag and digest to properly co-exist; we don't try to do
anything fancier than that.
@arttor arttor merged commit 7c69167 into arttor:main Nov 21, 2023
1 check passed
@arttor
Copy link
Owner

arttor commented Nov 21, 2023

Thank you! Your changes are in v0.4.9 release

@rsrchboy rsrchboy deleted the handle-image-digests branch November 22, 2023 19:56
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.

None yet

2 participants