0.2.0-debian-10-r681 release

This commit is contained in:
Bitnami Bot
2022-01-25 06:11:04 +00:00
parent 6c433c3f4f
commit 1aba0c9480
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-25-linux-amd64-debian-10.tar.gz && \
echo "8c06937553a7c01990271dea6d1eaf998a508798006e7d1c68871cbfebd1db11 /tmp/bitnami/pkg/cache/fluentd-exporter-0.2.0-25-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/fluentd-exporter-0.2.0-25-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-25-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-26-linux-amd64-debian-10.tar.gz && \
echo "c42c64bf447fd77aa6dbcc066c08383cc2786ade5be2dddd43111af287bd1043 /tmp/bitnami/pkg/cache/fluentd-exporter-0.2.0-26-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/fluentd-exporter-0.2.0-26-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-26-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-r680" \
BITNAMI_IMAGE_VERSION="0.2.0-debian-10-r681" \
PATH="/opt/bitnami/fluentd-exporter/bin:$PATH"
EXPOSE 9309

View File

@@ -1,9 +1,9 @@
{
"fluentd-exporter": {
"arch": "amd64",
"digest": "8c06937553a7c01990271dea6d1eaf998a508798006e7d1c68871cbfebd1db11",
"digest": "c42c64bf447fd77aa6dbcc066c08383cc2786ade5be2dddd43111af287bd1043",
"distro": "debian-10",
"type": "NAMI",
"version": "0.2.0-25"
"version": "0.2.0-26"
}
}

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