logstash-plugins/.ci

Change in docker image from centos to ubuntu causes build failures

robbavey opened this issue · 1 comments

The installation of sudo in the Dockerfile is causing builds against versions of Logstash using an ubuntu base image to fail.

We should verify update the Dockerfile to use the appopriate package manager for each stack version

Fixed by #34