vmware-tanzu / asset-relocation-tool-for-kubernetes

A tool for relocating Kubernetes Assets
Other
40 stars 5 forks source link

Support jfrog artifactory #192

Open tu1h opened 1 year ago

tu1h commented 1 year ago

I have a docker registry repository addressed as 172.30.41.0:8091/docker and a helm repository addressed as http://172.30.41.0:8091/artifactory/helm-local on Jfrog Artifactory.

But I got an error like this credentials server name "172.30.41.0:8091/docker" must not contain a scheme ("http://") nor a path. Example of valid registry names are "myregistry.io" or "myregistry.io:9999"

frizzr commented 5 months ago

Yes, this is a very large limitation to this tool. Hopefully it is a relatively easy fix... -fingers crossed-