Open DanielePalaia opened 5 months ago
Hi,
That is correct, DockerHub does not support sub-URI for the image registries. The Helm dt command keeps the 'repository' option from the 'values.yaml' to locate the container images and avoid collision with the Helm chart OCI.
Hey thanks for the fast reply,
any possibility or plans to add this kind of support maybe with a specific command line option (if we don't want to change the default behaviour)?
Not at this moment but any contribution will be welcome.
Describe the bug
HI team,
I'm trying to do a few tests with this tool.
In particular I'm trying to wrap the bitnami rabbitmq-cluster-operator chart and unwrap it in my docker personal repo and in the harbor registry.
While in harbor seems working fine when unwrapping to dockerhub it is failing probably because it is considering repo like:
danielepalaia/bitnami/rabbitmq
which are maybe not supported in dockerhub
Reproduction steps
Permissions are good because I can push in this repo
Expected behavior
I think the issue is that the tool happend automatically the /bitnami/ in the path so the output repo becomes:
index.docker.io/danielepalaia/bitnami/
which I think is not supported by dockerhub
Is there anyway to avoid this and just leave index.docker.io/danielepalaia?
Additional context
No response