update outdated comments in haproxy image

This commit is contained in:
Benjamin Elder
2022-05-12 13:47:35 -07:00
parent e22867727b
commit 701ef10b5f
2 changed files with 3 additions and 5 deletions

View File

@@ -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"

View File

@@ -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`.