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

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

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

(无样式信息)
源镜像 docker.io/rancher/mirrored-library-traefik:2.9.10
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/mirrored-library-traefik:2.9.10
镜像ID sha256:d1e26b5f8193d713eb8f39d0ab0e3d513278f86e41644b07e189e1aef536b335
镜像TAG 2.9.10
大小 137.84MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD traefik
启动入口 /entrypoint.sh
工作目录
OS/平台 linux/amd64
浏览量 12 次
贡献者
镜像创建 2023-04-06T18:24:44.420541505Z
同步时间 2026-01-29 10:36
更新时间 2026-01-29 14:14
开放端口
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 https://github.com/traefik/traefik: org.opencontainers.image.source Traefik: org.opencontainers.image.title https://traefik.io: org.opencontainers.image.url Traefik Labs: org.opencontainers.image.vendor v2.9.10: org.opencontainers.image.version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

sed -i 's#rancher/mirrored-library-traefik:2.9.10#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/mirrored-library-traefik:2.9.10#' 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.9.10 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/mirrored-library-traefik:2.9.10  docker.io/rancher/mirrored-library-traefik:2.9.10'

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.9.10 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/mirrored-library-traefik:2.9.10  docker.io/rancher/mirrored-library-traefik:2.9.10'

镜像构建历史


# 2023-04-07 02:24:44  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.vendor=Traefik Labs org.opencontainers.image.url=https://traefik.io org.opencontainers.image.source=https://github.com/traefik/traefik org.opencontainers.image.title=Traefik org.opencontainers.image.description=A modern reverse-proxy org.opencontainers.image.version=v2.9.10 org.opencontainers.image.documentation=https://docs.traefik.io
                        
# 2023-04-07 02:24:44  0.00B 
/bin/sh -c #(nop)  CMD ["traefik"]
                        
# 2023-04-07 02:24:44  0.00B 
/bin/sh -c #(nop)  ENTRYPOINT ["/entrypoint.sh"]
                        
# 2023-04-07 02:24:44  0.00B 
/bin/sh -c #(nop)  EXPOSE 80
                        
# 2023-04-07 02:24:44  419.00B 
/bin/sh -c #(nop) COPY file:59a219a1fb7a9dc894a7a9a4718fa97fd24adb0a4a6455240ec2ab0183da796e in / 
                        
# 2023-04-07 02:24:43  129.15MB 
/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.9.10/traefik_v2.9.10_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
                        
# 2023-03-30 10:37:38  1.65MB 
/bin/sh -c apk --no-cache add ca-certificates tzdata
                        
# 2023-03-30 02:19:24  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/sh"]
                        
# 2023-03-30 02:19:24  7.05MB 
/bin/sh -c #(nop) ADD file:9a4f77dfaba7fd2aa78186e4ef0e7486ad55101cefc1fabbc1b385601bb38920 in / 
                        
                    

镜像信息

{
    "Id": "sha256:d1e26b5f8193d713eb8f39d0ab0e3d513278f86e41644b07e189e1aef536b335",
    "RepoTags": [
        "rancher/mirrored-library-traefik:2.9.10",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/mirrored-library-traefik:2.9.10"
    ],
    "RepoDigests": [
        "rancher/mirrored-library-traefik@sha256:aaec134463b277ca7aa4f88807c8b67f2ec05d92a8f0432c0540b7ecc8fe724a",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/mirrored-library-traefik@sha256:6dee6938b5ebfc511a82ef4e09c80268835a2f67393e5c06c3e4ef9a14d1817b"
    ],
    "Parent": "",
    "Comment": "",
    "Created": "2023-04-06T18:24:44.420541505Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "20.10.23",
    "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:41893be66237fc53dc1d1523db3146c6a061aee61c07b9908d15f9ca6e267255",
        "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.source": "https://github.com/traefik/traefik",
            "org.opencontainers.image.title": "Traefik",
            "org.opencontainers.image.url": "https://traefik.io",
            "org.opencontainers.image.vendor": "Traefik Labs",
            "org.opencontainers.image.version": "v2.9.10"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 137844273,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/15437dd498aafea7843a4cd79a5618b61e9b09b7ad4a86585b10172f2a76a424/diff:/var/lib/docker/overlay2/bfb3d1ca1665ed2ca7b998a0c413ebf173e081dafb257a7a20dab68db365c36f/diff:/var/lib/docker/overlay2/725755ec2c7987bc893d04c59f75de923c3d09e862d7e75bd3218e49c106fcfe/diff",
            "MergedDir": "/var/lib/docker/overlay2/62349f7bd6adc73594b40d5797df5e84a99feea0dd1cf93325b7b6c9c245a743/merged",
            "UpperDir": "/var/lib/docker/overlay2/62349f7bd6adc73594b40d5797df5e84a99feea0dd1cf93325b7b6c9c245a743/diff",
            "WorkDir": "/var/lib/docker/overlay2/62349f7bd6adc73594b40d5797df5e84a99feea0dd1cf93325b7b6c9c245a743/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:f1417ff83b319fbdae6dd9cd6d8c9c88002dcd75ecf6ec201c8c6894681cf2b5",
            "sha256:b91a2ce6c1b05451c7ab2921bb74c5980eab7005b89484f7f99cca0c3ca1d389",
            "sha256:20c05cb05814a90b0eee0cc3499acd911b9ffe7c78ed09b6c6ae242803e3f144",
            "sha256:67cee0cdfda63876f2fbb7cc95d5049a1415d0e983ac8a78b95d65c07559e038"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-01-29T10:36:41.565415848+08:00"
    }
}

更多版本

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

linux/amd64 docker.io190.28MB2025-11-09 12:39
98

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

linux/amd64 docker.io177.61MB2025-12-22 10:55
103

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

linux/amd64 docker.io137.84MB2026-01-29 10:36
11