0.7.0-debian-9-r144 release

This commit is contained in:
Bitnami Bot
2019-12-21 13:32:10 +00:00
parent afd17327d4
commit 0c5e89b16c
2 changed files with 4 additions and 2 deletions

View File

@@ -7,10 +7,12 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
echo "0d96516814bb4d54e0e672235d2da8c6a689fc97e5c399a65e5f8b993ea7a5b4 /tmp/bitnami/pkg/cache/apache-exporter-0.7.0-0-linux-amd64-debian-9.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/apache-exporter-0.7.0-0-linux-amd64-debian-9.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/apache-exporter-0.7.0-0-linux-amd64-debian-9.tar.gz
RUN apt-get update && apt-get upgrade && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN ln -sf /opt/bitnami/apache-exporter/bin/apache_exporter /bin/apache_exporter
ENV BITNAMI_APP_NAME="apache-exporter" \
BITNAMI_IMAGE_VERSION="0.7.0-debian-9-r143" \
BITNAMI_IMAGE_VERSION="0.7.0-debian-9-r144" \
PATH="/opt/bitnami/apache-exporter/bin:$PATH"
EXPOSE 9117

View File

@@ -43,7 +43,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.7.0-debian-9-r143`, `0`, `0.7.0`, `0.7.0-r143`, `latest` (0/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-apache-exporter/blob/0.7.0-debian-9-r143/0/debian-9/Dockerfile)
* [`0-debian-9`, `0.7.0-debian-9-r144`, `0`, `0.7.0`, `0.7.0-r144`, `latest` (0/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-apache-exporter/blob/0.7.0-debian-9-r144/0/debian-9/Dockerfile)
Subscribe to project updates by watching the [bitnami/apache-exporter GitHub repo](https://github.com/bitnami/bitnami-docker-apache-exporter).