mirror of
https://github.com/bitnami/containers.git
synced 2026-04-02 15:27:45 +08:00
1.22.1-debian-10-r0 release
This commit is contained in:
@@ -9,15 +9,15 @@ ENV HOME="/" \
|
|||||||
COPY prebuildfs /
|
COPY prebuildfs /
|
||||||
# Install required system packages and dependencies
|
# Install required system packages and dependencies
|
||||||
RUN install_packages ca-certificates curl gzip libc6 procps tar wget
|
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.22.0-0-linux-amd64-debian-10.tar.gz && \
|
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/telegraf-1.22.1-0-linux-amd64-debian-10.tar.gz && \
|
||||||
echo "a20feae08d9b82737af9b327c53722bd5fb590dc0bf421835d229d783de14421 /tmp/bitnami/pkg/cache/telegraf-1.22.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
echo "64f98a0171f2778c924d7c30c512955c043b46bbd3c5a437dbdc490973448bbb /tmp/bitnami/pkg/cache/telegraf-1.22.1-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||||
tar -zxf /tmp/bitnami/pkg/cache/telegraf-1.22.0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
tar -zxf /tmp/bitnami/pkg/cache/telegraf-1.22.1-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||||
rm -rf /tmp/bitnami/pkg/cache/telegraf-1.22.0-0-linux-amd64-debian-10.tar.gz
|
rm -rf /tmp/bitnami/pkg/cache/telegraf-1.22.1-0-linux-amd64-debian-10.tar.gz
|
||||||
RUN apt-get update && apt-get upgrade -y && \
|
RUN apt-get update && apt-get upgrade -y && \
|
||||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||||
RUN chmod g+rwX /opt/bitnami
|
RUN chmod g+rwX /opt/bitnami
|
||||||
|
|
||||||
ENV APP_VERSION="1.22.0" \
|
ENV APP_VERSION="1.22.1" \
|
||||||
BITNAMI_APP_NAME="telegraf" \
|
BITNAMI_APP_NAME="telegraf" \
|
||||||
PATH="/opt/bitnami/telegraf/bin:$PATH"
|
PATH="/opt/bitnami/telegraf/bin:$PATH"
|
||||||
|
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"telegraf": {
|
"telegraf": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
"digest": "a20feae08d9b82737af9b327c53722bd5fb590dc0bf421835d229d783de14421",
|
"digest": "64f98a0171f2778c924d7c30c512955c043b46bbd3c5a437dbdc490973448bbb",
|
||||||
"distro": "debian-10",
|
"distro": "debian-10",
|
||||||
"type": "NAMI",
|
"type": "NAMI",
|
||||||
"version": "1.22.0-0"
|
"version": "1.22.1-0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -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/).
|
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.22.0`, `1.22.0-debian-10-r14`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-telegraf/blob/1.22.0-debian-10-r14/1/debian-10/Dockerfile)
|
* [`1`, `1-debian-10`, `1.22.1`, `1.22.1-debian-10-r0`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-telegraf/blob/1.22.1-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).
|
Subscribe to project updates by watching the [bitnami/telegraf GitHub repo](https://github.com/bitnami/bitnami-docker-telegraf).
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user