1.21.4-debian-10-r12 release
This commit is contained in:
parent
ba296d5f86
commit
e1f89380f4
|
|
@ -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.21.4-1-linux-amd64-debian-10.tar.gz && \
|
||||
echo "16fd0e9bc6b60203a2b992e012617cc2706770dc19491bb38f4f1c4caf7d8c45 /tmp/bitnami/pkg/cache/telegraf-1.21.4-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/telegraf-1.21.4-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/telegraf-1.21.4-1-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/telegraf-1.21.4-2-linux-amd64-debian-10.tar.gz && \
|
||||
echo "e84b9e208eb5033eb8abb8d3c069f1debe045e897670730842a8d08b660f38c9 /tmp/bitnami/pkg/cache/telegraf-1.21.4-2-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/telegraf-1.21.4-2-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/telegraf-1.21.4-2-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.21.4-debian-10-r11" \
|
||||
BITNAMI_IMAGE_VERSION="1.21.4-debian-10-r12" \
|
||||
PATH="/opt/bitnami/telegraf/bin:$PATH"
|
||||
|
||||
USER 1001
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"telegraf": {
|
||||
"arch": "amd64",
|
||||
"digest": "16fd0e9bc6b60203a2b992e012617cc2706770dc19491bb38f4f1c4caf7d8c45",
|
||||
"digest": "e84b9e208eb5033eb8abb8d3c069f1debe045e897670730842a8d08b660f38c9",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.21.4-1"
|
||||
"version": "1.21.4-2"
|
||||
}
|
||||
}
|
||||
|
|
@ -31,7 +31,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.21.4`, `1.21.4-debian-10-r11`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-telegraf/blob/1.21.4-debian-10-r11/1/debian-10/Dockerfile)
|
||||
* [`1`, `1-debian-10`, `1.21.4`, `1.21.4-debian-10-r12`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-telegraf/blob/1.21.4-debian-10-r12/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