Graylog2 / graylog-docker

Official Graylog Docker image
https://hub.docker.com/r/graylog/graylog/
Apache License 2.0
361 stars 133 forks source link

Fix Forwarder image build #164

Closed malcyon closed 3 years ago

malcyon commented 3 years ago

This fixes the url used to download the new Forwarder package when building the image.

I could also have it install the Forwarder repository package (now that we have one) and have it run something like apt-get install graylog-forwarder=${VERSION}. But the current method also works and is essentially how it was working before.

The command used to test this build is:

docker build --build-arg GRAYLOG_FORWARDER_PACKAGE_VERSION=4.1-1.beta.1 -f docker/forwarder/Dockerfile .

It should be run from the root directory of the repository.