docker.io/bitnami/node-exporter:1.5.0 linux/arm64

docker.io/bitnami/node-exporter:1.5.0 - 国内下载镜像源 浏览次数:19 安全受验证的发布者-VMware 温馨提示: 这是一个 linux/arm64 系统架构镜像

bitnami/node-exporter 是一个 Node Exporter 镜像,该镜像提供了对系统性能和资源使用情况的Exporter功能,可以将收集到的 metrics 数据导出到 Prometheus 服务器上,为日常监控和报表等提供便捷。

源镜像 docker.io/bitnami/node-exporter:1.5.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnami/node-exporter:1.5.0-linuxarm64
镜像ID sha256:29d642e97af41acc169e31a7b41ba491bb924353ffc5f76d9c76171bcd4b9ca4
镜像TAG 1.5.0-linuxarm64
大小 114.75MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 /opt/bitnami/node-exporter/bin/node_exporter
工作目录 /opt/bitnami/node-exporter
OS/平台 linux/arm64
浏览量 19 次
贡献者
镜像创建 2023-05-24T21:16:14.533712259Z
同步时间 2025-07-07 09:30
更新时间 2025-07-10 02:02
开放端口
9100/tcp
环境变量
PATH=/opt/bitnami/node-exporter/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin HOME=/ OS_ARCH=arm64 OS_FLAVOUR=debian-11 OS_NAME=linux APP_VERSION=1.5.0 BITNAMI_APP_NAME=node-exporter
镜像标签
docker.io/bitnami/minideb:bullseye: org.opencontainers.image.base.name 2023-05-24T21:13:22Z: org.opencontainers.image.created Application packaged by VMware, Inc: org.opencontainers.image.description Apache-2.0: org.opencontainers.image.licenses 1.5.0-debian-11-r58: org.opencontainers.image.ref.name node-exporter: org.opencontainers.image.title VMware, Inc.: org.opencontainers.image.vendor 1.5.0: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnami/node-exporter:1.5.0-linuxarm64
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnami/node-exporter:1.5.0-linuxarm64  docker.io/bitnami/node-exporter:1.5.0

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnami/node-exporter:1.5.0-linuxarm64
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnami/node-exporter:1.5.0-linuxarm64  docker.io/bitnami/node-exporter:1.5.0

Shell快速替换命令

sed -i 's#bitnami/node-exporter:1.5.0#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnami/node-exporter:1.5.0-linuxarm64#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnami/node-exporter:1.5.0-linuxarm64 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnami/node-exporter:1.5.0-linuxarm64  docker.io/bitnami/node-exporter:1.5.0'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnami/node-exporter:1.5.0-linuxarm64 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnami/node-exporter:1.5.0-linuxarm64  docker.io/bitnami/node-exporter:1.5.0'

镜像构建历史


# 0001-01-01 08:00:00  114.75MB 
crane flatten sha256:0d361274ad9cc219c889f199830be557ae5ef58b316ff96fea8aeffc22502ebf
                        
                    

镜像信息

