Skip to content

Commit 3fdf701

Browse files
authored
openjdk-8u181 base image (wurstmeister#422)
1 parent ccdafd5 commit 3fdf701

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Kafka features are not tied to a specific kafka-docker version (ideally all chan
88

99
- Update to Kafka `2.0.0` -> `2.0.1`.
1010
- Update glibc to `2.28-r0`
11+
- Update base image to openjdk:8u181-jre-alpine
1112

1213
29-Jun-2018
1314
-----------

Dockerfile

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

33
ARG kafka_version=2.0.1
44
ARG scala_version=2.11

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Everytime the image is updated, all tags will be pushed with the latest updates.
3030

3131
## Announcements
3232

33+
* **11-Nov-2018** - Update base image to openjdk 181 ([Release notes](https://www.oracle.com/technetwork/java/javase/8u181-relnotes-4479407.html)). Please force pull to get these latest updates - including security patches etc.
3334
* **28-May-2018** - New docker image tag format - see Readme.
3435

3536
---
@@ -84,7 +85,7 @@ Here is an example snippet from ```docker-compose.yml```:
8485
environment:
8586
KAFKA_CREATE_TOPICS: "Topic1:1:3,Topic2:1:1:compact"
8687

87-
```Topic 1``` will have 1 partition and 3 replicas, ```Topic 2``` will have 1 partition, 1 replica and a `cleanup.policy` set to `compact`. Also, [Topic compaction does not work](https://github.com/wurstmeister/kafka-docker/wiki#topic-compaction-does-not-work)
88+
```Topic 1``` will have 1 partition and 3 replicas, ```Topic 2``` will have 1 partition, 1 replica and a `cleanup.policy` set to `compact`. Also, see FAQ: [Topic compaction does not work](https://github.com/wurstmeister/kafka-docker/wiki#topic-compaction-does-not-work)
8889

8990
If you wish to use multi-line YAML or some other delimiter between your topic definitions, override the default `,` separator by specifying the `KAFKA_CREATE_TOPICS_SEPARATOR` environment variable.
9091

0 commit comments

Comments
 (0)