[bitnami/pushgateway] Release 1.11.2-debian-12-r12 (#92947)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot 2026-05-08 05:16:28 +02:00 committed by GitHub
parent 37025be19e
commit a84645be23
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 10 deletions

View File

@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
ARG TARGETARCH
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
org.opencontainers.image.created="2026-04-08T07:56:39Z" \
org.opencontainers.image.created="2026-05-08T02:58:28Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/pushgateway/README.md" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/pushgateway" \
@ -28,7 +28,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
COMPONENTS=( \
"pushgateway-1.11.2-6-linux-${OS_ARCH}-debian-12" \
"pushgateway-1.11.2-7-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@ -47,7 +47,7 @@ RUN uninstall_packages curl
ENV APP_VERSION="1.11.2" \
BITNAMI_APP_NAME="pushgateway" \
IMAGE_REVISION="11" \
IMAGE_REVISION="12" \
PATH="/opt/bitnami/pushgateway/bin:$PATH"
EXPOSE 9091

View File

@ -81,13 +81,7 @@ The Bitnami Push Gateway Docker image from the [Bitnami Secure Images](https://g
## Logging
The Bitnami pushgateway Docker image sends the container logs to the `stdout`. To view the logs:
```console
docker logs pushgateway
```
You can configure the containers [logging driver](https://docs.docker.com/engine/admin/logging/overview/) using the `--log-driver` option if you wish to consume the container logs differently. In the default configuration docker uses the `json-file` driver.
The Bitnami Push Gateway Docker image sends the container logs to the `stdout`. You can configure the containers [logging driver](https://docs.docker.com/engine/admin/logging/overview/) using the `--log-driver` option if you wish to consume the container logs differently. In the default configuration docker uses the `json-file` driver.
## Notable Changes