31z4 / zookeeper-docker

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

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

Closed janhoy closed 1 year ago

janhoy commented 1 year ago

Fixes #143

31z4 commented 1 year 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 1 year ago

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

31z4 commented 1 year ago

Looks good, merging 👍

31z4 commented 1 year 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