docker.io/pbweb/yarn-prometheus-exporter:latest linux/amd64

docker.io/pbweb/yarn-prometheus-exporter:latest - 国内下载镜像源 浏览次数:6

温馨提示:此镜像为latest tag镜像,本站无法保证此版本为最新镜像

docker.io/pbweb/yarn-prometheus-exporter 是一个 Prometheus Exporter,用于监控 Apache Hadoop YARN (Yet Another Resource Negotiator) 集群的指标。

它收集 YARN 集群中应用程序、队列、节点和资源使用情况等关键性能指标,并将这些指标暴露给 Prometheus,以便进行监控、报警和性能分析。

使用此 Exporter 可以帮助用户更好地了解 YARN 集群的运行状况,优化资源分配,并及时发现和解决潜在问题。

源镜像 docker.io/pbweb/yarn-prometheus-exporter:latest
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/pbweb/yarn-prometheus-exporter:latest
镜像ID sha256:f771f1949db6b660b2ba919f20405c216edfe90845d572d59777dd5827e902ee
镜像TAG latest
大小 9.19MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 /yarn-prometheus-exporter
工作目录 /
OS/平台 linux/amd64
浏览量 6 次
贡献者
镜像创建 2025-04-15T06:40:44.902865921Z
同步时间 2025-04-24 17:50
更新时间 2025-04-24 23:17
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/pbweb/yarn-prometheus-exporter:latest
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/pbweb/yarn-prometheus-exporter:latest  docker.io/pbweb/yarn-prometheus-exporter:latest

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/pbweb/yarn-prometheus-exporter:latest
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/pbweb/yarn-prometheus-exporter:latest  docker.io/pbweb/yarn-prometheus-exporter:latest

Shell快速替换命令

sed -i 's#pbweb/yarn-prometheus-exporter:latest#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/pbweb/yarn-prometheus-exporter:latest#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/pbweb/yarn-prometheus-exporter:latest && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/pbweb/yarn-prometheus-exporter:latest  docker.io/pbweb/yarn-prometheus-exporter:latest'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/pbweb/yarn-prometheus-exporter:latest && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/pbweb/yarn-prometheus-exporter:latest  docker.io/pbweb/yarn-prometheus-exporter:latest'

镜像构建历史


# 2025-04-15 14:40:44  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/yarn-prometheus-exporter"]
                        
# 2025-04-15 14:40:44  9.19MB 复制新文件或目录到容器中
COPY /build/linux/amd64/ / # buildkit
                        
# 2025-04-15 14:40:44  0.00B 定义构建参数
ARG TARGETPLATFORM=linux/amd64
                        
                    

镜像信息

{
    "Id": "sha256:f771f1949db6b660b2ba919f20405c216edfe90845d572d59777dd5827e902ee",
    "RepoTags": [
        "pbweb/yarn-prometheus-exporter:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/pbweb/yarn-prometheus-exporter:latest"
    ],
    "RepoDigests": [
        "pbweb/yarn-prometheus-exporter@sha256:823a051170a4abb70a0d7b22bcc917a9e46c43c9cf42da06459a2bc1d429e0c6",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/pbweb/yarn-prometheus-exporter@sha256:8e41ae6beb812b1bdcce1a8d6c9afc7cc0a65553262216f94f53ca224fa29869"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-04-15T06:40:44.902865921Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/",
        "Entrypoint": [
            "/yarn-prometheus-exporter"
        ],
        "OnBuild": null,
        "Labels": null
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 9191576,
    "GraphDriver": {
        "Data": {
            "MergedDir": "/var/lib/docker/overlay2/70aee15938a1cb9f7f465084cd147b427541047076669a270d93d5f5c1aa4fbc/merged",
            "UpperDir": "/var/lib/docker/overlay2/70aee15938a1cb9f7f465084cd147b427541047076669a270d93d5f5c1aa4fbc/diff",
            "WorkDir": "/var/lib/docker/overlay2/70aee15938a1cb9f7f465084cd147b427541047076669a270d93d5f5c1aa4fbc/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:898b236a42605fac4f01e1242c0995eead28bdc1bf1e8cb231781fcf5188ec82"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-04-24T17:49:58.687611163+08:00"
    }
}

更多版本

docker.io/pbweb/yarn-prometheus-exporter:latest

linux/amd64 docker.io9.19MB2025-04-24 17:50
5