Graylog2 / graylog-docker

Official Graylog Docker image
https://hub.docker.com/r/graylog/graylog/
Apache License 2.0
356 stars 133 forks source link

Update to Java 17 and retire Java 11 tagged images #221

Closed mpfz0r closed 1 year ago

mpfz0r commented 1 year ago

Notes for Reviewers

coffee-squirrel commented 1 year ago

With 8 and 11 dropped there could be some minor cleanup in docker-entrypoint.sh. UseParNewGC was removed in 10 and UseConcMarkSweepGC was removed in 14.

https://github.com/Graylog2/graylog-docker/blob/6945b169506d786e3ddddfb610462e1b8220668e/docker-entrypoint.sh#L11-L22

mpfz0r commented 1 year ago

Thanks for the reminder @coffee-squirrel :+1: Much appreciated!

mpfz0r commented 1 year ago

Refs: https://github.com/Graylog2/graylog-plugin-enterprise/issues/3997

mpfz0r commented 1 year ago

This has been superseded by other commits. The last missing part was moved to https://github.com/Graylog2/graylog-docker/pull/227