go-containerregistry
go-containerregistry copied to clipboard
using https scheme in image URI fails when parsing
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 ?