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

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

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

(无样式信息)
源镜像 docker.io/rancher/mirrored-library-traefik:3.6.9
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/mirrored-library-traefik:3.6.9
镜像ID sha256:1363849f5ded978b0f3cac5bc987a50efa16390f04c901c67b7f23b4ad50a108
镜像TAG 3.6.9
大小 185.83MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD traefik
启动入口 /entrypoint.sh
工作目录 /
OS/平台 linux/amd64
浏览量 10 次
贡献者
镜像创建 2026-02-23T21:37:52.517941128Z
同步时间 2026-03-12 14:15
开放端口
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 v3.6.9: org.opencontainers.image.version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2026-02-24 05:37:52  0.00B 添加元数据标签
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=v3.6.9 org.opencontainers.image.documentation=https://docs.traefik.io
                        
# 2026-02-24 05:37:52  0.00B 设置默认要执行的命令
CMD ["traefik"]
                        
# 2026-02-24 05:37:52  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/entrypoint.sh"]
                        
# 2026-02-24 05:37:52  0.00B 声明容器运行时监听的端口
EXPOSE map[80/tcp:{}]
                        
# 2026-02-24 05:37:52  419.00B 复制新文件或目录到容器中
COPY entrypoint.sh / # buildkit
                        
# 2026-02-24 05:37:52  176.39MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -ex; 	apkArch="$(apk --print-arch)"; 	case "$apkArch" in 		armhf) arch='armv6' ;; 		aarch64) arch='arm64' ;; 		x86_64) arch='amd64' ;; 		riscv64) arch='riscv64' ;; 		s390x) arch='s390x' ;; 		ppc64le) arch='ppc64le' ;; 		*) echo >&2 "error: unsupported architecture: $apkArch"; exit 1 ;; 	esac; 	wget --quiet -O /tmp/traefik.tar.gz "https://github.com/traefik/traefik/releases/download/v3.6.9/traefik_v3.6.9_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 # buildkit
                        
# 2026-02-24 05:37:50  997.33KB 执行命令并创建新的镜像层
RUN /bin/sh -c apk --no-cache add ca-certificates tzdata # buildkit
                        
# 2026-01-28 09:18:04  0.00B 设置默认要执行的命令
CMD ["/bin/sh"]
                        
# 2026-01-28 09:18:04  8.44MB 复制文件或目录到容器中
ADD alpine-minirootfs-3.23.3-x86_64.tar.gz / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:1363849f5ded978b0f3cac5bc987a50efa16390f04c901c67b7f23b4ad50a108",
    "RepoTags": [
        "rancher/mirrored-library-traefik:3.6.9",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/mirrored-library-traefik:3.6.9"
    ],
    "RepoDigests": [
        "rancher/mirrored-library-traefik@sha256:9004e1cd1e33c5eb0b6ec02bc6cfda61fe9caca36751114b1c9c6662f01b264a",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/mirrored-library-traefik@sha256:d80fd35fd115bc929ffcd68ac4426248d432e560ac50bc9032f4fcf17843c826"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-02-23T21:37:52.517941128Z",
    "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": [
            "traefik"
        ],
        "Image": "",
        "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": "v3.6.9"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 185834209,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/9b4500a0123c0ea916644f3907a4ad5d706462c89fa36daba3122e5b9c78a4e1/diff:/var/lib/docker/overlay2/945a71e6743add000bed6e0e4e41db3ff59a67aa4f3824b505c8b6502a78b7bd/diff:/var/lib/docker/overlay2/3dc97e4bd65634a7cbd11b7bb49ed3d2c79bcba47fa4949d6eb2cba3baa63eb1/diff",
            "MergedDir": "/var/lib/docker/overlay2/d5bc0c24171156e7a8b211154c49618db540e590d27c1e3f153138a309b72e61/merged",
            "UpperDir": "/var/lib/docker/overlay2/d5bc0c24171156e7a8b211154c49618db540e590d27c1e3f153138a309b72e61/diff",
            "WorkDir": "/var/lib/docker/overlay2/d5bc0c24171156e7a8b211154c49618db540e590d27c1e3f153138a309b72e61/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:989e799e634906e94dc9a5ee2ee26fc92ad260522990f26e707861a5f52bf64e",
            "sha256:4b6efe00b00946d5d11c584c2fc59435aabd6ed66676c2629c8ef7b71b5995c6",
            "sha256:b93baa554cb3f39109d423c0043457f96d9b23c6f5ce8512cf3e0658bd45e163",
            "sha256:e834533d941d55567bd8728125554ea6bda183e5ef9c6f039d7d30288e2c803c"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-03-12T14:15:53.823656673+08:00"
    }
}

更多版本

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

linux/amd64 docker.io185.83MB2026-03-12 14:15
9