[bitnami/apache-exporter] Release 0.11.0-debian-11-r28 (#2463)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2022-08-09 06:17:11 +02:00
committed by GitHub
parent 11e431fc58
commit c318fee32e
3 changed files with 7 additions and 7 deletions

View File

@@ -8,10 +8,10 @@ COPY prebuildfs /
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install required system packages and dependencies
RUN install_packages ca-certificates curl gzip procps tar wget
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/apache-exporter-0.11.0-152-linux-amd64-debian-11.tar.gz && \
echo "d3c51b0c3caf82996782e6b4a829c896d872cacb781fa81c177a9b813aebc34b /tmp/bitnami/pkg/cache/apache-exporter-0.11.0-152-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/apache-exporter-0.11.0-152-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/apache-exporter-0.11.0-152-linux-amd64-debian-11.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/apache-exporter-0.11.0-153-linux-amd64-debian-11.tar.gz && \
echo "800397241147366cd6004a1ce41014cdf5e1489c102d7759146c8a7137b2c714 /tmp/bitnami/pkg/cache/apache-exporter-0.11.0-153-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/apache-exporter-0.11.0-153-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/apache-exporter-0.11.0-153-linux-amd64-debian-11.tar.gz
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN ln -sf /opt/bitnami/apache-exporter/bin/apache_exporter /bin/apache_exporter