dockercloud-haproxy icon indicating copy to clipboard operation
dockercloud-haproxy copied to clipboard

Tagged release with HAProxy 1.7

Open blop opened this issue 8 years ago • 4 comments
trafficstars

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/

blop avatar Aug 10 '17 09:08 blop

@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

tifayuki avatar Aug 10 '17 23:08 tifayuki

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 avatar Aug 11 '17 08:08 blop

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/[email protected]/msg26701.html

blop avatar Aug 24 '17 13:08 blop

What you can do is extend this image and update haproxy

FROM dockercloud/haproxy:1.6.7
RUN apt-get update

NicoTexas avatar Sep 14 '17 02:09 NicoTexas