Skip to content

Commit b9a0c90

Browse files
pwoodysscaling
authored andcommitted
Update for Kafka 2.0.0 (wurstmeister#369)
1 parent 2cb6b76 commit b9a0c90

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@ services:
1717
# - KAFKA_VERSION=0.11.0.2
1818
# - KAFKA_VERSION=1.0.1
1919
# - KAFKA_VERSION=1.1.1
20+
# - KAFKA_VERSION=2.0.0
2021

2122
# This version will be also tagged as 'latest'
2223
env:
2324
global:
24-
- LATEST="2.11-1.1.1"
25+
- LATEST="2.11-2.0.0"
2526

2627
# Build recommended versions based on: http://kafka.apache.org/downloads
2728
matrix:
@@ -38,6 +39,8 @@ matrix:
3839
env: KAFKA_VERSION=1.0.1
3940
- scala: 2.11
4041
env: KAFKA_VERSION=1.1.1
42+
- scala: 2.11
43+
env: KAFKA_VERSION=2.0.0
4144

4245
install:
4346
- docker --version

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM openjdk:8u171-jre-alpine
22

3-
ARG kafka_version=1.1.1
3+
ARG kafka_version=2.0.0
44
ARG scala_version=2.12
55
ARG glibc_version=2.27-r0
66

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Tags and releases
1616

1717
All versions of the image are built from the same set of scripts with only minor variations (i.e. certain features are not supported on older versions). The version format mirrors the Kafka format, `<scala version>-<kafka version>`. Initially, all images are built with the recommended version of scala documented on [http://kafka.apache.org/downloads](http://kafka.apache.org/downloads). Available tags are:
1818

19+
- `2.11-2.0.0`
1920
- `2.11-1.1.1`
2021
- `2.11-1.0.1`
2122
- `2.11-0.11.0.2`

test/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ services:
3535
image: confluentinc/cp-kafkacat
3636
environment:
3737
- BROKER_LIST
38-
- KAFKA_VERSION=${KAFKA_VERSION-1.1.1}
38+
- KAFKA_VERSION=${KAFKA_VERSION-2.0.0}
3939
volumes:
4040
- .:/tests
4141
working_dir: /tests

0 commit comments

Comments
 (0)