go-containerregistry icon indicating copy to clipboard operation
go-containerregistry copied to clipboard

using https scheme in image URI fails when parsing

Open tompscanlan opened this issue 4 years ago • 6 comments

Hi, I seem to have it a problem parsing https as a scheme. Original issue was filed here: https://github.com/k14s/kbld/issues/48

The issue boils down to

Error parsing reference: "https://harbor.internal.com/mygroup/test-carvel:kbld-rand-1601525839289730000-62652921773" is not a valid repository/tag: invalid reference format

If I remove https://, the repo url is parsed correctly.

possibly related to #766 ?

tompscanlan avatar Oct 07 '20 13:10 tompscanlan