Graylog2 / graylog-docker

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

Auto-generate README with tag information #192

Closed malcyon closed 2 years ago

malcyon commented 2 years ago

It seems I've created a mess with having so many different image tags for the docker image (jdk-11, arm64, etc).

The idea here is to auto-generate the Readme using the format suggested in https://github.com/Graylog2/graylog-docker/pull/191, so the releaser doesn't have to manually update each tag in the README.

Replace the static VERSION and VERSION_FORWARDER_PACKAGE files with a version.yaml file that the script can easily parse.

malcyon commented 2 years ago

My thought process on a possible path for improving the release automation:

@bernd

malcyon commented 2 years ago

Alright, I am going to put the release pipeline stuff in a separate PR and restrict this to just the README changes.