diff --git a/bitnami/node-exporter/1/debian-10/Dockerfile b/bitnami/node-exporter/1/debian-10/Dockerfile index 8437408508a0..33d72bd6621e 100644 --- a/bitnami/node-exporter/1/debian-10/Dockerfile +++ b/bitnami/node-exporter/1/debian-10/Dockerfile @@ -9,16 +9,16 @@ 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/node-exporter-1.3.1-1-linux-amd64-debian-10.tar.gz && \ - echo "8c2456274f144a521c25ed5419da378e82b00944506253cb00bc579cea0dad62 /tmp/bitnami/pkg/cache/node-exporter-1.3.1-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \ - tar -zxf /tmp/bitnami/pkg/cache/node-exporter-1.3.1-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ - rm -rf /tmp/bitnami/pkg/cache/node-exporter-1.3.1-1-linux-amd64-debian-10.tar.gz +RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/node-exporter-1.3.1-2-linux-amd64-debian-10.tar.gz && \ + echo "2695680e753d768c7243e21d10a20bfa8f3e204713af038cc0bdc8a1e3c829fb /tmp/bitnami/pkg/cache/node-exporter-1.3.1-2-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \ + tar -zxf /tmp/bitnami/pkg/cache/node-exporter-1.3.1-2-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ + rm -rf /tmp/bitnami/pkg/cache/node-exporter-1.3.1-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="node-exporter" \ - BITNAMI_IMAGE_VERSION="1.3.1-debian-10-r43" \ + BITNAMI_IMAGE_VERSION="1.3.1-debian-10-r44" \ PATH="/opt/bitnami/node-exporter/bin:$PATH" EXPOSE 9100 diff --git a/bitnami/node-exporter/1/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/node-exporter/1/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json index 548ac429d84a..4bab3d9bef54 100644 --- a/bitnami/node-exporter/1/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/node-exporter/1/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,9 +1,9 @@ { "node-exporter": { "arch": "amd64", - "digest": "8c2456274f144a521c25ed5419da378e82b00944506253cb00bc579cea0dad62", + "digest": "2695680e753d768c7243e21d10a20bfa8f3e204713af038cc0bdc8a1e3c829fb", "distro": "debian-10", "type": "NAMI", - "version": "1.3.1-1" + "version": "1.3.1-2" } } \ No newline at end of file diff --git a/bitnami/node-exporter/README.md b/bitnami/node-exporter/README.md index dc360f374daa..b71446ff4caf 100644 --- a/bitnami/node-exporter/README.md +++ b/bitnami/node-exporter/README.md @@ -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/). -* [`1`, `1-debian-10`, `1.3.1`, `1.3.1-debian-10-r43`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-node-exporter/blob/1.3.1-debian-10-r43/1/debian-10/Dockerfile) +* [`1`, `1-debian-10`, `1.3.1`, `1.3.1-debian-10-r44`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-node-exporter/blob/1.3.1-debian-10-r44/1/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/node-exporter GitHub repo](https://github.com/bitnami/bitnami-docker-node-exporter).