Hi all,
in my ci-pipeline the error occures:
Fatal error: java.lang.NullPointerException: Cannot invoke "jdk.internal.platform.CgroupInfo.getMountPoint()" because "anyController" is null
I found the comment "The new docker version 4.39.0 (184744) fixes this issue. I just tested and it works without problem. " here.
And now i'm wondering which docker version the ci-pipeline runs with ?
### Comment
Hi all,
in my [ci-pipeline](https://ci.codeberg.org/repos/14937/pipeline/103/3) the error occures:
```
Fatal error: java.lang.NullPointerException: Cannot invoke "jdk.internal.platform.CgroupInfo.getMountPoint()" because "anyController" is null
```
I found the comment _"The new docker version 4.39.0 (184744) fixes this issue. I just tested and it works without problem. "_ [here](https://www.reddit.com/r/docker/comments/1ilht1i/elasticsearch_error_on_docker/).
And now i'm wondering which docker version the ci-pipeline runs with ?