mirror of
https://github.com/kubevela/kubevela.git
synced 2026-03-05 11:11:28 +00:00
* Feat: check existence of an image Checked existence of an image in - public docker hub - private image registry Add an API to retrieve image registry secrets by an image and or its tag. In veluaUX, it will help auto-fill uesrs' imagePullSecrets fields Fix https://github.com/kubevela/velaux/issues/436 Signed-off-by: Zheng Xi Zhou <zzxwill@gmail.com> * replace the implementation with libary google/go-containerregistry Signed-off-by: Zheng Xi Zhou <zzxwill@gmail.com> * address comments Signed-off-by: Zheng Xi Zhou <zzxwill@gmail.com> * add more testcases Signed-off-by: Zheng Xi Zhou <zzxwill@gmail.com> * fix UT Signed-off-by: Zheng Xi Zhou <zzxwill@gmail.com>