logo
docker.io/rancher/hardened-etcd:v3.5.16-k3s1-build20241106
linux/amd64 docker.io 已验证 · Rancher
## Rancher Hardened etcd 这是一个硬化了的etcd镜像,它使用了Rancher提供的安全配置,使得etcd更加安全。
446
浏览次数
45.98MB
镜像大小
源镜像
docker.io/rancher/hardened-etcd:v3.5.16-k3s1-build20241106
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/hardened-etcd:v3.5.16-k3s1-build20241106
镜像ID
sha256:05ee3fcb863744b2b74e601d1295594d55effa678066ca3676f60f78bdcb122a
镜像 TAG
v3.5.16-k3s1-build20241106
镜像大小
45.98MB
平台架构
linux/amd64
镜像源
docker.io
CMD
启动入口
工作目录
/
OS/平台
linux/amd64
镜像创建
2024-11-06T21:38:14.513739609Z
同步时间
2025-01-30 01:32
浏览量
446 次
贡献者
⚙️ 环境变量 2
KeyValue
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
ETCD_UNSUPPORTED_ARCH= 1
🛡️ 镜像安全扫描
Trivy 2025-01-30 01:32 查看完整报告
2
低危 LOW
0
中危 MEDIUM
2
高危 HIGH
2
严重 CRITICAL
受影响目标 (2)
usr/local/bin/etcd gobinary usr/local/bin/etcdctl gobinary

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/hardened-etcd:v3.5.16-k3s1-build20241106
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/hardened-etcd:v3.5.16-k3s1-build20241106  docker.io/rancher/hardened-etcd:v3.5.16-k3s1-build20241106

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/hardened-etcd:v3.5.16-k3s1-build20241106
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/hardened-etcd:v3.5.16-k3s1-build20241106  docker.io/rancher/hardened-etcd:v3.5.16-k3s1-build20241106

Shell快速替换命令

sed -i 's#rancher/hardened-etcd:v3.5.16-k3s1-build20241106#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/hardened-etcd:v3.5.16-k3s1-build20241106#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/hardened-etcd:v3.5.16-k3s1-build20241106 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/hardened-etcd:v3.5.16-k3s1-build20241106  docker.io/rancher/hardened-etcd:v3.5.16-k3s1-build20241106'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/hardened-etcd:v3.5.16-k3s1-build20241106 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/hardened-etcd:v3.5.16-k3s1-build20241106  docker.io/rancher/hardened-etcd:v3.5.16-k3s1-build20241106'

镜像构建历史


# 2024-11-07 05:38:14  45.98MB 复制新文件或目录到容器中
COPY /usr/local/bin/ /usr/local/bin/ # buildkit
                        
# 2024-11-07 05:38:14  0.00B 设置环境变量 ETCD_UNSUPPORTED_ARCH
ENV ETCD_UNSUPPORTED_ARCH=
                        
# 2024-11-07 05:38:14  0.00B 定义构建参数
ARG ETCD_UNSUPPORTED_ARCH=
                        
                    

镜像信息

{
    "Id": "sha256:05ee3fcb863744b2b74e601d1295594d55effa678066ca3676f60f78bdcb122a",
    "RepoTags": [
        "rancher/hardened-etcd:v3.5.16-k3s1-build20241106",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/hardened-etcd:v3.5.16-k3s1-build20241106"
    ],
    "RepoDigests": [
        "rancher/hardened-etcd@sha256:65111251a243f33c1da7304eaf7ec431c2029433dd474a37a0b672e0a3694e10",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/hardened-etcd@sha256:15fe5be1ce6071b51fe35a66214e79e8434ad208dba542533d8582fd567748e9"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-11-06T21:38:14.513739609Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "ETCD_UNSUPPORTED_ARCH="
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": null
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 45984068,
    "GraphDriver": {
        "Data": {
            "MergedDir": "/var/lib/docker/overlay2/860e40e0dece1e6c2549ec7c8d90a3072c596990d32e48456d3a3e0ae879a45c/merged",
            "UpperDir": "/var/lib/docker/overlay2/860e40e0dece1e6c2549ec7c8d90a3072c596990d32e48456d3a3e0ae879a45c/diff",
            "WorkDir": "/var/lib/docker/overlay2/860e40e0dece1e6c2549ec7c8d90a3072c596990d32e48456d3a3e0ae879a45c/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:a2c6766621fbff6706a6b0c1ef18e5a05b3e0e6edb5f9960e714fda74bcff2f1"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-01-30T01:31:56.563717601+08:00"
    }
}

更多版本

docker.io/rancher/hardened-etcd:v3.5.13-k3s1-build20240910

linux/amd64 docker.io45.93MB2024-10-19 22:54
533

docker.io/rancher/hardened-etcd:v3.5.13-k3s1-build20240531

linux/amd64 docker.io45.81MB2024-10-20 14:34
572

docker.io/rancher/hardened-etcd:v3.5.16-k3s1-build20241106

linux/amd64 docker.io45.98MB2025-01-30 01:32
445

docker.io/rancher/hardened-etcd:v3.5.21-k3s1-build20250411

linux/arm64 docker.io44.18MB2025-05-16 23:26
322

docker.io/rancher/hardened-etcd:v3.5.21-k3s1-build20250411

linux/amd64 docker.io46.95MB2025-06-02 22:16
384

docker.io/rancher/hardened-etcd:v3.5.21-k3s1-build20250612

linux/amd64 docker.io46.96MB2025-08-12 17:43
350

docker.io/rancher/hardened-etcd:v3.5.21-k3s1-build20250910

linux/amd64 docker.io48.36MB2025-11-08 21:14
243

docker.io/rancher/hardened-etcd:v3.5.9-k3s1-build20230802

linux/amd64 docker.io164.33MB2026-06-23 14:47
29
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×