docker.io/traefik/whoami:latest linux/amd64

docker.io/traefik/whoami:latest - 国内下载镜像源 浏览次数:48

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

```html

这是一个Traefik提供的用于测试和调试的镜像。运行该镜像后,它会返回关于容器运行环境的信息,例如容器的IP地址、主机名、端口等。这对于理解Traefik代理以及容器网络配置非常有用。

```
源镜像 docker.io/traefik/whoami:latest
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/traefik/whoami:latest
镜像ID sha256:9943fa5dfa160113993257e13b514a9d55065aa86a8fcabbf66359d8cf9e1ba5
镜像TAG latest
大小 6.57MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 /whoami
工作目录 /
OS/平台 linux/amd64
浏览量 48 次
贡献者
镜像创建 2025-01-21T09:17:25.681583421Z
同步时间 2025-02-15 00:18
更新时间 2025-02-22 01:44
开放端口
80/tcp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
镜像标签
2025-01-21T09:16:17Z: org.opencontainers.image.created Tiny Go webserver that prints OS information and HTTP request to output: org.opencontainers.image.description https://github.com/traefik/whoami: org.opencontainers.image.documentation b49779da6892cf6838b3452d436136a63539958d: org.opencontainers.image.revision https://github.com/traefik/whoami: org.opencontainers.image.source whoami: org.opencontainers.image.title https://github.com/traefik/whoami: org.opencontainers.image.url 1.10.4: org.opencontainers.image.version
镜像安全扫描 查看Trivy扫描报告

系统OS: 扫描引擎: Trivy 扫描时间: 2025-02-15 00:20

低危漏洞:0 中危漏洞:0 高危漏洞:0 严重漏洞:0

Docker拉取命令 无权限下载?点我修复

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/traefik/whoami:latest
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/traefik/whoami:latest  docker.io/traefik/whoami:latest

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/traefik/whoami:latest
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/traefik/whoami:latest  docker.io/traefik/whoami:latest

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-01-21 17:17:25  0.00B 声明容器运行时监听的端口
EXPOSE map[80/tcp:{}]
                        
# 2025-01-21 17:17:25  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/whoami"]
                        
# 2025-01-21 17:17:25  5.91MB 复制新文件或目录到容器中
COPY whoami / # buildkit
                        
# 2025-01-21 17:17:25  222.60KB 复制新文件或目录到容器中
COPY /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ # buildkit
                        
# 2025-01-21 17:17:25  444.45KB 复制新文件或目录到容器中
COPY /usr/share/zoneinfo /usr/share/zoneinfo # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:9943fa5dfa160113993257e13b514a9d55065aa86a8fcabbf66359d8cf9e1ba5",
    "RepoTags": [
        "traefik/whoami:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/traefik/whoami:latest"
    ],
    "RepoDigests": [
        "traefik/whoami@sha256:1699d99cb4b9acc17f74ca670b3d8d0b7ba27c948b3445f0593b58ebece92f04",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/traefik/whoami@sha256:02d8fe035f170f91cbb5e458a57f4cefab747436f8244a0eb2d66785fe5e565f"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-01-21T09:17:25.681583421Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "80/tcp": {}
        },
        "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": [
            "/whoami"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.created": "2025-01-21T09:16:17Z",
            "org.opencontainers.image.description": "Tiny Go webserver that prints OS information and HTTP request to output",
            "org.opencontainers.image.documentation": "https://github.com/traefik/whoami",
            "org.opencontainers.image.revision": "b49779da6892cf6838b3452d436136a63539958d",
            "org.opencontainers.image.source": "https://github.com/traefik/whoami",
            "org.opencontainers.image.title": "whoami",
            "org.opencontainers.image.url": "https://github.com/traefik/whoami",
            "org.opencontainers.image.version": "1.10.4"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 6573628,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/b2973b730f2b2676cd1ce2e3fb2d1b95eafc3de77fe9fb64472d2fbf2b83e81f/diff:/var/lib/docker/overlay2/e60d8b4306ae996165e15215c86832d5e64adb8bad4d37ae717cc15b81e09b4c/diff",
            "MergedDir": "/var/lib/docker/overlay2/32d5756d3abeda4f4444f37623f46557e606804e48da072f983e1cd756bde6df/merged",
            "UpperDir": "/var/lib/docker/overlay2/32d5756d3abeda4f4444f37623f46557e606804e48da072f983e1cd756bde6df/diff",
            "WorkDir": "/var/lib/docker/overlay2/32d5756d3abeda4f4444f37623f46557e606804e48da072f983e1cd756bde6df/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:032ed8d37b766fa2caf8695686bdce98c80f87a57d8d9b0ff008d2c50791db52",
            "sha256:c16b09c71150cdbe6827a90b54a0118d71d981b6307e36fcd9e6ba3f8c81ec3b",
            "sha256:f72eaf5de0bfe9c047432468b3f2faa1cad6835c74180d1428b45343ca22fc65"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-02-15T00:18:53.472525693+08:00"
    }
}

更多版本

docker.io/traefik/whoami:latest

linux/amd64 docker.io6.57MB2025-02-15 00:18
47

docker.io/traefik/whoami:v1.10

linux/arm64 docker.io6.30MB2025-02-18 14:04
25