广告图片

docker.io/velero/velero-plugin-for-aws:v1.14.0 linux/amd64

docker.io/velero/velero-plugin-for-aws:v1.14.0 - 国内下载镜像源 浏览次数:11

velero-plugin-for-aws

用于AWS资源管理和备份的Velero插件

源镜像 docker.io/velero/velero-plugin-for-aws:v1.14.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/velero/velero-plugin-for-aws:v1.14.0
镜像ID sha256:d4d5ee820a2daa90af106d0ab52232ba8f78f7065002c167d41a6cb5a571bd10
镜像TAG v1.14.0
大小 103.33MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 cp-plugin /plugins/velero-plugin-for-aws /target/velero-plugin-for-aws
工作目录 /
OS/平台 linux/amd64
浏览量 11 次
贡献者
镜像创建 2026-03-06T09:34:29.727894406Z
同步时间 2026-04-01 17:38
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
镜像标签
https://github.com/vmware-tanzu/velero-plugin-for-aws: org.opencontainers.image.source

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/velero/velero-plugin-for-aws:v1.14.0
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/velero/velero-plugin-for-aws:v1.14.0  docker.io/velero/velero-plugin-for-aws:v1.14.0

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/velero/velero-plugin-for-aws:v1.14.0
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/velero/velero-plugin-for-aws:v1.14.0  docker.io/velero/velero-plugin-for-aws:v1.14.0

Shell快速替换命令

sed -i 's#velero/velero-plugin-for-aws:v1.14.0#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/velero/velero-plugin-for-aws:v1.14.0#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/velero/velero-plugin-for-aws:v1.14.0 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/velero/velero-plugin-for-aws:v1.14.0  docker.io/velero/velero-plugin-for-aws:v1.14.0'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/velero/velero-plugin-for-aws:v1.14.0 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/velero/velero-plugin-for-aws:v1.14.0  docker.io/velero/velero-plugin-for-aws:v1.14.0'

镜像构建历史


# 2026-03-06 17:34:29  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["cp-plugin" "/plugins/velero-plugin-for-aws" "/target/velero-plugin-for-aws"]
                        
# 2026-03-06 17:34:29  0.00B 指定运行容器时使用的用户
USER 65532:65532
                        
# 2026-03-06 17:34:29  2.47MB 复制新文件或目录到容器中
COPY /go/bin/cp-plugin /bin/cp-plugin # buildkit
                        
# 2026-03-06 17:34:29  100.85MB 复制新文件或目录到容器中
COPY /go/bin/velero-plugin-for-aws /plugins/ # buildkit
                        
# 2026-03-06 17:34:29  0.00B 添加元数据标签
LABEL org.opencontainers.image.source=https://github.com/vmware-tanzu/velero-plugin-for-aws
                        
                    

镜像信息

{
    "Id": "sha256:d4d5ee820a2daa90af106d0ab52232ba8f78f7065002c167d41a6cb5a571bd10",
    "RepoTags": [
        "velero/velero-plugin-for-aws:v1.14.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/velero/velero-plugin-for-aws:v1.14.0"
    ],
    "RepoDigests": [
        "velero/velero-plugin-for-aws@sha256:7e82f717f44e89671212e0dfce7e061321c386ea84a33bca64a671670ca6c278",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/velero/velero-plugin-for-aws@sha256:9b98132aa2ed5e01babc228042b1dfe6efb5b0c2a39722613fa5f8fd77c790f2"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-03-06T09:34:29.727894406Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "65532:65532",
        "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"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/",
        "Entrypoint": [
            "cp-plugin",
            "/plugins/velero-plugin-for-aws",
            "/target/velero-plugin-for-aws"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.source": "https://github.com/vmware-tanzu/velero-plugin-for-aws"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 103326690,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/1c94353fcdfe15ab2bbd7a915dfa26cba98b17edaa986c12e93bc68bf92606b3/diff",
            "MergedDir": "/var/lib/docker/overlay2/4f9ff35ade39fb7595840356ac02466100c5008c4b4328e51d102b8871b3a50e/merged",
            "UpperDir": "/var/lib/docker/overlay2/4f9ff35ade39fb7595840356ac02466100c5008c4b4328e51d102b8871b3a50e/diff",
            "WorkDir": "/var/lib/docker/overlay2/4f9ff35ade39fb7595840356ac02466100c5008c4b4328e51d102b8871b3a50e/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:d96790b65076fcb74314f5f2e0a574d29febf3982f5ae06c8e3bca7e5b81ef9c",
            "sha256:d10c06458ecf1de8839b5b608f17ab893cfcdb4d4708766e46eb1282e763d965"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-04-01T17:38:27.639222615+08:00"
    }
}

更多版本

docker.io/velero/velero-plugin-for-aws:v1.10.0

linux/amd64 docker.io89.52MB2024-08-06 09:48
793

docker.io/velero/velero-plugin-for-aws:v1.9.0

linux/amd64 docker.io84.99MB2024-09-19 02:07
693

docker.io/velero/velero-plugin-for-aws:v1.7.0

linux/amd64 docker.io47.21MB2024-11-14 15:33
417

docker.io/velero/velero-plugin-for-aws:v1.2.1

linux/amd64 docker.io108.70MB2024-12-27 14:26
372

docker.io/velero/velero-plugin-for-aws:v1.6.0

linux/amd64 docker.io45.30MB2025-03-05 21:46
335

docker.io/velero/velero-plugin-for-aws:v1.12.0

linux/amd64 docker.io98.52MB2025-05-15 16:44
288

docker.io/velero/velero-plugin-for-aws:v1.3.1

linux/amd64 docker.io60.46MB2025-06-13 13:17
223

docker.io/velero/velero-plugin-for-aws:v1.5.5

linux/amd64 docker.io47.21MB2025-08-01 10:47
251

docker.io/velero/velero-plugin-for-aws:v1.12.2

linux/arm64 docker.io93.65MB2025-08-04 14:48
286

docker.io/velero/velero-plugin-for-aws:v1.8.0

linux/amd64 docker.io69.81MB2025-08-18 18:45
195

docker.io/velero/velero-plugin-for-aws:v1.12.2

linux/amd64 docker.io98.50MB2025-09-08 10:37
145

docker.io/velero/velero-plugin-for-aws:v1.13.0

linux/amd64 docker.io105.29MB2025-10-21 11:11
198

docker.io/velero/velero-plugin-for-aws:v1.13.1

linux/amd64 docker.io105.29MB2026-01-11 16:57
150

docker.io/velero/velero-plugin-for-aws:v1.11.1

linux/amd64 docker.io94.84MB2026-01-12 22:09
116

docker.io/velero/velero-plugin-for-aws:v1.5.0

linux/amd64 docker.io45.99MB2026-03-04 14:49
65

docker.io/velero/velero-plugin-for-aws:v1.14.0

linux/amd64 docker.io103.33MB2026-04-01 17:38
10