File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -86,8 +86,8 @@ RUN set -eux; \
8686 ; \
8787 rm openjdk.tgz*; \
8888 \
89- # Remove JMODs (not needed for runtime, only for jlink custom images )
90- rm -rf "$JAVA_HOME/jmods" ; \
89+ # Remove JMODs and src.zip (not needed for runtime, only for development )
90+ rm -rf "$JAVA_HOME/jmods" "$JAVA_HOME/lib/src.zip" ; \
9191 \
9292 apt-mark auto '.*' > /dev/null; \
9393 [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark > /dev/null; \
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ Tags should be `kafka-<scala_version>-<kafka_version>` e.g `kafak-2.13-2.6.2`
99# Upstream base
1010
1111This is based on [ wurstmeister/kafka-docker] ( https://github.com/wurstmeister/kafka-docker ) with the following additions:
12- 1 . Use ` openjdk 17 ` in order to support container based resource monitoring
12+ 1 . Use ` openjdk 21 ` in order to support container based resource monitoring
13132 . Use custom ` log4j.properties ` to get all kafka logs to stdout only
You can’t perform that action at this time.
0 commit comments