I could see the main branch already using haproxy 2.8 (from the PR #15 merged 7 months ago). However, on Dockerhub https://hub.docker.com/r/pygmystack/haproxy/tags, the latest tag was updated 3 years ago and is still using haproxy 1.8. To get haproxy 2.8, I have to use the tag main.
Is there any plan to update the latest tag with the new version of haproxy? Afaik the pygmy command is still using the latest tag.
$ pygmy update
Image docker.io/pygmystack/dnsmasq:latest is up to date
Image docker.io/pygmystack/haproxy:latest is up to date
Image docker.io/pygmystack/mailhog:latest is up to date
Image docker.io/pygmystack/ssh-agent:latest is up to date
I could see the
mainbranch already using haproxy 2.8 (from the PR #15 merged 7 months ago). However, on Dockerhub https://hub.docker.com/r/pygmystack/haproxy/tags, thelatesttag was updated 3 years ago and is still using haproxy 1.8. To get haproxy 2.8, I have to use the tagmain.Is there any plan to update the
latesttag with the new version of haproxy? Afaik thepygmycommand is still using thelatesttag.