Skip to content

Commit b302a66

Browse files
committed
BLD: Adds CRT_LIST_PATH to Dockerfile
1 parent 2c112de commit b302a66

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ ENV CERTS="" \
1717
CFG_TEMPLATE_PATH="/cfg/tmpl/haproxy.tmpl" \
1818
CHECK_RESOLVERS=false RESOLVERS="nameserver dns 127.0.0.11:53" \
1919
CONNECTION_MODE="http-keep-alive" \
20+
CRT_LIST_PATH="" \
2021
DEBUG="false" \
2122
DEFAULT_PORTS="80,443:ssl" \
2223
DEFAULT_REQ_MODE="http" \

Dockerfile.linux-arm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ENV CERTS="" \
88
CFG_TEMPLATE_PATH="/cfg/tmpl/haproxy.tmpl" \
99
CHECK_RESOLVERS=false \
1010
CONNECTION_MODE="http-keep-alive" \
11+
CRT_LIST_PATH="" \
1112
DEBUG="false" \
1213
DEFAULT_PORTS="80,443:ssl" \
1314
DEFAULT_REQ_MODE="http" \

0 commit comments

Comments
 (0)