0.2.0-debian-10-r673 release

This commit is contained in:
Bitnami Bot
2022-01-18 12:23:49 +00:00
parent 27120d8e14
commit 37f69f066f
3 changed files with 8 additions and 8 deletions

View File

@@ -9,16 +9,16 @@ 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/fluentd-exporter-0.2.0-2-linux-amd64-debian-10.tar.gz && \
echo "1c603a26b31f09483454a2b64a22eeb0df3254add002020a908a9ec42ce25b2f /tmp/bitnami/pkg/cache/fluentd-exporter-0.2.0-2-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/fluentd-exporter-0.2.0-2-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/fluentd-exporter-0.2.0-2-linux-amd64-debian-10.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/fluentd-exporter-0.2.0-23-linux-amd64-debian-10.tar.gz && \
echo "5db6d8a328f8fc267e45d6b5806bd3fdd64349991af2aeb25d098b8be4efaa19 /tmp/bitnami/pkg/cache/fluentd-exporter-0.2.0-23-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/fluentd-exporter-0.2.0-23-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/fluentd-exporter-0.2.0-23-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 chmod g+rwX /opt/bitnami
ENV BITNAMI_APP_NAME="fluentd-exporter" \
BITNAMI_IMAGE_VERSION="0.2.0-debian-10-r672" \
BITNAMI_IMAGE_VERSION="0.2.0-debian-10-r673" \
PATH="/opt/bitnami/fluentd-exporter/bin:$PATH"
EXPOSE 9309

View File

@@ -1,9 +1,9 @@
{
"fluentd-exporter": {
"arch": "amd64",
"digest": "1c603a26b31f09483454a2b64a22eeb0df3254add002020a908a9ec42ce25b2f",
"digest": "5db6d8a328f8fc267e45d6b5806bd3fdd64349991af2aeb25d098b8be4efaa19",
"distro": "debian-10",
"type": "NAMI",
"version": "0.2.0-2"
"version": "0.2.0-23"
}
}

View File

@@ -35,7 +35,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.2.0`, `0.2.0-debian-10-r672`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluentd-exporter/blob/0.2.0-debian-10-r672/0/debian-10/Dockerfile)
* [`0`, `0-debian-10`, `0.2.0`, `0.2.0-debian-10-r673`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluentd-exporter/blob/0.2.0-debian-10-r673/0/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/fluentd-exporter GitHub repo](https://github.com/bitnami/bitnami-docker-fluentd-exporter).