mirror of
https://github.com/bitnami/containers.git
synced 2026-02-27 15:07:25 +08:00
0.2.0-debian-10-r666 release
This commit is contained in:
@@ -9,14 +9,14 @@ 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-1-linux-amd64-debian-10.tar.gz && \
|
||||
echo "67d0d1d288759faf42f2726e6e25d659731d0f6fd69018400a405f953175adf9 /tmp/bitnami/pkg/cache/fluentd-exporter-0.2.0-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/fluentd-exporter-0.2.0-1-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-1-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-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 chmod g+rwX /opt/bitnami
|
||||
|
||||
ENV BITNAMI_APP_NAME="fluentd-exporter" \
|
||||
BITNAMI_IMAGE_VERSION="0.2.0-debian-10-r665" \
|
||||
BITNAMI_IMAGE_VERSION="0.2.0-debian-10-r666" \
|
||||
PATH="/opt/bitnami/fluentd-exporter/bin:$PATH"
|
||||
|
||||
EXPOSE 9309
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"fluentd-exporter": {
|
||||
"arch": "amd64",
|
||||
"digest": "67d0d1d288759faf42f2726e6e25d659731d0f6fd69018400a405f953175adf9",
|
||||
"digest": "1c603a26b31f09483454a2b64a22eeb0df3254add002020a908a9ec42ce25b2f",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "0.2.0-1"
|
||||
"version": "0.2.0-2"
|
||||
}
|
||||
}
|
||||
@@ -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-r665`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluentd-exporter/blob/0.2.0-debian-10-r665/0/debian-10/Dockerfile)
|
||||
* [`0`, `0-debian-10`, `0.2.0`, `0.2.0-debian-10-r666`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluentd-exporter/blob/0.2.0-debian-10-r666/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