Skip to content

Commit cb59d58

Browse files
akkerdakkersscaling
authored andcommitted
kafka-2.1.1, glibc-2.29-r0 (wurstmeister#464)
1 parent f83cf4b commit cb59d58

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
# This version will be also tagged as 'latest'
99
env:
1010
global:
11-
- LATEST="2.12-2.1.0"
11+
- LATEST="2.12-2.1.1"
1212

1313
# Build recommended versions based on: http://kafka.apache.org/downloads
1414
matrix:
@@ -28,7 +28,7 @@ matrix:
2828
- scala: 2.12
2929
env: KAFKA_VERSION=2.0.1
3030
- scala: 2.12
31-
env: KAFKA_VERSION=2.1.0
31+
env: KAFKA_VERSION=2.1.1
3232

3333
install:
3434
- docker --version

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,17 @@ Changelog
33

44
Kafka features are not tied to a specific kafka-docker version (ideally all changes will be merged into all branches). Therefore, this changelog will track changes to the image by date.
55

6+
21-Feb-2019
7+
-----------
8+
9+
- Update to latest Kafka: `2.1.1`
10+
- Update glibc to `2.29-r0`
11+
612
21-Nov-2018
713
-----------
814

9-
- Update to latest Kafka: `2.1.0`
10-
- Set scala version for Kafka `2.1.0` and `2.0.1` to recommended `2.12`
15+
- Update to latest Kafka: `2.1.0`
16+
- Set scala version for Kafka `2.1.0` and `2.0.1` to recommended `2.12`
1117

1218
10-Nov-2018
1319
-----------

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
FROM openjdk:8u191-jre-alpine
22

3-
ARG kafka_version=2.1.0
3+
ARG kafka_version=2.1.1
44
ARG scala_version=2.12
5-
ARG glibc_version=2.28-r0
5+
ARG glibc_version=2.29-r0
66
ARG vcs_ref=unspecified
77
ARG build_date=unspecified
88

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +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.12-2.1.0`
19+
- `2.12-2.1.1`
2020
- `2.12-2.0.1`
2121
- `2.11-1.1.1`
2222
- `2.11-1.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:5.0.0
3636
environment:
3737
- BROKER_LIST
38-
- KAFKA_VERSION=${KAFKA_VERSION-2.1.0}
38+
- KAFKA_VERSION=${KAFKA_VERSION-2.1.1}
3939
volumes:
4040
- .:/tests
4141
working_dir: /tests

0 commit comments

Comments
 (0)