Fix haproxy-behind docker image version
parent
b7b3fe0513
commit
411d41c6e6
|
@ -3,6 +3,8 @@ version: '3.7'
|
||||||
services:
|
services:
|
||||||
isard-sso-haproxy:
|
isard-sso-haproxy:
|
||||||
build:
|
build:
|
||||||
|
args:
|
||||||
|
HAPROXY_IMG:
|
||||||
context: ${BUILD_ROOT_PATH}/docker/haproxy
|
context: ${BUILD_ROOT_PATH}/docker/haproxy
|
||||||
dockerfile: Dockerfile-behind
|
dockerfile: Dockerfile-behind
|
||||||
target: production
|
target: production
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
FROM haproxy:lts-alpine3.15 as production
|
ARG HAPROXY_IMG
|
||||||
|
FROM $HAPROXY_IMG as production
|
||||||
|
|
||||||
USER root
|
USER root
|
||||||
RUN apk add openssl certbot py-pip
|
RUN apk add openssl certbot py-pip
|
||||||
|
|
Loading…
Reference in New Issue