0.5.1-debian-9-r60 release

This commit is contained in:
Bitnami Bot 2019-09-20 16:56:44 +00:00
parent 8f04b11ae0
commit 1ee43c1464
2 changed files with 6 additions and 6 deletions

View File

@ -3,13 +3,13 @@ LABEL maintainer "Bitnami <containers@bitnami.com>"
# Install required system packages and dependencies
RUN install_packages ca-certificates wget
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/postgres-exporter-0.5.1-0-linux-amd64-debian-9.tar.gz && \
echo "f21b8f405a2f5e5c528198e9f0bfabf64906c7e50cc43b72111f5a65150ebfe2 /tmp/bitnami/pkg/cache/postgres-exporter-0.5.1-0-linux-amd64-debian-9.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/postgres-exporter-0.5.1-0-linux-amd64-debian-9.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/postgres-exporter-0.5.1-0-linux-amd64-debian-9.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/postgres-exporter-0.5.1-1-linux-amd64-debian-9.tar.gz && \
echo "eed1109dd4d5ed82d4232aa9bb330c9a31b2929e879075c49aa375f111c0110f /tmp/bitnami/pkg/cache/postgres-exporter-0.5.1-1-linux-amd64-debian-9.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/postgres-exporter-0.5.1-1-linux-amd64-debian-9.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/postgres-exporter-0.5.1-1-linux-amd64-debian-9.tar.gz
ENV BITNAMI_APP_NAME="postgres-exporter" \
BITNAMI_IMAGE_VERSION="0.5.1-debian-9-r59" \
BITNAMI_IMAGE_VERSION="0.5.1-debian-9-r60" \
PATH="/opt/bitnami/postgres-exporter/bin:$PATH"
EXPOSE 9187

View File

@ -46,7 +46,7 @@ $ kubectl apply -f test.yaml
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/containers/how-to/understand-rolling-tags-containers/).
* [`0-debian-9`, `0.5.1-debian-9-r59`, `0`, `0.5.1`, `0.5.1-r59`, `latest` (0/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgres-exporter/blob/0.5.1-debian-9-r59/0/debian-9/Dockerfile)
* [`0-debian-9`, `0.5.1-debian-9-r60`, `0`, `0.5.1`, `0.5.1-r60`, `latest` (0/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgres-exporter/blob/0.5.1-debian-9-r60/0/debian-9/Dockerfile)
Subscribe to project updates by watching the [bitnami/postgres-exporter GitHub repo](https://github.com/bitnami/bitnami-docker-postgres-exporter).