-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
area/dependenciesPull requests that update a dependency filePull requests that update a dependency file
Description
Is your feature request related to a problem? Please describe.
Since 1.33 launched, upstream bumped github.com/distribution/reference to v0.6.0 and this version deprecated SplitHostname
docker/distribution 2.8.3 uses this function and we had problems with the bump for 1.33.0
Describe the solution you'd like
Investigate if the bump could be done it without the need for a fork or make a fork in the k3s-io and bump to v0.6.0
Describe alternatives you've considered
Additional context
# github.com/docker/distribution/reference
/go/pkg/mod/github.com/docker/distribution@v2.8.3+incompatible/reference/reference_deprecated.go:122:19: undefined: reference.SplitHostname
FATA[0097] exit status 1
make: *** [Makefile:18: ci] Error 1
Metadata
Metadata
Assignees
Labels
area/dependenciesPull requests that update a dependency filePull requests that update a dependency file
Type
Projects
Status
Done Issue