Versions
8.15.0 based on wolfi (docker.elastic.co/logstash/logstash-wolfi:8.15.0)
Describe the issue :
I've some custom plugins built using java and currently using logstash v8.14.3. Noticed that logstash 8.15.0 is released and try to upgrade
When i used the official docker image of logstash logstash:8.15.0
, the upgrade passed and the local custom plugins installed successfully without any issues
While upon using the wolfi image logstash-wolfi:8.15.0
, all my custom plugins failed to be installed. All times return the same error ArgumentError: "-*\xCE\xCC\xCF\xB3R0" is not an octal string
Note that I've upgraded my java plugins to use jdk21, and upgrade jruby to 9.4.8.0 too
Any ideas what is the issue, and why there is a difference between the image based on ubuntu and the image based on wolfi