31z4 / zookeeper-docker

Docker image packaging for Apache Zookeeper
MIT License
285 stars 243 forks source link

Upgrade to JRE 17, and pin Ubuntu on jammy #157

Closed janhoy closed 10 months ago

janhoy commented 11 months ago

Fixes #143

31z4 commented 10 months ago

Hi @janhoy, thanks for your interest in contributing to Zookeeper Docker image! Do you know if 3.7 and 3.8 are compatible with JRE 17? If it is then I think we should pin these versions as well.

janhoy commented 10 months ago

Yes, all versions support JDK 17, updated. Will try to get my commit signed...

31z4 commented 10 months ago

Looks good, merging 👍

31z4 commented 10 months ago

I added separate tags for JRE 17 to help users migrate and avoid possible compatibility issues: https://github.com/docker-library/official-images/pull/1554