wurstmeister / kafka-docker

Dockerfile for Apache Kafka
http://wurstmeister.github.io/kafka-docker/
Apache License 2.0
6.89k stars 2.73k forks source link

Consume OpenJDK 11.0.16 and push a fresh image to Docker Hub? #722

Open azieseme opened 1 year ago

azieseme commented 1 year ago

wurstmeister/kafka:2.13-2.8.1 image was last pushed to Docker Hub on May 28, 2022. It is based on openjdk:11-jre-slim which was last pushed to Docker Hub on Aug 2, 2022, bumping OpenJDK from 11.0.15 to 11.0.16 to address vulnerabilities.

Is there any chance someone with the power to do so builds a fresh wurstmeister/kafka:2.13-2.8.1 image to consume that OpenJDK 11.0.16 update and then push to Docker Hub? This would safe consumers some time not needing to replace the OpenJDK individually.

Thanks a lot in advance for your feedback.