mirror of
https://github.com/bitnami/containers.git
synced 2026-02-26 15:57:21 +08:00
0.2.0-debian-10-r681 release
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user