Skip to content

Commit e7ef168

Browse files
authored
ES-2037: Use corda-os-plugins image for create topic command (#78)
1 parent 2278f8d commit e7ef168

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

config/combined-worker-compose.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,10 @@ services:
3232
KAFKA_AUTO_CREATE_TOPICS_ENABLE: "true"
3333

3434
kafka-create-topics:
35-
image: openjdk:17-jdk
35+
image: corda-os-docker.software.r3.com/corda-os-plugins:5.2.0.0-RC02
3636
depends_on:
3737
- kafka
38-
volumes:
39-
- ${CORDA_CLI:-~/.corda/cli}:/opt/corda-cli
40-
working_dir: /opt/corda-cli
4138
command: [
42-
"java",
43-
"-jar",
44-
"corda-cli.jar",
4539
"topic",
4640
"-b=kafka:29092",
4741
"create",

0 commit comments

Comments
 (0)