From 2f47eac1e3f52468fa77c2cd58ef25a96fc25e92 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 15 Jun 2018 18:22:18 +0000 Subject: [PATCH] 0.5.2-r0 release Update pushgateway to 0.5.2 --- bitnami/pushgateway/0/Dockerfile | 10 +++++----- bitnami/pushgateway/README.md | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bitnami/pushgateway/0/Dockerfile b/bitnami/pushgateway/0/Dockerfile index 9d452e39a989..052465f56c64 100644 --- a/bitnami/pushgateway/0/Dockerfile +++ b/bitnami/pushgateway/0/Dockerfile @@ -1,10 +1,10 @@ FROM bitnami/minideb:jessie as buildenv RUN install_packages ca-certificates wget -RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/pushgateway-0.5.1-0-linux-x64-debian-8.tar.gz && \ - echo "76780d88db1abf95bea31ddcf985475c980824bc456d37671f3eda8a09f26b38 /tmp/bitnami/pkg/cache/pushgateway-0.5.1-0-linux-x64-debian-8.tar.gz" | sha256sum -c - && \ - tar -zxf /tmp/bitnami/pkg/cache/pushgateway-0.5.1-0-linux-x64-debian-8.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ - rm -rf /tmp/bitnami/pkg/cache/pushgateway-0.5.1-0-linux-x64-debian-8.tar.gz +RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/pushgateway-0.5.2-0-linux-x64-debian-8.tar.gz && \ + echo "746cf208fe6fc4afe4e5f24cf70a0ab7165354cebfffb4f5411923418f415f92 /tmp/bitnami/pkg/cache/pushgateway-0.5.2-0-linux-x64-debian-8.tar.gz" | sha256sum -c - && \ + tar -zxf /tmp/bitnami/pkg/cache/pushgateway-0.5.2-0-linux-x64-debian-8.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ + rm -rf /tmp/bitnami/pkg/cache/pushgateway-0.5.2-0-linux-x64-debian-8.tar.gz ################## @@ -13,7 +13,7 @@ LABEL maintainer "Bitnami " COPY --from=buildenv /opt/bitnami/pushgateway /opt/bitnami/pushgateway ENV BITNAMI_APP_NAME="pushgateway" \ - BITNAMI_IMAGE_VERSION="0.5.1-r11" \ + BITNAMI_IMAGE_VERSION="0.5.2-r0" \ PATH="/opt/bitnami/pushgateway/bin:$PATH" EXPOSE 9091 diff --git a/bitnami/pushgateway/README.md b/bitnami/pushgateway/README.md index 0749acf2cc0e..cfaaca92cd0a 100644 --- a/bitnami/pushgateway/README.md +++ b/bitnami/pushgateway/README.md @@ -22,7 +22,7 @@ $ docker run --name pushgateway bitnami/pushgateway:latest # Supported tags and respective `Dockerfile` links -* [`0`, `0.5.1-r11`, `latest` (0/Dockerfile)](https://github.com/bitnami/bitnami-docker-pushgateway/blob/0.5.1-r11/0/Dockerfile) +* [`0`, `0.5.2-r0`, `latest` (0/Dockerfile)](https://github.com/bitnami/bitnami-docker-pushgateway/blob/0.5.2-r0/0/Dockerfile) Subscribe to project updates by watching the [bitnami/pushgateway GitHub repo](https://github.com/bitnami/bitnami-docker-pushgateway).