Graylog2 / graylog-docker

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

Trying to build my own docker image for Graylog. #75

Closed iukea1 closed 5 years ago

iukea1 commented 5 years ago

Hello,

I am trying to build a docker image off this repo, but I keep on getting the following error.

Can you guys give me a bump in the right direction?

 ---> Running in 6798259d12ee
sha256sum: graylog-.tgz.sha256.txt: no properly formatted SHA256 checksum lines found
The command '/bin/sh -c sha256sum --check "graylog-${GRAYLOG_VERSION}.tgz.sha256.txt"' returned a non-zero code: 1
jalogisch commented 5 years ago

You do not have a Version for Graylog set. Means, Docker can't download anything as it does not know what.

We are using GitHub issues for tracking bugs in Graylog itself, but this doesn't look like one. Please post this issue to our discussion forum or join the #graylog channel on freenode IRC.

Thank you!

saber13812002 commented 5 years ago

how can i set version in my docker file?