diff --git a/bitnami/pushgateway/1/debian-12/Dockerfile b/bitnami/pushgateway/1/debian-12/Dockerfile index 3b3a719645a6..441bda6c6267 100644 --- a/bitnami/pushgateway/1/debian-12/Dockerfile +++ b/bitnami/pushgateway/1/debian-12/Dockerfile @@ -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 diff --git a/bitnami/pushgateway/README.md b/bitnami/pushgateway/README.md index 8fd6fe5dbf77..8a1ec997572f 100644 --- a/bitnami/pushgateway/README.md +++ b/bitnami/pushgateway/README.md @@ -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