mirror of
https://github.com/bitnami/containers.git
synced 2026-04-02 23:38:16 +08:00
1.3.1-debian-11-r13 release
This commit is contained in:
committed by
Bitnami Containers
parent
1cd0255c48
commit
772c170224
@@ -8,10 +8,10 @@ COPY prebuildfs /
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
# 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-150-linux-amd64-debian-11.tar.gz && \
|
||||
echo "d37f2e0711ec7e3255e214bb60b9cfd630d0b0d0959a90c8140181b0120628d5 /tmp/bitnami/pkg/cache/node-exporter-1.3.1-150-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/node-exporter-1.3.1-150-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/node-exporter-1.3.1-150-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/node-exporter-1.3.1-151-linux-amd64-debian-11.tar.gz && \
|
||||
echo "e85c6166c1c1604cf003c0c5e16f3d6418b56130725242d543681b4fc9526704 /tmp/bitnami/pkg/cache/node-exporter-1.3.1-151-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/node-exporter-1.3.1-151-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/node-exporter-1.3.1-151-linux-amd64-debian-11.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
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"node-exporter": {
|
||||
"arch": "amd64",
|
||||
"digest": "d37f2e0711ec7e3255e214bb60b9cfd630d0b0d0959a90c8140181b0120628d5",
|
||||
"digest": "e85c6166c1c1604cf003c0c5e16f3d6418b56130725242d543681b4fc9526704",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.3.1-150"
|
||||
"version": "1.3.1-151"
|
||||
}
|
||||
}
|
||||
@@ -32,7 +32,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-11`, `1.3.1`, `1.3.1-debian-11-r12`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-node-exporter/blob/1.3.1-debian-11-r12/1/debian-11/Dockerfile)
|
||||
* [`1`, `1-debian-11`, `1.3.1`, `1.3.1-debian-11-r13`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-node-exporter/blob/1.3.1-debian-11-r13/1/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/node-exporter GitHub repo](https://github.com/bitnami/bitnami-docker-node-exporter).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user