mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-11-30 23:16:04 +07:00
update outdated comments in haproxy image
This commit is contained in:
@@ -48,10 +48,8 @@ RUN mkdir -p "${STAGE_DIR}" && \
|
||||
|
||||
################################################################################
|
||||
|
||||
# haproxy is a c++ binary, so we will use the c++ distroless image
|
||||
# See: https://github.com/GoogleContainerTools/distroless/tree/main/base
|
||||
# See: https://github.com/GoogleContainerTools/distroless/tree/main/cc
|
||||
# This has /etc/passwd, tzdata, cacerts, glibc, libssl, openssl, and libgcc1
|
||||
# This has /etc/passwd, tzdata, cacerts
|
||||
FROM "gcr.io/distroless/static-debian11"
|
||||
|
||||
ARG STAGE_DIR="/opt/stage"
|
||||
|
||||
@@ -9,6 +9,6 @@ hot reload it at runtime with the actual desired config.
|
||||
|
||||
## Building
|
||||
|
||||
You can `docker build -t kindest/haproxy .` in this directory to build a test image.
|
||||
You can `make quick` in this directory to build a test image.
|
||||
|
||||
To push an actual image use `./push-cross.sh`.
|
||||
To push an actual image use `make push`.
|
||||
|
||||
Reference in New Issue
Block a user