linux-on-ibm-z / dockerfile-examples

A collection of examples to show how Dockerfiles could be created and used on Linux on IBM z Systems.
37 stars 62 forks source link

elasticsearch 7.17.7 'seccomp unavailable' warning #21

Open Herzog65 opened 1 year ago

Herzog65 commented 1 year ago

Building an ES 7.17.7 images works fine. But when starting the container following warning occurs: {"type": "server", "timestamp": "2023-02-10T11:20:19,414Z", "level": "WARN", "component": "o.e.b.JNANatives", "cluster.name": "elasticsearch", "node.name": "5a5deb5d2b0b", "message": "unable to install syscall filter: ", "stacktrace": ["java.lang.UnsupportedOperationException: seccomp unavailable: 's390x' architecture unsupported",

vibhutisawant commented 1 year ago

Elasticsearch does not support system call filters for s390x arch. However, this does not affect the functionality of Elasticsearch and therefore the warning can be ignored.