Kafka Connect custom image build questions #5113
Replies: 1 comment 19 replies
-
I do not think there is any standard for creating container repositories. So it all depends on your container registry. Some would auto-create the repository when you try to push to it. Some would not. So it depends. In general, creating it ahead should not cause any harm.
I do not think the
That would be a bug if it says it is required. The push secret is needed only if your repository requires authentication. If it doesn't as you mentioned it should not be needed. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to deploy kafka connect with a custom plugin.
I read though this link here , and section 4.2.3 here
I also found documentation on the parameters for the build process here
Few things:
https://10.10.10.10:443/v2/my-connect-cluster:latest
, I think this is supported but the examples in the last document I shared do not include 'https://' will this syntax work?Beta Was this translation helpful? Give feedback.
All reactions