-
How do I get the docker images that contains the latest released version of Atlantis? When I go to the releases page I see a tagged version (currently 0.27.2), with changelogs and list of binaries build for different OSs. That's fine and I love it. How do you know what to put here: I would not like to use the 'latest' tag here. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You would need to use the tagged version, latest, latest-alpine tags. There is also a dev tag for bleeding edge which is updated upon every PR merge. You can see the tags on the 0.27.2 version here https://github.com/runatlantis/atlantis/pkgs/container/atlantis/188759122?tag=latest-alpine https://github.com/runatlantis/atlantis/pkgs/container/atlantis/188759122?tag=latest For some reason i dont see a latest-debian which may be a bug |
Beta Was this translation helpful? Give feedback.
You would need to use the tagged version, latest, latest-alpine tags. There is also a dev tag for bleeding edge which is updated upon every PR merge.
You can see the tags on the 0.27.2 version here
https://github.com/runatlantis/atlantis/pkgs/container/atlantis/versions?filters%5Bversion_type%5D=tagged&page=2
https://github.com/runatlantis/atlantis/pkgs/container/atlantis/188759122?tag=latest-alpine
https://github.com/runatlantis/atlantis/pkgs/container/atlantis/188759122?tag=latest
For some reason i dont see a latest-debian which may be a bug
cc @jamengual @GenPage