[bitnami/nginx-exporter] Release 1.5.1-debian-12-r14 (#92934)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
parent
c21193272d
commit
f15ed369f2
|
|
@ -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:01:23Z" \
|
||||
org.opencontainers.image.created="2026-05-08T02:34:56Z" \
|
||||
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
||||
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/nginx-exporter/README.md" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/nginx-exporter" \
|
||||
|
|
@ -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=( \
|
||||
"nginx-exporter-1.5.1-8-linux-${OS_ARCH}-debian-12" \
|
||||
"nginx-exporter-1.5.1-9-linux-${OS_ARCH}-debian-12" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
@ -48,7 +48,7 @@ RUN uninstall_packages curl
|
|||
|
||||
ENV APP_VERSION="1.5.1" \
|
||||
BITNAMI_APP_NAME="nginx-exporter" \
|
||||
IMAGE_REVISION="13" \
|
||||
IMAGE_REVISION="14" \
|
||||
PATH="/opt/bitnami/nginx-exporter/bin:$PATH"
|
||||
|
||||
EXPOSE 9113
|
||||
|
|
|
|||
|
|
@ -79,13 +79,7 @@ The Bitnami NGINX Exporter Docker image from the [Bitnami Secure Images](https:/
|
|||
|
||||
## Logging
|
||||
|
||||
The Bitnami NGINX Exporter Docker image sends the container logs to `stdout`. To view the logs:
|
||||
|
||||
```console
|
||||
docker logs nginx-exporter
|
||||
```
|
||||
|
||||
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 NGINX Exporter 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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue