1.20.2-debian-10-r0 release
This commit is contained in:
parent
5bb88bbf5a
commit
d06f1d2fda
|
|
@ -9,14 +9,14 @@ ENV HOME="/" \
|
|||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates curl gzip libc6 procps tar wget
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/telegraf-1.20.1-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "dd7265dc273d6ae7adf699c3957536bbfafedc5ca3c96f3e19936ebfd1646001 /tmp/bitnami/pkg/cache/telegraf-1.20.1-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/telegraf-1.20.1-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/telegraf-1.20.1-0-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/telegraf-1.20.2-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "3a3721f66ec50e4a0da829a6aac8b02b2d6f448736d79c20d1ee4afb7b45fe64 /tmp/bitnami/pkg/cache/telegraf-1.20.2-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/telegraf-1.20.2-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/telegraf-1.20.2-0-linux-amd64-debian-10.tar.gz
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
ENV BITNAMI_APP_NAME="telegraf" \
|
||||
BITNAMI_IMAGE_VERSION="1.20.1-debian-10-r0" \
|
||||
BITNAMI_IMAGE_VERSION="1.20.2-debian-10-r0" \
|
||||
PATH="/opt/bitnami/telegraf/bin:$PATH"
|
||||
|
||||
USER 1001
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"telegraf": {
|
||||
"arch": "amd64",
|
||||
"digest": "dd7265dc273d6ae7adf699c3957536bbfafedc5ca3c96f3e19936ebfd1646001",
|
||||
"digest": "3a3721f66ec50e4a0da829a6aac8b02b2d6f448736d79c20d1ee4afb7b45fe64",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.20.1-0"
|
||||
"version": "1.20.2-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -28,7 +28,7 @@ $ docker run --name telegraf bitnami/telegraf:latest
|
|||
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/).
|
||||
|
||||
|
||||
* [`1`, `1-debian-10`, `1.20.1`, `1.20.1-debian-10-r0`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-telegraf/blob/1.20.1-debian-10-r0/1/debian-10/Dockerfile)
|
||||
* [`1`, `1-debian-10`, `1.20.2`, `1.20.2-debian-10-r0`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-telegraf/blob/1.20.2-debian-10-r0/1/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/telegraf GitHub repo](https://github.com/bitnami/bitnami-docker-telegraf).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue