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

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

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

(无样式信息)
源镜像 docker.io/rancher/mirrored-library-traefik:2.11.10
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/mirrored-library-traefik:2.11.10
镜像ID sha256:1741c0b1ff49b41d4cd47d04d9b608bccf6f6e0ad344856b093360e5f46e17e8
镜像TAG 2.11.10
大小 167.79MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD traefik
启动入口 /entrypoint.sh
工作目录
OS/平台 linux/amd64
浏览量 12 次
贡献者
镜像创建 2024-09-19T10:56:44Z
同步时间 2024-11-22 10:23
更新时间 2024-11-23 19:55
开放端口
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.11.10: org.opencontainers.image.version
镜像安全扫描 查看Trivy扫描报告

系统OS: alpine 3.20.3 扫描引擎: Trivy 扫描时间: 2024-11-22 10:24

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

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

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

Containerd拉取命令

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

Shell快速替换命令

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

镜像历史

大小 创建时间 层信息
0.00B 2024-09-19 18:56:44 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.11.10 org.opencontainers.image.documentation=https://docs.traefik.io
0.00B 2024-09-19 18:56:44 CMD ["traefik"]
0.00B 2024-09-19 18:56:44 ENTRYPOINT ["/entrypoint.sh"]
0.00B 2024-09-19 18:56:44 EXPOSE map[80/tcp:{}]
419.00B 2024-09-19 18:56:44 COPY entrypoint.sh / # buildkit
158.99MB 2024-09-19 18:56:44 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/v2.11.10/traefik_v2.11.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 # buildkit
999.45KB 2024-09-19 18:56:44 RUN /bin/sh -c apk --no-cache add ca-certificates tzdata # buildkit
0.00B 2024-09-07 06:20:07 /bin/sh -c #(nop) CMD ["/bin/sh"]
7.80MB 2024-09-07 06:20:07 /bin/sh -c #(nop) ADD file:5758b97d8301c84a204a6e516241275d785a7cade40b2fb99f01fe122482e283 in /

镜像信息

{
    "Id": "sha256:1741c0b1ff49b41d4cd47d04d9b608bccf6f6e0ad344856b093360e5f46e17e8",
    "RepoTags": [
        "rancher/mirrored-library-traefik:2.11.10",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/mirrored-library-traefik:2.11.10"
    ],
    "RepoDigests": [
        "rancher/mirrored-library-traefik@sha256:b19934b3f8e03e213e258e69d57376fd0c4441ea04a518313cab2835fe9b92b3",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/mirrored-library-traefik@sha256:fc6bf1453c42aa1702cb93f700fb41c5483de13d3462ebb455e13badaaef24da"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-09-19T10:56:44Z",
    "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"
        ],
        "ArgsEscaped": true,
        "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": "v2.11.10"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 167788120,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/4a13ddac08735186b2aded95994db63a029849ee447642f89f04fb40fff5639d/diff:/var/lib/docker/overlay2/2caaafd0f8567cb68ce5058cf5cfd2c2d6517ce799903e4abb2e16a0770b00c9/diff:/var/lib/docker/overlay2/56dbc2212cbc9b991b1a93a72a8c08a3a8460c06576fe4f3267009446334aa65/diff",
            "MergedDir": "/var/lib/docker/overlay2/ef0f023572b81dc08bac9d357d44e6d6dfc4a20aebca729de49ce291076d8ca0/merged",
            "UpperDir": "/var/lib/docker/overlay2/ef0f023572b81dc08bac9d357d44e6d6dfc4a20aebca729de49ce291076d8ca0/diff",
            "WorkDir": "/var/lib/docker/overlay2/ef0f023572b81dc08bac9d357d44e6d6dfc4a20aebca729de49ce291076d8ca0/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:63ca1fbb43ae5034640e5e6cb3e083e05c290072c5366fcaa9d62435a4cced85",
            "sha256:bc6d157d266b0c114cc8ad546c80817a28079553b6f0a25fe9bddfcfe71db801",
            "sha256:00703be88092a84ca9697600e204a6ad2f569a858db7a07076937b1a3c1650aa",
            "sha256:9eb64f53937145841e57443a6b188ec868c4b0e4f685a8390e1a109c4775ae5f"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-11-22T10:22:57.494311134+08:00"
    }
}

更多版本

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

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

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

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

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

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

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

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