2.4.8-debian-10-r2 release

This commit is contained in:
Bitnami Bot
2021-11-05 15:55:01 +00:00
parent 0cc2c799fc
commit 447298082d
2 changed files with 15 additions and 13 deletions

View File

@@ -20,7 +20,7 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
RUN chmod g+rwX /opt/bitnami
ENV BITNAMI_APP_NAME="haproxy" \
BITNAMI_IMAGE_VERSION="2.4.8-debian-10-r1" \
BITNAMI_IMAGE_VERSION="2.4.8-debian-10-r2" \
PATH="/opt/bitnami/haproxy-dataplaneapi/bin:/opt/bitnami/haproxy/sbin:$PATH"
USER 1001

View File

@@ -1,16 +1,18 @@
# What is HAProxy?
# HAProxy packaged by Bitnami
## What is HAProxy?
> HAProxy is a TCP proxy and a HTTP reverse proxy. It supports SSL termination and offloading, TCP and HTTP normalization, traffic regulation, caching and protection against DDoS attacks.
[Overview of HAProxy](http://www.haproxy.org/)
# TL;DR
## TL;DR
```console
$ docker run --name haproxy bitnami/haproxy:latest
```
# Why use Bitnami Images?
## Why use Bitnami Images?
* Bitnami closely tracks upstream source changes and promptly publishes new versions of this image using our automated systems.
* With Bitnami images the latest bug fixes and features are available as soon as possible.
@@ -22,16 +24,16 @@ $ docker run --name haproxy bitnami/haproxy:latest
> This [CVE scan report](https://quay.io/repository/bitnami/haproxy?tab=tags) contains a security report with all open CVEs. To get the list of actionable security issues, find the "latest" tag, click the vulnerability report link under the corresponding "Security scan" field and then select the "Only show fixable" filter on the next page.
# Supported tags and respective `Dockerfile` links
## Supported tags and respective `Dockerfile` links
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-10`, `2.4.8`, `2.4.8-debian-10-r1`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-haproxy/blob/2.4.8-debian-10-r1/2/debian-10/Dockerfile)
* [`2`, `2-debian-10`, `2.4.8`, `2.4.8-debian-10-r2`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-haproxy/blob/2.4.8-debian-10-r2/2/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/haproxy GitHub repo](https://github.com/bitnami/bitnami-docker-haproxy).
# Get this image
## Get this image
The recommended way to get the Bitnami haproxy Docker Image is to pull the prebuilt image from the [Docker Hub Registry](https://hub.docker.com/r/bitnami/haproxy).
@@ -51,13 +53,13 @@ If you wish, you can also build the image yourself.
$ docker build -t bitnami/haproxy:latest 'https://github.com/bitnami/bitnami-docker-haproxy.git#master:2/debian-10'
```
# Why use a non-root container?
## Why use a non-root container?
Non-root container images add an extra layer of security and are generally recommended for production environments. However, because they run as a non-root user, privileged tasks are typically off-limits. Learn more about non-root containers [in our docs](https://docs.bitnami.com/tutorials/work-with-non-root-containers/).
# Configuration
## Configuration
## Running commands
### Running commands
To run commands inside this container you can use `docker run`, for example to execute `haproxy --version` you can follow the example below:
@@ -85,11 +87,11 @@ services:
Check the [official HAProxy documentation](http://cbonte.github.io/haproxy-dconv/2.5/configuration.html) to understand the possible configurations.
# Contributing
## Contributing
We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/bitnami-docker-haproxy/issues), or submit a [pull request](https://github.com/bitnami/bitnami-docker-haproxy/pulls) with your contribution.
# Issues
## Issues
If you encountered a problem running this container, you can file an [issue](https://github.com/bitnami/bitnami-docker-haproxy/issues/new). For us to provide better support, be sure to include the following information in your issue:
@@ -99,7 +101,7 @@ If you encountered a problem running this container, you can file an [issue](htt
- Version of this container
- The command you used to run the container, and any relevant output you saw (masking any sensitive information)
# License
## License
Copyright 2021 Bitnami