广告图片

docker.io/jaegertracing/example-hotrod:2.17.0 linux/amd64

docker.io/jaegertracing/example-hotrod:2.17.0 - 国内下载镜像源 浏览次数:17

该镜像 docker.io/jaegertracing/example-hotrod 是Jaeger Tracing项目的一个示例镜像,用于演示如何使用Jaeger进行分布式追踪。它基于HotRod协议,展示了在HotRod环境下如何集成Jaeger进行追踪。

源镜像 docker.io/jaegertracing/example-hotrod:2.17.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/jaegertracing/example-hotrod:2.17.0
镜像ID sha256:705bdf5a9e29ca44ef72cb646bb3c1cea4f57671e6d8a92c2234e58284cf4970
镜像TAG 2.17.0
大小 25.48MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD all
启动入口 /go/bin/hotrod-linux
工作目录 /
OS/平台 linux/amd64
浏览量 17 次
贡献者
镜像创建 2026-04-01T03:45:07.853830477Z
同步时间 2026-05-04 15:42
开放端口
8080/tcp 8081/tcp 8082/tcp 8083/tcp
环境变量
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/jaegertracing/example-hotrod:2.17.0
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/jaegertracing/example-hotrod:2.17.0  docker.io/jaegertracing/example-hotrod:2.17.0

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/jaegertracing/example-hotrod:2.17.0
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/jaegertracing/example-hotrod:2.17.0  docker.io/jaegertracing/example-hotrod:2.17.0

Shell快速替换命令

sed -i 's#jaegertracing/example-hotrod:2.17.0#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/jaegertracing/example-hotrod:2.17.0#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/jaegertracing/example-hotrod:2.17.0 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/jaegertracing/example-hotrod:2.17.0  docker.io/jaegertracing/example-hotrod:2.17.0'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/jaegertracing/example-hotrod:2.17.0 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/jaegertracing/example-hotrod:2.17.0  docker.io/jaegertracing/example-hotrod:2.17.0'

镜像构建历史


# 2026-04-01 11:45:07  0.00B 设置默认要执行的命令
CMD ["all"]
                        
# 2026-04-01 11:45:07  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/go/bin/hotrod-linux"]
                        
# 2026-04-01 11:45:07  25.26MB 复制新文件或目录到容器中
COPY hotrod-linux-amd64 /go/bin/hotrod-linux # buildkit
                        
# 2026-04-01 11:45:07  222.20KB 复制新文件或目录到容器中
COPY /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt # buildkit
                        
# 2026-04-01 11:45:07  0.00B 声明容器运行时监听的端口
EXPOSE [8080/tcp 8081/tcp 8082/tcp 8083/tcp]
                        
# 2026-04-01 11:45:07  0.00B 定义构建参数
ARG TARGETARCH=amd64
                        
                    

镜像信息

{
    "Id": "sha256:705bdf5a9e29ca44ef72cb646bb3c1cea4f57671e6d8a92c2234e58284cf4970",
    "RepoTags": [
        "jaegertracing/example-hotrod:2.17.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/jaegertracing/example-hotrod:2.17.0"
    ],
    "RepoDigests": [
        "jaegertracing/example-hotrod@sha256:61584edcb3e1ed50ecd9a19da0525580a292cb19d5a08c690fe139b08a636272",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/jaegertracing/example-hotrod@sha256:61291c795841b3312960ef8e55eb37aebae9c7fe17cee03e05af927b7fca453f"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-04-01T03:45:07.853830477Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "8080/tcp": {},
            "8081/tcp": {},
            "8082/tcp": {},
            "8083/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
        ],
        "Cmd": [
            "all"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/",
        "Entrypoint": [
            "/go/bin/hotrod-linux"
        ],
        "OnBuild": null,
        "Labels": null
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 25482236,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/cc4482c33d6c77feb1968a54ea630443bd3c2c76ec4f3c5f2517c310a972b28f/diff",
            "MergedDir": "/var/lib/docker/overlay2/feb5dc050289b13605ea30f95290684d4913b2c6be1b728ca43815764e3df9ae/merged",
            "UpperDir": "/var/lib/docker/overlay2/feb5dc050289b13605ea30f95290684d4913b2c6be1b728ca43815764e3df9ae/diff",
            "WorkDir": "/var/lib/docker/overlay2/feb5dc050289b13605ea30f95290684d4913b2c6be1b728ca43815764e3df9ae/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:cac2c6e92c73300e054c469704f5249c9a7e4b429845e367295f9f48c664f07d",
            "sha256:bede8aa1498dfc93765b6c846381e6580ada8bf10425540f66e00c1c0020b21b"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-05-04T15:42:23.127078374+08:00"
    }
}

更多版本

docker.io/jaegertracing/example-hotrod:latest

linux/amd64 docker.io25.56MB2025-03-14 18:23
387

docker.io/jaegertracing/example-hotrod:1.53.0

linux/amd64 docker.io21.43MB2025-03-14 18:28
445

docker.io/jaegertracing/example-hotrod:2.17.0

linux/amd64 docker.io25.48MB2026-05-04 15:42
16