logstash icon indicating copy to clipboard operation
logstash copied to clipboard

Allow Logstash 7.17.x images to be pushed to dockerhub

Open jsvd opened this issue 7 months ago • 0 comments

Currently dockerhub is rejecting Logstash 7.17.x images since they're based on Ubuntu 20.04, a no longer supprted OS.

Logstash can't be upgraded to Ubuntu 22+ easily due to a glibc upgrade which breaks the also very old JRuby 9.2.

Possible alternatives:

  • Explore a way to hack a new dll/so that works with the new glibc into the old JRuby
  • See if there's another base image we can upgrade to
  • ??

Related:

  • https://github.com/elastic/logstash/pull/15398
  • https://github.com/elastic/logstash/pull/17735#issuecomment-3008282052

jsvd avatar Jul 10 '25 12:07 jsvd