gcr.io/google-containers/coredns:1.3.1 linux/amd64

gcr.io/google-containers/coredns:1.3.1 - 国内下载镜像源 浏览次数:139 安全受验证的发布者-Kubernetes
🚀
coredns是一个DNS代理和负载均衡器,它提供了对 Kubernetes 集群中的 DNS 和服务发现功能的支持。coredns 可以帮助您在 Kubernetes 集群中实现高可用性、灵活的 DNS 配置和简单的服务发现。
源镜像 gcr.io/google-containers/coredns:1.3.1
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/gcr.io/google-containers/coredns:1.3.1
镜像ID sha256:eb516548c180f8a6e0235034ccee2428027896af16a509786da13022fe95fe8c
镜像TAG 1.3.1
大小 40.30MB
镜像源 gcr.io
CMD
启动入口 /coredns
工作目录
OS/平台 linux/amd64
浏览量 139 次
贡献者
镜像创建 2019-01-13T14:53:32.560242381Z
同步时间 2024-01-15 17:17
更新时间 2025-02-18 22:47
开放端口
53/tcp 53/udp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

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

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/gcr.io/google-containers/coredns:1.3.1
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/gcr.io/google-containers/coredns:1.3.1  gcr.io/google-containers/coredns:1.3.1

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/gcr.io/google-containers/coredns:1.3.1
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/gcr.io/google-containers/coredns:1.3.1  gcr.io/google-containers/coredns:1.3.1

Shell快速替换命令

sed -i 's#gcr.io/google-containers/coredns:1.3.1#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/gcr.io/google-containers/coredns:1.3.1#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/gcr.io/google-containers/coredns:1.3.1 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/gcr.io/google-containers/coredns:1.3.1  gcr.io/google-containers/coredns:1.3.1'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/gcr.io/google-containers/coredns:1.3.1 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/gcr.io/google-containers/coredns:1.3.1  gcr.io/google-containers/coredns:1.3.1'

镜像信息

{
    "Id": "sha256:eb516548c180f8a6e0235034ccee2428027896af16a509786da13022fe95fe8c",
    "RepoTags": [
        "gcr.io/google-containers/coredns:1.3.1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/gcr.io/google-containers/coredns:1.3.1"
    ],
    "RepoDigests": [
        "gcr.io/google-containers/coredns@sha256:02382353821b12c21b062c59184e227e001079bb13ebd01f9d3270ba0fcbf1e4",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/gcr.io/google-containers/coredns@sha256:638adb0319813f2479ba3642bbe37136db8cf363b48fb3eb7dc8db634d8d5a5b"
    ],
    "Parent": "",
    "Comment": "",
    "Created": "2019-01-13T14:53:32.560242381Z",
    "Container": "b586914ebabf365305eba735d3a5ece44915f5dc5f531c29b6b0aa621c36b9da",
    "ContainerConfig": {
        "Hostname": "b586914ebabf",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "53/tcp": {},
            "53/udp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
        ],
        "Cmd": [
            "/bin/sh",
            "-c",
            "#(nop) ",
            "ENTRYPOINT [\"/coredns\"]"
        ],
        "Image": "sha256:c3d031f19b19efb4dfebbd10d37333ce9d44ae9e3cec5c0401f6e96ed3bbd59e",
        "Volumes": null,
        "WorkingDir": "",
        "Entrypoint": [
            "/coredns"
        ],
        "OnBuild": null,
        "Labels": {}
    },
    "DockerVersion": "18.09.0",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "53/tcp": {},
            "53/udp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
        ],
        "Cmd": null,
        "Image": "sha256:c3d031f19b19efb4dfebbd10d37333ce9d44ae9e3cec5c0401f6e96ed3bbd59e",
        "Volumes": null,
        "WorkingDir": "",
        "Entrypoint": [
            "/coredns"
        ],
        "OnBuild": null,
        "Labels": null
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 40303560,
    "VirtualSize": 40303560,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/6f5986dd77b1640d8a041051e205617b5ec5f2b12b9086e9273a7922e9870cd2/diff",
            "MergedDir": "/var/lib/docker/overlay2/e1e483347afcb1d0cfd94559c9eb98449673cc4e233c820f6ece0497f295ee65/merged",
            "UpperDir": "/var/lib/docker/overlay2/e1e483347afcb1d0cfd94559c9eb98449673cc4e233c820f6ece0497f295ee65/diff",
            "WorkDir": "/var/lib/docker/overlay2/e1e483347afcb1d0cfd94559c9eb98449673cc4e233c820f6ece0497f295ee65/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:fb61a074724df9ebf0f3ea2fc07cf9a25d19c66ecb926c248549641e4ecd7037",
            "sha256:c6a5fc8a3f01ec05d0f50e9c182d903d3302091e83febe4f58f7523a0072cb79"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-01-15T04:16:58.85672163-05:00"
    }
}

