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

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

velero-plugin-for-aws

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

源镜像 docker.io/velero/velero-plugin-for-aws:v1.13.2
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/velero/velero-plugin-for-aws:v1.13.2
镜像ID sha256:ce26d3aa06a0497b0604a507f9d45c0fcf28bd539f8a57f4b4ddfab178196c34
镜像TAG v1.13.2
大小 105.29MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 cp-plugin /plugins/velero-plugin-for-aws /target/velero-plugin-for-aws
工作目录 /
OS/平台 linux/amd64
浏览量 15 次
贡献者
镜像创建 2026-01-16T07:38:47.53123488Z
同步时间 2026-06-08 09:48
环境变量
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.13.2
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/velero/velero-plugin-for-aws:v1.13.2  docker.io/velero/velero-plugin-for-aws:v1.13.2

Containerd拉取命令

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

Shell快速替换命令

sed -i 's#velero/velero-plugin-for-aws:v1.13.2#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/velero/velero-plugin-for-aws:v1.13.2#' 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.13.2 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/velero/velero-plugin-for-aws:v1.13.2  docker.io/velero/velero-plugin-for-aws:v1.13.2'

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.13.2 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/velero/velero-plugin-for-aws:v1.13.2  docker.io/velero/velero-plugin-for-aws:v1.13.2'

镜像构建历史


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

镜像信息

{
    "Id": "sha256:ce26d3aa06a0497b0604a507f9d45c0fcf28bd539f8a57f4b4ddfab178196c34",
    "RepoTags": [
        "velero/velero-plugin-for-aws:v1.13.2",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/velero/velero-plugin-for-aws:v1.13.2"
    ],
    "RepoDigests": [
        "velero/velero-plugin-for-aws@sha256:25c3a0a043fc396a0593a3da0aa16ed1f39df74883bda42c4588fc8877b72bde",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/velero/velero-plugin-for-aws@sha256:c6fef3e34498e270b43567668d051e1da34884fde9d248d67b2c1c1b76896bab"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-01-16T07:38:47.53123488Z",
    "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": 105293563,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/3ecfbcef718317cb75edd77f4eb13db2c24e713554bba2829bd573b1ef6dc9ab/diff",
            "MergedDir": "/var/lib/docker/overlay2/4302e90b441c181eede865be56d50675bdc01861f3c4961b7f0333b9616f6602/merged",
            "UpperDir": "/var/lib/docker/overlay2/4302e90b441c181eede865be56d50675bdc01861f3c4961b7f0333b9616f6602/diff",
            "WorkDir": "/var/lib/docker/overlay2/4302e90b441c181eede865be56d50675bdc01861f3c4961b7f0333b9616f6602/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:9dfc8ccbb4872e143cac59b6368fa1ebe49a87dad859145b061e84e308bec682",
            "sha256:9efc61ddb472286d0201bee0dbf91c3dcd7466a81b88a2d631cfe96e57b12c2f"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-06-08T09:48:49.624823372+08:00"
    }
}

更多版本

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

linux/amd64 docker.io94.84MB2026-04-19 14:14
116

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

linux/amd64 docker.io105.29MB2026-06-08 09:48
14