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

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

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

```html

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

```
源镜像 docker.io/jaegertracing/example-hotrod:latest
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/jaegertracing/example-hotrod:latest
镜像ID sha256:f4c46ae4a21f3625e44edd1a01c257e7dca3fd3b2bdd3fe6fe8a371493080aa5
镜像TAG latest
大小 25.56MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD all
启动入口 /go/bin/hotrod-linux
工作目录 /
OS/平台 linux/amd64
浏览量 38 次
贡献者 10*******1@qq.com
镜像创建 2025-03-08T07:05:06.100644916Z
同步时间 2025-03-14 18:23
更新时间 2025-04-03 19:09
开放端口
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:latest
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/jaegertracing/example-hotrod:latest  docker.io/jaegertracing/example-hotrod:latest

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


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

镜像信息

{
    "Id": "sha256:f4c46ae4a21f3625e44edd1a01c257e7dca3fd3b2bdd3fe6fe8a371493080aa5",
    "RepoTags": [
        "jaegertracing/example-hotrod:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/jaegertracing/example-hotrod:latest"
    ],
    "RepoDigests": [
        "jaegertracing/example-hotrod@sha256:accdf33ecb3ca9deb4653ef16ee31bae8573286fe14115e9492ed012c96d981d",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/jaegertracing/example-hotrod@sha256:9f89711ec38511dc3b2045f73dddc3910148b23072a01acecd8ad3bbbcc95341"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-03-08T07:05:06.100644916Z",
    "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": 25555110,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/403a1f6bc068dab26f2ffd9cddb6ea4b3ee956d33b3847788f590efa17ec2464/diff",
            "MergedDir": "/var/lib/docker/overlay2/49bd6983e2e0638d79c28c7d4438ef42ccc30e5471711ca8282d6a72ffd11c51/merged",
            "UpperDir": "/var/lib/docker/overlay2/49bd6983e2e0638d79c28c7d4438ef42ccc30e5471711ca8282d6a72ffd11c51/diff",
            "WorkDir": "/var/lib/docker/overlay2/49bd6983e2e0638d79c28c7d4438ef42ccc30e5471711ca8282d6a72ffd11c51/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:1120ef385ef3c03b362a78c978b6c480202d04f47dba3e9728454642f8a79027",
            "sha256:5fd04ce56ec56ef71df1788fd23513d8bc6f50efb3d968b21b79a732bd206113"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-03-14T18:23:36.184181669+08:00"
    }
}

更多版本

docker.io/jaegertracing/example-hotrod:latest

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

docker.io/jaegertracing/example-hotrod:1.53.0

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