mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-12-01 07:26:05 +07:00
bump haproxy base
This commit is contained in:
@@ -14,6 +14,6 @@
|
||||
|
||||
# standard haproxy image + minimal config so the container will not exit
|
||||
ARG ARCH="amd64"
|
||||
ARG BASE="haproxy:2.0.0-alpine"
|
||||
ARG BASE="haproxy:2.1.1-alpine"
|
||||
FROM ${ARCH}/${BASE}
|
||||
COPY haproxy.cfg /usr/local/etc/haproxy/haproxy.cfg
|
||||
|
||||
@@ -28,7 +28,7 @@ cd "${REPO_ROOT}"
|
||||
cd ./images/haproxy
|
||||
|
||||
IMAGE="${IMAGE:-kindest/haproxy}"
|
||||
TAG="${TAG:-2.0.0-alpine}"
|
||||
TAG="${TAG:-2.1.1-alpine}"
|
||||
BASE="haproxy:${TAG}"
|
||||
|
||||
# tag arch, manifest architecture, variant
|
||||
|
||||
Reference in New Issue
Block a user