更多版本

gcr.io/google-containers/coredns:1.0.1

linux/amd64 gcr.io45.14MB2024-01-15 17:11
165

gcr.io/google-containers/coredns:1.0.1__amd64_linux

linux/amd64 gcr.io45.14MB2024-01-15 17:11
139

gcr.io/google-containers/coredns:1.0.1__arm64_linux

linux/amd64 gcr.io33.16MB2024-01-15 17:11
148

gcr.io/google-containers/coredns:1.0.1__arm_linux

linux/amd64 gcr.io30.58MB2024-01-15 17:11
179

gcr.io/google-containers/coredns:1.0.1__ppc64le_linux

linux/amd64 gcr.io35.14MB2024-01-15 17:12
169

gcr.io/google-containers/coredns:1.0.1__s390x_linux

linux/amd64 gcr.io36.58MB2024-01-15 17:12
150

gcr.io/google-containers/coredns:1.0.6

linux/amd64 gcr.io39.88MB2024-01-15 17:12
139

gcr.io/google-containers/coredns:1.0.6__amd64_linux

linux/amd64 gcr.io39.88MB2024-01-15 17:12
136

gcr.io/google-containers/coredns:1.0.6__arm64_linux

linux/amd64 gcr.io32.63MB2024-01-15 17:13
178

gcr.io/google-containers/coredns:1.0.6__arm_linux

linux/amd64 gcr.io29.59MB2024-01-15 17:13
147

gcr.io/google-containers/coredns:1.0.6__ppc64le_linux

linux/amd64 gcr.io34.76MB2024-01-15 17:13
164

gcr.io/google-containers/coredns:1.0.6__s390x_linux

linux/amd64 gcr.io35.79MB2024-01-15 17:13
143

gcr.io/google-containers/coredns:1.1.3

linux/amd64 gcr.io45.59MB2024-01-15 17:14
142

gcr.io/google-containers/coredns:1.1.3__amd64_linux

linux/amd64 gcr.io45.59MB2024-01-15 17:14
146

gcr.io/google-containers/coredns:1.1.3__arm64_linux

linux/amd64 gcr.io34.47MB2024-01-15 17:14
174

gcr.io/google-containers/coredns:1.1.3__arm_linux

linux/amd64 gcr.io31.31MB2024-01-15 17:14
138

gcr.io/google-containers/coredns:1.1.3__ppc64le_linux

linux/amd64 gcr.io36.65MB2024-01-15 17:15
145

gcr.io/google-containers/coredns:1.1.3__s390x_linux

linux/amd64 gcr.io37.63MB2024-01-15 17:15
156

gcr.io/google-containers/coredns:1.2.2

linux/amd64 gcr.io39.22MB2024-01-15 17:15
162

gcr.io/google-containers/coredns:1.2.3

linux/amd64 gcr.io39.98MB2024-01-15 17:16
143

gcr.io/google-containers/coredns:1.2.4

linux/amd64 gcr.io39.98MB2024-01-15 17:16
189

gcr.io/google-containers/coredns:1.2.6

linux/amd64 gcr.io40.02MB2024-01-15 17:16
151

gcr.io/google-containers/coredns:1.3.0

linux/amd64 gcr.io40.42MB2024-01-15 17:16
187

gcr.io/google-containers/coredns:1.3.1

linux/amd64 gcr.io40.30MB2024-01-15 17:17
138

gcr.io/google-containers/coredns:1.5.0

linux/amd64 gcr.io42.49MB2024-01-15 17:17
139

gcr.io/google-containers/coredns:1.6.2

linux/amd64 gcr.io44.10MB2024-01-15 17:17
206

gcr.io/google-containers/coredns:1.6.5

linux/amd64 gcr.io41.58MB2024-01-15 17:17
163

gcr.io/google-containers/coredns:1.6.6

linux/amd64 gcr.io40.84MB2024-01-15 17:18
144

gcr.io/google-containers/coredns:1.6.7

linux/amd64 gcr.io43.79MB2024-01-15 17:18
160

gcr.io/google-containers/coredns:1.7.0

linux/amd64 gcr.io45.23MB2024-01-15 17:18
284