Skip to content

Commit ecb9bb7

Browse files
committed
feat: add plugin to docker image
1 parent c361a94 commit ecb9bb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/scaffold/kafka-connect/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ RUN yum install -y jq findutils unzip
66

77
RUN confluent-hub install snowflakeinc/snowflake-kafka-connector:2.5.0 --no-prompt
88
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
910

1011

1112
VOLUME /storage

0 commit comments

Comments
 (0)