We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c361a94 commit ecb9bb7Copy full SHA for ecb9bb7
scripts/scaffold/kafka-connect/Dockerfile
@@ -6,6 +6,7 @@ RUN yum install -y jq findutils unzip
6
7
RUN confluent-hub install snowflakeinc/snowflake-kafka-connector:2.5.0 --no-prompt
8
COPY tmp/kafka-connect-http/ /usr/share/confluent-hub-components/kafka-connect-http/
9
+RUN confluent-hub install confluentinc/kafka-connect-jdbc:10.8.4 --no-prompt
10
11
12
VOLUME /storage
0 commit comments