docker-archive / dockercloud-haproxy

HAproxy image that autoreconfigures itself when used in Docker Cloud
https://cloud.docker.com/
651 stars 187 forks source link

Tagged release with HAProxy 1.7 #221

Open blop opened 6 years ago

blop commented 6 years ago

Hello,

It would be nice to release tagged docker images for the latest 1.7 stable HAProxy versions.

Currently latest version is 1.7.8 : http://www.haproxy.org/ Latest dockerhub tag is 1.6.7 : https://hub.docker.com/r/dockercloud/haproxy/tags/

tifayuki commented 6 years ago

@blop The tag of dockercloud/haproxy is not the version of HAProxy. Instead, it is the version of our auto config script. When the image is built, it uses the HAProxy release in the based image(OS). Currently dockercloud/haproxy:latest uses HA-Proxy version 1.7.5

blop commented 6 years ago

Right, my bad. Maybe this should be explained somewhere in the README.

Not very fan of using moving tags like latest, i'll try 1.6.7 ;-)

blop commented 6 years ago

Ok.

I can confirm dockercloud/haproxy:1.6.7 is build using HA-Proxy version 1.7.5 2017/04/03. It would be nice to show more clearly which version of HAProxy is used, maybe in the release note?

Also, when accessing the stats, it only shows in the upper left HAProxy, instead of the standard HAProxy version 1.7.8, released 2017/07/07.

And finally, it'd be better to upgrade to the latest 1.7.8, see issue with 1.7.5 : https://www.mail-archive.com/haproxy@formilux.org/msg26701.html

NicoTexas commented 6 years ago

What you can do is extend this image and update haproxy

FROM dockercloud/haproxy:1.6.7
RUN apt-get update