0.11.0-debian-10-r37 release

This commit is contained in:
Bitnami Bot 2022-01-25 03:35:26 +00:00
parent d712e1d77f
commit 2080e9ba1c
3 changed files with 8 additions and 8 deletions

View File

@ -9,17 +9,17 @@ ENV HOME="/" \
COPY prebuildfs /
# 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-2-linux-amd64-debian-10.tar.gz && \
echo "e0419901e14d347547d4727a177822dbae6aa9e7207ad561e036e3d520d85d2c /tmp/bitnami/pkg/cache/apache-exporter-0.11.0-2-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/apache-exporter-0.11.0-2-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/apache-exporter-0.11.0-2-linux-amd64-debian-10.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/apache-exporter-0.11.0-3-linux-amd64-debian-10.tar.gz && \
echo "5297738112ce9118fdfe05be196c41b2d6e5695ebca10ee7e2de63570c12b63c /tmp/bitnami/pkg/cache/apache-exporter-0.11.0-3-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/apache-exporter-0.11.0-3-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/apache-exporter-0.11.0-3-linux-amd64-debian-10.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
RUN chmod g+rwX /opt/bitnami
ENV BITNAMI_APP_NAME="apache-exporter" \
BITNAMI_IMAGE_VERSION="0.11.0-debian-10-r36" \
BITNAMI_IMAGE_VERSION="0.11.0-debian-10-r37" \
PATH="/opt/bitnami/apache-exporter/bin:$PATH"
EXPOSE 9117

View File

@ -1,9 +1,9 @@
{
"apache-exporter": {
"arch": "amd64",
"digest": "e0419901e14d347547d4727a177822dbae6aa9e7207ad561e036e3d520d85d2c",
"digest": "5297738112ce9118fdfe05be196c41b2d6e5695ebca10ee7e2de63570c12b63c",
"distro": "debian-10",
"type": "NAMI",
"version": "0.11.0-2"
"version": "0.11.0-3"
}
}

View File

@ -33,7 +33,7 @@ Non-root container images add an extra layer of security and are generally recom
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
* [`0`, `0-debian-10`, `0.11.0`, `0.11.0-debian-10-r36`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-apache-exporter/blob/0.11.0-debian-10-r36/0/debian-10/Dockerfile)
* [`0`, `0-debian-10`, `0.11.0`, `0.11.0-debian-10-r37`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-apache-exporter/blob/0.11.0-debian-10-r37/0/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/apache-exporter GitHub repo](https://github.com/bitnami/bitnami-docker-apache-exporter).