Skip to content

Commit

Permalink
pin CP and Zookeeper Docker images to a version
Browse files Browse the repository at this point in the history
Signed-off-by: Victoria Bialas <[email protected]>
  • Loading branch information
londoncalling committed Nov 5, 2020
1 parent 5dfbfdd commit 021f9be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions adminrest/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: '2'
services:
zookeeper:
image: confluentinc/cp-zookeeper:latest
image: confluentinc/cp-zookeeper:6.0.0
hostname: zookeeper
container_name: zookeeper
ports:
Expand All @@ -12,7 +12,7 @@ services:
ZOOKEEPER_TICK_TIME: 2000

kafka0:
image: confluentinc/cp-server:latest
image: confluentinc/cp-server:6.0.0
hostname: kafka0
container_name: kafka0
depends_on:
Expand Down Expand Up @@ -42,7 +42,7 @@ services:
KAFKA_KAFKA_REST_ACCESS_CONTROL_ALLOW_HEADERS: origin,content-type,accept,authorization

kafka1:
image: confluentinc/cp-server:latest
image: confluentinc/cp-server:6.0.0
hostname: kafka1
container_name: kafka1
depends_on:
Expand All @@ -67,7 +67,7 @@ services:
KAFKA_CONFLUENT_SUPPORT_CUSTOMER_ID: anonymous

kafka2:
image: confluentinc/cp-server:latest
image: confluentinc/cp-server:6.0.0
hostname: kafka2
container_name: kafka2
depends_on:
Expand Down

0 comments on commit 021f9be

Please sign in to comment.