haproxy 2.8 dockerfile, remove testing cert, change ddos map for json testing

This commit is contained in:
Thomas Lynch
2023-06-15 22:02:42 +10:00
parent eb82a3d391
commit bdd2213c6b
3 changed files with 10 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ RUN set -eux; \
--uid 99 \
haproxy
ENV HAPROXY_URL http://www.haproxy.org/download/2.7/src/snapshot/haproxy-ss-LATEST.tar.gz
ENV HAPROXY_URL http://www.haproxy.org/download/2.8/src/snapshot/haproxy-ss-LATEST.tar.gz
ENV DATAPLANEAPI_URL https://github.com/haproxytech/dataplaneapi/releases/download/v2.7.5/dataplaneapi_2.7.5_Linux_x86_64.tar.gz
# see https://sources.debian.net/src/haproxy/jessie/debian/rules/ for some helpful navigation of the possible "make" arguments