graylog-docker
graylog-docker copied to clipboard
Update to Java 17 and retire Java 11 tagged images
Notes for Reviewers
- [ ] The commit history must be preserved - please use the rebase-merge or standard merge option instead of squash-merge
- [ ] Sync up with the author before merging
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
Thanks for the reminder @coffee-squirrel :+1: Much appreciated!
Refs: https://github.com/Graylog2/graylog-plugin-enterprise/issues/3997
This has been superseded by other commits. The last missing part was moved to https://github.com/Graylog2/graylog-docker/pull/227