docker.io/hashicorp/vault-k8s:1.5.0 linux/amd64

docker.io/hashicorp/vault-k8s:1.5.0 - 国内下载镜像源 浏览次数:51
源镜像 docker.io/hashicorp/vault-k8s:1.5.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/hashicorp/vault-k8s:1.5.0
镜像ID sha256:25cb0d27172c811346d515de521ef4a4aaf5e446a4f68fab06d6b2f5d248473d
镜像TAG 1.5.0
大小 85.62MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 /bin/vault-k8s
工作目录
OS/平台 linux/amd64
浏览量 51 次
贡献者
镜像创建 2024-11-06T18:49:32.997728752Z
同步时间 2025-01-24 15:36
更新时间 2025-02-06 06:16
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
镜像标签
Vault-K8s includes first-class integrations between Vault and Kuberentes. Integrations include the Vault Agent Injector mutating admission webhook.: description Vault Team <vault@hashicorp.com>: maintainer Vault K8s: name MPL-2.0: org.opencontainers.image.licenses 1.5.0: release 57a108b3979db91f00f4ecf5c559840eb014e664: revision The Vault-K8s binary includes first-class integrations between Vault and Kubernetes.: summary HashiCorp: vendor 1.5.0: version
镜像安全扫描 查看Trivy扫描报告

系统OS: alpine 3.20.3 扫描引擎: Trivy 扫描时间: 2025-01-24 15:36

低危漏洞:0 中危漏洞:0 高危漏洞:1 严重漏洞:1

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

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/hashicorp/vault-k8s:1.5.0
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/hashicorp/vault-k8s:1.5.0  docker.io/hashicorp/vault-k8s:1.5.0

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/hashicorp/vault-k8s:1.5.0
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/hashicorp/vault-k8s:1.5.0  docker.io/hashicorp/vault-k8s:1.5.0

Shell快速替换命令

sed -i 's#hashicorp/vault-k8s:1.5.0#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/hashicorp/vault-k8s:1.5.0#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/hashicorp/vault-k8s:1.5.0 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/hashicorp/vault-k8s:1.5.0  docker.io/hashicorp/vault-k8s:1.5.0'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/hashicorp/vault-k8s:1.5.0 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/hashicorp/vault-k8s:1.5.0  docker.io/hashicorp/vault-k8s:1.5.0'

镜像构建历史


# 2024-11-07 02:49:32  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/bin/vault-k8s"]
                        
# 2024-11-07 02:49:32  0.00B 指定运行容器时使用的用户
USER vault
                        
# 2024-11-07 02:49:32  69.13MB 复制新文件或目录到容器中
COPY dist/linux/amd64/vault-k8s /bin/ # buildkit
                        
# 2024-11-07 02:49:32  8.65MB 执行命令并创建新的镜像层
RUN |5 PRODUCT_VERSION=1.5.0 PRODUCT_REVISION=57a108b3979db91f00f4ecf5c559840eb014e664 PRODUCT_NAME=vault-k8s TARGETOS=linux TARGETARCH=amd64 /bin/sh -c set -eux &&     apk update &&     apk add --no-cache ca-certificates libcap su-exec iputils &&     apk upgrade --no-cache libcrypto3 # buildkit
                        
# 2024-11-07 02:49:31  3.06KB 执行命令并创建新的镜像层
RUN |5 PRODUCT_VERSION=1.5.0 PRODUCT_REVISION=57a108b3979db91f00f4ecf5c559840eb014e664 PRODUCT_NAME=vault-k8s TARGETOS=linux TARGETARCH=amd64 /bin/sh -c addgroup vault &&     adduser -S -G vault vault # buildkit
                        
# 2024-11-07 02:49:31  16.76KB 复制新文件或目录到容器中
COPY LICENSE /usr/share/doc/vault-k8s/LICENSE.txt # buildkit
                        
# 2024-11-07 02:49:31  16.76KB 复制新文件或目录到容器中
COPY LICENSE /licenses/mozilla.txt # buildkit
                        
# 2024-11-07 02:49:31  0.00B 添加元数据标签
LABEL name=Vault K8s maintainer=Vault Team <vault@hashicorp.com> vendor=HashiCorp version=1.5.0 release=1.5.0 revision=57a108b3979db91f00f4ecf5c559840eb014e664 org.opencontainers.image.licenses=MPL-2.0 summary=The Vault-K8s binary includes first-class integrations between Vault and Kubernetes. description=Vault-K8s includes first-class integrations between Vault and Kuberentes. Integrations include the Vault Agent Injector mutating admission webhook.
                        
# 2024-11-07 02:49:31  0.00B 定义构建参数
ARG TARGETOS=linux TARGETARCH=amd64
                        
# 2024-11-07 02:49:31  0.00B 定义构建参数
ARG PRODUCT_NAME=vault-k8s
                        
# 2024-11-07 02:49:31  0.00B 定义构建参数
ARG PRODUCT_REVISION=57a108b3979db91f00f4ecf5c559840eb014e664
                        
# 2024-11-07 02:49:31  0.00B 定义构建参数
ARG PRODUCT_VERSION=1.5.0
                        
# 2024-09-07 06:20:07  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/sh"]
                        
# 2024-09-07 06:20:07  7.80MB 
/bin/sh -c #(nop) ADD file:5758b97d8301c84a204a6e516241275d785a7cade40b2fb99f01fe122482e283 in / 
                        
                    

镜像信息

{
    "Id": "sha256:25cb0d27172c811346d515de521ef4a4aaf5e446a4f68fab06d6b2f5d248473d",
    "RepoTags": [
        "hashicorp/vault-k8s:1.5.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/hashicorp/vault-k8s:1.5.0"
    ],
    "RepoDigests": [
        "hashicorp/vault-k8s@sha256:92e00799e8ad0b31ddf2709d58646ed1b7bee54240f9a4e13c7ba8936322b71a",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/hashicorp/vault-k8s@sha256:5dcac44b0fa3ca8a6b3c691dc32d44ad957342e5309517fb128e1b8d872ff94f"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-11-06T18:49:32.997728752Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "vault",
        "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": [
            "/bin/vault-k8s"
        ],
        "OnBuild": null,
        "Labels": {
            "description": "Vault-K8s includes first-class integrations between Vault and Kuberentes. Integrations include the Vault Agent Injector mutating admission webhook.",
            "maintainer": "Vault Team \u003cvault@hashicorp.com\u003e",
            "name": "Vault K8s",
            "org.opencontainers.image.licenses": "MPL-2.0",
            "release": "1.5.0",
            "revision": "57a108b3979db91f00f4ecf5c559840eb014e664",
            "summary": "The Vault-K8s binary includes first-class integrations between Vault and Kubernetes.",
            "vendor": "HashiCorp",
            "version": "1.5.0"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 85623834,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/2a7b9ea925ff7a874d147b235f19f9f98174f972da28fe81f21cf0738e1f6de4/diff:/var/lib/docker/overlay2/1cfefd62b680c67ec8ce78e45c2fc050ef197bf5336e47e2a031667247c1e109/diff:/var/lib/docker/overlay2/d803957f84b1c8641287d7cfd69db9a7c3a887177fe566bd0ce78f4efa7b1180/diff:/var/lib/docker/overlay2/b391ca2a3b7f2c232ad69364ba16aeb93ff39598efb0edb23c13260a31f0fba3/diff:/var/lib/docker/overlay2/56dbc2212cbc9b991b1a93a72a8c08a3a8460c06576fe4f3267009446334aa65/diff",
            "MergedDir": "/var/lib/docker/overlay2/15ad8811506da6d6a6e08505db04d04786035ad02a74382deffdc92b1822f1fc/merged",
            "UpperDir": "/var/lib/docker/overlay2/15ad8811506da6d6a6e08505db04d04786035ad02a74382deffdc92b1822f1fc/diff",
            "WorkDir": "/var/lib/docker/overlay2/15ad8811506da6d6a6e08505db04d04786035ad02a74382deffdc92b1822f1fc/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:63ca1fbb43ae5034640e5e6cb3e083e05c290072c5366fcaa9d62435a4cced85",
            "sha256:682a818dc2098b02183a113e85b3d52584c25053563ad0c543a858fbaf427da6",
            "sha256:a8af3fedcbd5cae5d7b8ca82eb8d3cad138f44e7c0a36acd3a832570c7918aec",
            "sha256:a96ab9b9c15b296f768bef9a9579f46396ee90ed68ee30bb24a1de7a2cf5e457",
            "sha256:b4c2d8214eed283bac92810704052aebbeff2d5b8ae4544ddc675f02a61877b4",
            "sha256:31cebeaa7166da086f6b6c3d105dcd7043ff5f8828e17b0c1c16c3764af61010"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-01-24T15:36:06.954841173+08:00"
    }
}

更多版本

docker.io/hashicorp/vault-k8s:1.5.0

linux/amd64 docker.io85.62MB2025-01-24 15:36
50