2.6.1-debian-11-r1 release
This commit is contained in:
parent
2c30298c07
commit
0f473aa248
|
|
@ -5,6 +5,7 @@ ENV HOME="/" \
|
|||
OS_NAME="linux"
|
||||
|
||||
COPY prebuildfs /
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates curl gzip libc6 libssl1.1 procps tar wget
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/haproxy-dataplaneapi-2.5.3-150-linux-amd64-debian-11.tar.gz && \
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ $ docker run --name haproxy bitnami/haproxy:latest
|
|||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`2`, `2-debian-11`, `2.6.1`, `2.6.1-debian-11-r0`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-haproxy/blob/2.6.1-debian-11-r0/2/debian-11/Dockerfile)
|
||||
* [`2`, `2-debian-11`, `2.6.1`, `2.6.1-debian-11-r1`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-haproxy/blob/2.6.1-debian-11-r1/2/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/haproxy GitHub repo](https://github.com/bitnami/bitnami-docker-haproxy).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue