docker.io/rancher/mirrored-library-traefik:2.6.2 linux/amd64

docker.io/rancher/mirrored-library-traefik:2.6.2 - 国内下载镜像源 浏览次数:20 安全受验证的发布者-Rancher
根据 Docker Hub 上的信息,这个容器镜像的描述信息是:

traefik是一个reverse proxy和API Gateway解决方案

(无样式信息)
源镜像 docker.io/rancher/mirrored-library-traefik:2.6.2
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/mirrored-library-traefik:2.6.2
镜像ID sha256:72463d8000a351a929f93834ecbb65b63e1d5dd2990f9c4b8f7cd28a66acec44
镜像TAG 2.6.2
大小 102.11MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD traefik
启动入口 /entrypoint.sh
工作目录
OS/平台 linux/amd64
浏览量 20 次
贡献者 87******7@qq.com
镜像创建 2022-03-29T11:43:22.032454459Z
同步时间 2025-08-10 16:11
更新时间 2025-08-13 09:25
开放端口
80/tcp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
镜像标签
A modern reverse-proxy: org.opencontainers.image.description https://docs.traefik.io: org.opencontainers.image.documentation Traefik: org.opencontainers.image.title https://traefik.io: org.opencontainers.image.url Traefik Labs: org.opencontainers.image.vendor v2.6.2: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/mirrored-library-traefik:2.6.2
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/mirrored-library-traefik:2.6.2  docker.io/rancher/mirrored-library-traefik:2.6.2

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/mirrored-library-traefik:2.6.2
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/mirrored-library-traefik:2.6.2  docker.io/rancher/mirrored-library-traefik:2.6.2

Shell快速替换命令

sed -i 's#rancher/mirrored-library-traefik:2.6.2#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/mirrored-library-traefik:2.6.2#' deployment.yaml

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2022-03-29 19:43:22  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.vendor=Traefik Labs org.opencontainers.image.url=https://traefik.io org.opencontainers.image.title=Traefik org.opencontainers.image.description=A modern reverse-proxy org.opencontainers.image.version=v2.6.2 org.opencontainers.image.documentation=https://docs.traefik.io
                        
# 2022-03-29 19:43:21  0.00B 
/bin/sh -c #(nop)  CMD ["traefik"]
                        
# 2022-03-29 19:43:21  0.00B 
/bin/sh -c #(nop)  ENTRYPOINT ["/entrypoint.sh"]
                        
# 2022-03-29 19:43:21  0.00B 
/bin/sh -c #(nop)  EXPOSE 80
                        
# 2022-03-29 19:43:21  419.00B 
/bin/sh -c #(nop) COPY file:59a219a1fb7a9dc894a7a9a4718fa97fd24adb0a4a6455240ec2ab0183da796e in / 
                        
# 2022-03-29 19:43:21  94.72MB 
/bin/sh -c set -ex; 	apkArch="$(apk --print-arch)"; 	case "$apkArch" in 		armhf) arch='armv6' ;; 		aarch64) arch='arm64' ;; 		x86_64) arch='amd64' ;; 		s390x) arch='s390x' ;; 		*) echo >&2 "error: unsupported architecture: $apkArch"; exit 1 ;; 	esac; 	wget --quiet -O /tmp/traefik.tar.gz "https://github.com/traefik/traefik/releases/download/v2.6.2/traefik_v2.6.2_linux_$arch.tar.gz"; 	tar xzvf /tmp/traefik.tar.gz -C /usr/local/bin traefik; 	rm -f /tmp/traefik.tar.gz; 	chmod +x /usr/local/bin/traefik
                        
# 2022-03-29 19:43:11  1.79MB 
/bin/sh -c apk --no-cache add ca-certificates tzdata
                        
# 2022-03-29 08:19:41  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/sh"]
                        
# 2022-03-29 08:19:41  5.59MB 
/bin/sh -c #(nop) ADD file:900b3c9d6bd18f94bde19b8eb177a55f956f4030deea9171e6c3da797a213636 in / 
                        
                    

镜像信息

{
    "Id": "sha256:72463d8000a351a929f93834ecbb65b63e1d5dd2990f9c4b8f7cd28a66acec44",
    "RepoTags": [
        "rancher/mirrored-library-traefik:2.6.2",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/mirrored-library-traefik:2.6.2"
    ],
    "RepoDigests": [
        "rancher/mirrored-library-traefik@sha256:ad2226527eea71b7591d5e9dcc0bffd0e71b2235420c34f358de6db6d529561f",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/mirrored-library-traefik@sha256:e2ea2ac5cf8bfb6a8e41d28915248b01e9df2a86671ec8ef2c41c38fd3285570"
    ],
    "Parent": "",
    "Comment": "",
    "Created": "2022-03-29T11:43:22.032454459Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "20.10.12",
    "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": [
            "traefik"
        ],
        "Image": "sha256:e2246cb1b145709a53eb998d1ea0c8cb2dbba3c0c38495a288267a3bcf43b1e4",
        "Volumes": null,
        "WorkingDir": "",
        "Entrypoint": [
            "/entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.description": "A modern reverse-proxy",
            "org.opencontainers.image.documentation": "https://docs.traefik.io",
            "org.opencontainers.image.title": "Traefik",
            "org.opencontainers.image.url": "https://traefik.io",
            "org.opencontainers.image.vendor": "Traefik Labs",
            "org.opencontainers.image.version": "v2.6.2"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 102111135,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/54fcccad3414c1d38d42eb69f4eb34a28343c019a178d2c2da603f94cdebc11b/diff:/var/lib/docker/overlay2/2160818c39e3701a13cdd24e6acaf358f608f96ab1aab33e085cf7c38e41bc4d/diff:/var/lib/docker/overlay2/e1068f63318c87114ee8a9d1da78b6e64cc9229840904b90441db51fd1e32aaf/diff",
            "MergedDir": "/var/lib/docker/overlay2/e21e9cdf2eb7d7bac12d0ee1dd528ae3930c88d720691854feb9306fe791ae49/merged",
            "UpperDir": "/var/lib/docker/overlay2/e21e9cdf2eb7d7bac12d0ee1dd528ae3930c88d720691854feb9306fe791ae49/diff",
            "WorkDir": "/var/lib/docker/overlay2/e21e9cdf2eb7d7bac12d0ee1dd528ae3930c88d720691854feb9306fe791ae49/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:736164617a669ddbb998475f66b3b602e1eae26c535317d212f8f224c161f00d",
            "sha256:79372df59f5993ee78d85ade9e47a962a2cf267d2f0bbe0cd04c86bc248ba57a",
            "sha256:8b76ad027ccfb859c7a05cbc726f1b7d694a095243882cd063a45c8bc1812dcd",
            "sha256:4780f43e52d96bb6217e75809858a8c16a662621b06a4c3e5fe154be14532087"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-08-10T16:11:14.379027599+08:00"
    }
}

更多版本

docker.io/rancher/mirrored-library-traefik:2.10.7

linux/amd64 docker.io152.58MB2024-06-27 17:16
492

docker.io/rancher/mirrored-library-traefik:2.10.7

linux/arm64 docker.io148.87MB2024-07-11 16:22
369

docker.io/rancher/mirrored-library-traefik:2.11.8

linux/amd64 docker.io169.74MB2024-10-11 22:50
281

docker.io/rancher/mirrored-library-traefik:2.11.10

linux/amd64 docker.io167.79MB2024-11-22 10:23
148

docker.io/rancher/mirrored-library-traefik:2.11.10

linux/arm64 docker.io164.73MB2025-01-17 09:48
124

docker.io/rancher/mirrored-library-traefik:2.10.5

linux/arm64 docker.io147.63MB2025-02-18 09:16
160

docker.io/rancher/mirrored-library-traefik:3.3.6

linux/arm64 docker.io214.94MB2025-05-09 10:28
134

docker.io/rancher/mirrored-library-traefik:2.11.24

linux/arm64 docker.io206.22MB2025-05-16 23:09
56

docker.io/rancher/mirrored-library-traefik:3.3.6

linux/amd64 docker.io223.89MB2025-05-25 22:36
75

docker.io/rancher/mirrored-library-traefik:2.11.24

linux/amd64 docker.io215.04MB2025-07-15 18:24
27

docker.io/rancher/mirrored-library-traefik:2.6.2

linux/amd64 docker.io102.11MB2025-08-10 16:11
19