diff --git a/bitnami/postgres-exporter/0/debian-11/Dockerfile b/bitnami/postgres-exporter/0/debian-11/Dockerfile index b82c4bd2294f..275d1ea69712 100644 --- a/bitnami/postgres-exporter/0/debian-11/Dockerfile +++ b/bitnami/postgres-exporter/0/debian-11/Dockerfile @@ -3,13 +3,13 @@ FROM docker.io/bitnami/minideb:bullseye ARG TARGETARCH LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \ - org.opencontainers.image.created="2023-03-13T23:06:29Z" \ + org.opencontainers.image.created="2023-03-22T02:26:38Z" \ org.opencontainers.image.description="Application packaged by VMware, Inc" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="0.11.1-debian-11-r69" \ + org.opencontainers.image.ref.name="0.12.0-debian-11-r70" \ org.opencontainers.image.title="postgres-exporter" \ org.opencontainers.image.vendor="VMware, Inc." \ - org.opencontainers.image.version="0.11.1" + org.opencontainers.image.version="0.12.0" ENV HOME="/" \ OS_ARCH="${TARGETARCH:-amd64}" \ @@ -22,7 +22,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] RUN install_packages ca-certificates curl procps RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ COMPONENTS=( \ - "postgres-exporter-0.11.1-4-linux-${OS_ARCH}-debian-11" \ + "postgres-exporter-0.12.0-0-linux-${OS_ARCH}-debian-11" \ ) && \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -38,7 +38,7 @@ RUN apt-get autoremove --purge -y curl && \ apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives RUN chmod g+rwX /opt/bitnami -ENV APP_VERSION="0.11.1" \ +ENV APP_VERSION="0.12.0" \ BITNAMI_APP_NAME="postgres-exporter" \ PATH="/opt/bitnami/postgres-exporter/bin:$PATH" diff --git a/bitnami/postgres-exporter/0/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/postgres-exporter/0/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index 393676d83742..a6b01ef3b592 100644 --- a/bitnami/postgres-exporter/0/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/postgres-exporter/0/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,9 +1,9 @@ { "postgres-exporter": { "arch": "amd64", - "digest": "a6cbe025c80471dc933ac39e6c01b541216dd5c0e93df1faa4236a2148132ce0", + "digest": "04308c3c983bd0bee1607cfe13daa64cb1aefb9a78a65af692b24c55a8a1ff41", "distro": "debian-11", "type": "NAMI", - "version": "0.11.1-4" + "version": "0.12.0-0" } } \ No newline at end of file diff --git a/bitnami/postgres-exporter/0/debian-11/tags-info.yaml b/bitnami/postgres-exporter/0/debian-11/tags-info.yaml index 2664874296af..e38fc19bff7f 100644 --- a/bitnami/postgres-exporter/0/debian-11/tags-info.yaml +++ b/bitnami/postgres-exporter/0/debian-11/tags-info.yaml @@ -1,5 +1,5 @@ rolling-tags: - "0" - 0-debian-11 -- 0.11.1 +- 0.12.0 - latest diff --git a/bitnami/postgres-exporter/README.md b/bitnami/postgres-exporter/README.md index 91fb501c2012..a1404ed70c77 100644 --- a/bitnami/postgres-exporter/README.md +++ b/bitnami/postgres-exporter/README.md @@ -5,7 +5,6 @@ > PostgreSQL Exporter gathers PostgreSQL metrics for Prometheus consumption. [Overview of PostgreSQL Exporter](https://github.com/wrouesnel/postgres_exporter) - Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement. ## TL;DR