[bitnami/postgres-exporter] Release 0.12.0-debian-11-r70 (#28043)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
f87228f9bb
commit
a42152fc70
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "0"
|
||||
- 0-debian-11
|
||||
- 0.11.1
|
||||
- 0.12.0
|
||||
- latest
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue