Skip to content

Commit bba9c18

Browse files
Update to use Strimzi Kafka image
Signed-off-by: Andrew Schofield <andrew_schofield@uk.ibm.com>
1 parent c021627 commit bba9c18

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
FROM cp.icr.io/cp/icp4i/es/eventstreams-kafka-icp-linux-amd64:2019.4.2-1ec6a54 as builder
2-
1+
FROM strimzi/kafka:latest-kafka-2.5.0 as builder
32

43
FROM ibmjava:8-jre
54

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ This repository includes a Dockerfile to run Kafka Connect in distributed mode.
9090
1. `docker run -p 8083:8083 kafkaconnect-with-mq-source:0.0.1`
9191

9292
**NOTE:** To provide custom properties files create a folder called `config` containing the `connect-distributed.properties` and `connect-log4j.properties` files and use a Docker volume to make them available when running the container:
93-
`docker run -v $(pwd)/config:/opt/kafka/config -p 8083:8083 kafkaconnect:0.0.1`
93+
`docker run -v $(pwd)/config:/opt/kafka/config -p 8083:8083 kafkaconnect-with-mq-source:0.0.1`
9494

9595
## Deploying to Kubernetes
9696

0 commit comments

Comments
 (0)