You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use some Golang library to parse container image names. Specifically, I want this library to parse an image reference string into its name, tag (if it exists), and digest (if it exists). I'd like the library to be able to handle an image reference with both tag and digest so I can do something like this.
Is there an official library that does this already? If not and this is the official library where this functionality would be added, is there any update on this issue or are contributions welcome for this change?
The text was updated successfully, but these errors were encountered:
I don't think that returns a struct with separate tag and digest fields? ParseNormalizedNamed only returns Named that only has a Name string and Reference string, right?
I want to use some Golang library to parse container image names. Specifically, I want this library to parse an image reference string into its name, tag (if it exists), and digest (if it exists). I'd like the library to be able to handle an image reference with both tag and digest so I can do something like this.
Is there an official library that does this already? If not and this is the official library where this functionality would be added, is there any update on this issue or are contributions welcome for this change?
The text was updated successfully, but these errors were encountered: