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

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

velero-plugin-for-aws

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

源镜像 docker.io/velero/velero-plugin-for-aws:v1.12.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/velero/velero-plugin-for-aws:v1.12.0
镜像ID sha256:aa1b7179574e5162b6e317af61e4ca0e970194cc5a6b06692ee18037cb5ccc34
镜像TAG v1.12.0
大小 98.52MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 cp-plugin /plugins/velero-plugin-for-aws /target/velero-plugin-for-aws
工作目录 /
OS/平台 linux/amd64
浏览量 14 次
贡献者
镜像创建 2025-04-14T08:48:02.060284421Z
同步时间 2025-05-15 16:44
更新时间 2025-05-17 17:26
环境变量
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.12.0
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/velero/velero-plugin-for-aws:v1.12.0  docker.io/velero/velero-plugin-for-aws:v1.12.0

Containerd拉取命令

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

Shell快速替换命令

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

镜像构建历史


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

镜像信息

{
    "Id": "sha256:aa1b7179574e5162b6e317af61e4ca0e970194cc5a6b06692ee18037cb5ccc34",
    "RepoTags": [
        "velero/velero-plugin-for-aws:v1.12.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/velero/velero-plugin-for-aws:v1.12.0"
    ],
    "RepoDigests": [
        "velero/velero-plugin-for-aws@sha256:c648365557865767366eb6597ebebf722d508dfbb1c163ca1ffd848ecf1c6dfc",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/velero/velero-plugin-for-aws@sha256:2d509efb4dbdbcf892b4eebaa76c598c03abe84bfca9d779931b0a217b85c58a"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-04-14T08:48:02.060284421Z",
    "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": 98517197,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/8bc6fc524fc0d9d9ba8ed71a5a9dce22cf78a5ee58a28eb240c4e2317a44d4d3/diff",
            "MergedDir": "/var/lib/docker/overlay2/d149d53ee67e1f3613a974601666a5e30a08162d3e8bb6ec78206d667d755841/merged",
            "UpperDir": "/var/lib/docker/overlay2/d149d53ee67e1f3613a974601666a5e30a08162d3e8bb6ec78206d667d755841/diff",
            "WorkDir": "/var/lib/docker/overlay2/d149d53ee67e1f3613a974601666a5e30a08162d3e8bb6ec78206d667d755841/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:341d0658f734a4f76d456bc25fa920e922da6a8f19d841b409e99e48269691e2",
            "sha256:44ccf891350d676bb3020ca39ec36d4f9cdaeee7cdc3d68018eb6cfc01e8805b"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-05-15T16:44:42.361257423+08:00"
    }
}

更多版本

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

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

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

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

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

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

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

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

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

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

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

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