spring-cloud-dataflow icon indicating copy to clipboard operation
spring-cloud-dataflow copied to clipboard

Add registry prefix at starter apps import

Open CEDDM opened this issue 3 years ago • 1 comments

Problem description: In our company, we use Harbor registry for our apps and also as a proxy for DockerHub images. When I want to import starter apps with the Kafka Docker file, I have to add Harbor prefix (such as my-harbor-host/dockerhub-proxy) in the names of the images before importing.

Solution description: It would be great if we had an option in the import shell command to add this prefix automatically. For example : app import --uri file:///mydir/myfile --registry my-harbor-host/dockerhub-proxy

CEDDM avatar Dec 02 '21 09:12 CEDDM

Thanks for the suggestion, we will look into how to make it easier to switch prefix to point to different registries.

markpollack avatar May 17 '22 15:05 markpollack