Skip to content

Commit

Permalink
Update kafka to 1.x branch to 1.1.1 (wurstmeister#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrpilat authored and sscaling committed Jul 24, 2018
1 parent dfd54eb commit 2cb6b76
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ services:
# - KAFKA_VERSION=0.10.2.1
# - KAFKA_VERSION=0.11.0.2
# - KAFKA_VERSION=1.0.1
# - KAFKA_VERSION=1.1.0
# - KAFKA_VERSION=1.1.1

# This version will be also tagged as 'latest'
env:
global:
- LATEST="2.11-1.1.0"
- LATEST="2.11-1.1.1"

# Build recommended versions based on: http://kafka.apache.org/downloads
matrix:
Expand All @@ -37,7 +37,7 @@ matrix:
- scala: 2.11
env: KAFKA_VERSION=1.0.1
- scala: 2.11
env: KAFKA_VERSION=1.1.0
env: KAFKA_VERSION=1.1.1

install:
- docker --version
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM openjdk:8u171-jre-alpine

ARG kafka_version=1.1.0
ARG kafka_version=1.1.1
ARG scala_version=2.12
ARG glibc_version=2.27-r0

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Tags and releases

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:

- `2.11-1.1.0`
- `2.11-1.1.1`
- `2.11-1.0.1`
- `2.11-0.11.0.2`
- `2.11-0.10.2.1`
Expand Down
2 changes: 1 addition & 1 deletion test/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:
image: confluentinc/cp-kafkacat
environment:
- BROKER_LIST
- KAFKA_VERSION=${KAFKA_VERSION-1.1.0}
- KAFKA_VERSION=${KAFKA_VERSION-1.1.1}
volumes:
- .:/tests
working_dir: /tests
Expand Down

0 comments on commit 2cb6b76

Please sign in to comment.