Skip to content

Commit

Permalink
fixed elastic image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
rohits-dev committed Nov 15, 2021
1 parent 933c078 commit 7acce1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 23 deletions.
23 changes: 1 addition & 22 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,23 +1,2 @@
# Compiled class file
*.class

# Log file
*.log

# BlueJ files
*.ctxt

# Mobile Tools for Java (J2ME)
.mtj.tmp/

# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
.DS_Store
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM confluentinc/cp-server-connect-operator:6.1.3.0

USER root
RUN confluent-hub install --no-prompt confluentinc/kafka-connect-datagen:0.5.0 \
&& confluent-hub install --no-prompt mongodb/kafka-connect-mongodb:1.5.1 \
&& confluent-hub install --no-prompt confluentinc/kafka-connect-elasticsearch:latest \
&& confluent-hub install --no-prompt confluentinc/kafka-connect-elasticsearch:11.1.4 \
&& confluent-hub install --no-prompt debezium/debezium-connector-mysql:1.6.0
USER 1001

0 comments on commit 7acce1b

Please sign in to comment.