{
    "Id": "sha256:29d642e97af41acc169e31a7b41ba491bb924353ffc5f76d9c76171bcd4b9ca4",
    "RepoTags": [
        "bitnami/node-exporter:1.5.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnami/node-exporter:1.5.0-linuxarm64"
    ],
    "RepoDigests": [
        "bitnami/node-exporter@sha256:90a8bf26a60d0ca6ec0e12aefc230780d49f470b06a6963052fc3177ad2865f5",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnami/node-exporter@sha256:3da72ad6913109314eb8a15fc6b254d2a80eabba7a6040a1fe911e21fc707e70"
    ],
    "Parent": "",
    "Comment": "[{\"created\":\"2023-05-12T00:10:52.737983886Z\",\"comment\":\"from Bitnami with love\"},{\"created\":\"2023-05-24T21:14:43.71788013Z\",\"created_by\":\"ARG TARGETARCH\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2023-05-24T21:14:43.71788013Z\",\"created_by\":\"LABEL org.opencontainers.image.base.name=docker.io/bitnami/minideb:bullseye org.opencontainers.image.created=2023-05-24T21:13:22Z org.opencontainers.image.description=Application packaged by VMware, Inc org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=1.5.0-debian-11-r58 org.opencontainers.image.title=node-exporter org.opencontainers.image.vendor=VMware, Inc. org.opencontainers.image.version=1.5.0\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2023-05-24T21:14:43.71788013Z\",\"created_by\":\"ENV HOME=/ OS_ARCH=arm64 OS_FLAVOUR=debian-11 OS_NAME=linux\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2023-05-24T21:14:43.71788013Z\",\"created_by\":\"COPY prebuildfs / # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2023-05-24T21:14:43.71788013Z\",\"created_by\":\"SHELL [/bin/bash -o pipefail -c]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2023-05-24T21:15:54.030829466Z\",\"created_by\":\"RUN |1 TARGETARCH=arm64 /bin/bash -o pipefail -c install_packages ca-certificates curl procps # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2023-05-24T21:15:57.759982344Z\",\"created_by\":\"RUN |1 TARGETARCH=arm64 /bin/bash -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ \\u0026\\u0026 cd /tmp/bitnami/pkg/cache/ \\u0026\\u0026     COMPONENTS=(       \\\"node-exporter-1.5.0-6-linux-${OS_ARCH}-debian-11\\\"     ) \\u0026\\u0026     for COMPONENT in \\\"${COMPONENTS[@]}\\\"; do       if [ ! -f \\\"${COMPONENT}.tar.gz\\\" ]; then         curl -SsLf \\\"https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz\\\" -O ;         curl -SsLf \\\"https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz.sha256\\\" -O ;       fi \\u0026\\u0026       sha256sum -c \\\"${COMPONENT}.tar.gz.sha256\\\" \\u0026\\u0026       tar -zxf \\\"${COMPONENT}.tar.gz\\\" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' \\u0026\\u0026       rm -rf \\\"${COMPONENT}\\\".tar.gz{,.sha256} ;     done # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2023-05-24T21:16:14.344540087Z\",\"created_by\":\"RUN |1 TARGETARCH=arm64 /bin/bash -o pipefail -c apt-get autoremove --purge -y curl \\u0026\\u0026     apt-get update \\u0026\\u0026 apt-get upgrade -y \\u0026\\u0026     apt-get clean \\u0026\\u0026 rm -rf /var/lib/apt/lists /var/cache/apt/archives # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2023-05-24T21:16:14.499583893Z\",\"created_by\":\"RUN |1 TARGETARCH=arm64 /bin/bash -o pipefail -c chmod g+rwX /opt/bitnami # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2023-05-24T21:16:14.499583893Z\",\"created_by\":\"ENV APP_VERSION=1.5.0 BITNAMI_APP_NAME=node-exporter PATH=/opt/bitnami/node-exporter/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2023-05-24T21:16:14.499583893Z\",\"created_by\":\"EXPOSE map[9100/tcp:{}]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2023-05-24T21:16:14.533712259Z\",\"created_by\":\"WORKDIR /opt/bitnami/node-exporter\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2023-05-24T21:16:14.533712259Z\",\"created_by\":\"USER 1001\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2023-05-24T21:16:14.533712259Z\",\"created_by\":\"ENTRYPOINT [\\\"/opt/bitnami/node-exporter/bin/node_exporter\\\"]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true}]",
    "Created": "2023-05-24T21:16:14.533712259Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "1001",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "9100/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/opt/bitnami/node-exporter/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "HOME=/",
            "OS_ARCH=arm64",
            "OS_FLAVOUR=debian-11",
            "OS_NAME=linux",
            "APP_VERSION=1.5.0",
            "BITNAMI_APP_NAME=node-exporter"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/opt/bitnami/node-exporter",
        "Entrypoint": [
            "/opt/bitnami/node-exporter/bin/node_exporter"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.base.name": "docker.io/bitnami/minideb:bullseye",
            "org.opencontainers.image.created": "2023-05-24T21:13:22Z",
            "org.opencontainers.image.description": "Application packaged by VMware, Inc",
            "org.opencontainers.image.licenses": "Apache-2.0",
            "org.opencontainers.image.ref.name": "1.5.0-debian-11-r58",
            "org.opencontainers.image.title": "node-exporter",
            "org.opencontainers.image.vendor": "VMware, Inc.",
            "org.opencontainers.image.version": "1.5.0"
        },
        "Shell": [
            "/bin/bash",
            "-o",
            "pipefail",
            "-c"
        ]
    },
    "Architecture": "arm64",
    "Os": "linux",
    "Size": 114747509,
    "GraphDriver": {
        "Data": {
            "MergedDir": "/var/lib/docker/overlay2/14ed304718b338724d18bb7bdca7c8985fcb4532f00dd11bf844d76e7326f375/merged",
            "UpperDir": "/var/lib/docker/overlay2/14ed304718b338724d18bb7bdca7c8985fcb4532f00dd11bf844d76e7326f375/diff",
            "WorkDir": "/var/lib/docker/overlay2/14ed304718b338724d18bb7bdca7c8985fcb4532f00dd11bf844d76e7326f375/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:4ce50cf4b1c888cc92dec6736a89c21eb23c2767b5fcc6c3c4401766a4f6ca5d"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-07-07T09:30:40.648104089+08:00"
    }
}

更多版本

docker.io/bitnami/node-exporter:1.8.1

linux/amd64 docker.io145.79MB2024-06-20 09:07
262

docker.io/bitnami/node-exporter:1.7.0

linux/amd64 docker.io145.91MB2024-11-15 16:18
225

docker.io/bitnami/node-exporter:1.2.2

linux/amd64 docker.io103.82MB2024-12-13 09:38
108

docker.io/bitnami/node-exporter:1.8.2-debian-12-r13

linux/amd64 docker.io146.09MB2025-01-08 10:35
124

docker.io/bitnami/node-exporter:1.5.0

linux/arm64 docker.io114.75MB2025-07-07 09:30
18