0.2.0-debian-10-r715 release
This commit is contained in:
parent
cab730bbeb
commit
bf93e3ae7f
|
|
@ -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-29-linux-amd64-debian-10.tar.gz && \
|
||||
echo "d35dc2b430537be67b44e9fd0997c371e768bea2bcb91020ae2a1cd58bb9d04f /tmp/bitnami/pkg/cache/fluentd-exporter-0.2.0-29-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/fluentd-exporter-0.2.0-29-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-29-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-30-linux-amd64-debian-10.tar.gz && \
|
||||
echo "0c09a287f0f9310d3778fee0aafe5bc0fb3b2c5a03f51e0e8e96a21d1d68b445 /tmp/bitnami/pkg/cache/fluentd-exporter-0.2.0-30-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/fluentd-exporter-0.2.0-30-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-30-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-r714" \
|
||||
BITNAMI_IMAGE_VERSION="0.2.0-debian-10-r715" \
|
||||
PATH="/opt/bitnami/fluentd-exporter/bin:$PATH"
|
||||
|
||||
EXPOSE 9309
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"fluentd-exporter": {
|
||||
"arch": "amd64",
|
||||
"digest": "d35dc2b430537be67b44e9fd0997c371e768bea2bcb91020ae2a1cd58bb9d04f",
|
||||
"digest": "0c09a287f0f9310d3778fee0aafe5bc0fb3b2c5a03f51e0e8e96a21d1d68b445",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "0.2.0-29"
|
||||
"version": "0.2.0-30"
|
||||
}
|
||||
}
|
||||
|
|
@ -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-r714`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluentd-exporter/blob/0.2.0-debian-10-r714/0/debian-10/Dockerfile)
|
||||
* [`0`, `0-debian-10`, `0.2.0`, `0.2.0-debian-10-r715`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluentd-exporter/blob/0.2.0-debian-10-r715/0/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/fluentd-exporter GitHub repo](https://github.com/bitnami/bitnami-docker-fluentd-exporter).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue