Skip to content

Commit

Permalink
Strimzi Connect
Browse files Browse the repository at this point in the history
  • Loading branch information
itadventurer committed Jun 21, 2024
1 parent d663e5a commit afb2d23
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ghcr-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Build and push everything
run: |
cd csp1_producer
for DIR in csp2_transformer csp1_producer csp1_consumer csp1_transformer csp2_producer dashboard ;do
for DIR in strimzi_connect csp2_transformer csp1_producer csp1_consumer csp1_transformer csp2_producer dashboard ;do
IMAGE_NAME=$PROJECT/$DIR
IMAGE_ID=ghcr.io/${{ github.repository_owner }}/$IMAGE_NAME
VERSION=$(echo "${{ github.ref }}" | sed -e 's,.*/\(.*\),\1,')
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
build
lab06_connect/test.sink.txt
.idea
.DS_Store
4 changes: 4 additions & 0 deletions strimzi_connect/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FROM quay.io/strimzi/kafka:latest-kafka-3.7.0
USER root:root
ADD connector.tar.gz /opt/kafka/plugins/
USER 1001
Binary file added strimzi_connect/connector.tar.gz
Binary file not shown.

0 comments on commit afb2d23

Please sign in to comment.