1.16.3-debian-10-r0 release
This commit is contained in:
parent
eb70e61fc4
commit
5fc0863379
|
|
@ -9,16 +9,16 @@ 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.16.2-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "096be71f6c249884b833c655423b89c76993eb84c69bd4fb8045349996d444bd /tmp/bitnami/pkg/cache/telegraf-1.16.2-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/telegraf-1.16.2-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/telegraf-1.16.2-0-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/telegraf-1.16.3-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "5bf39e0c0db8510e110658b4ffe4b6c1aa500b37fb5e3eb9dbe8b4eaad45a5a0 /tmp/bitnami/pkg/cache/telegraf-1.16.3-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/telegraf-1.16.3-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/telegraf-1.16.3-0-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="telegraf" \
|
||||
BITNAMI_IMAGE_VERSION="1.16.2-debian-10-r16" \
|
||||
BITNAMI_IMAGE_VERSION="1.16.3-debian-10-r0" \
|
||||
PATH="/opt/bitnami/telegraf/bin:$PATH"
|
||||
|
||||
USER 1001
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"telegraf": {
|
||||
"arch": "amd64",
|
||||
"digest": "096be71f6c249884b833c655423b89c76993eb84c69bd4fb8045349996d444bd",
|
||||
"digest": "5bf39e0c0db8510e110658b4ffe4b6c1aa500b37fb5e3eb9dbe8b4eaad45a5a0",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.16.2-0"
|
||||
"version": "1.16.3-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.16.2`, `1.16.2-debian-10-r16`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-telegraf/blob/1.16.2-debian-10-r16/1/debian-10/Dockerfile)
|
||||
* [`1`, `1-debian-10`, `1.16.3`, `1.16.3-debian-10-r0`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-telegraf/blob/1.16.3-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