0.11.0-debian-10-r59 release

This commit is contained in:
Bitnami Bot
2022-02-16 17:42:31 +00:00
parent 5c56ede603
commit 0d8a745a9f
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-4-linux-amd64-debian-10.tar.gz && \
echo "c89f7cc59674071fc5ad93fd70a51cec1f109f9bd239f223aa076cde9a5a3973 /tmp/bitnami/pkg/cache/apache-exporter-0.11.0-4-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/apache-exporter-0.11.0-4-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-4-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-5-linux-amd64-debian-10.tar.gz && \
echo "da0ee94631deaa21152279a9b4d2bf15942afb583b5c2a96b650e28cd958e052 /tmp/bitnami/pkg/cache/apache-exporter-0.11.0-5-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/apache-exporter-0.11.0-5-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-5-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-r58" \
BITNAMI_IMAGE_VERSION="0.11.0-debian-10-r59" \
PATH="/opt/bitnami/apache-exporter/bin:$PATH"
EXPOSE 9117

View File

@@ -1,9 +1,9 @@
{
"apache-exporter": {
"arch": "amd64",
"digest": "c89f7cc59674071fc5ad93fd70a51cec1f109f9bd239f223aa076cde9a5a3973",
"digest": "da0ee94631deaa21152279a9b4d2bf15942afb583b5c2a96b650e28cd958e052",
"distro": "debian-10",
"type": "NAMI",
"version": "0.11.0-4"
"version": "0.11.0-5"
}
}

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-r58`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-apache-exporter/blob/0.11.0-debian-10-r58/0/debian-10/Dockerfile)
* [`0`, `0-debian-10`, `0.11.0`, `0.11.0-debian-10-r59`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-apache-exporter/blob/0.11.0-debian-10-r59/0/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/apache-exporter GitHub repo](https://github.com/bitnami/bitnami-docker-apache-exporter).