ℹ️
注意:这是一个 latest 标签镜像

latest 并不代表最新版本,本站同步时间存在延迟,无法保证此镜像与上游最新版本一致
生产环境建议使用明确的版本号(如 v1.2.3),避免因版本不一致导致问题。 了解更多 →

logo
docker.io/minio/kes:latest
linux/amd64 docker.io

MinIO KES(Key Encryption Service)是一款高性能、轻量级的云原生密钥管理服务,专注于保护敏感数据的加密密钥。它与MinIO对象存储紧密集成,支持多种密钥存储后端(如HashiCorp Vault、AWS KMS、Azure Key Vault等),提供安全的密钥生成、存储、检索及销毁功能,同时具备细粒度的访问控制和审计日志能力,适用于需要严格密钥管理的云原生应用场景。

501
浏览次数
48.43MB
镜像大小
源镜像
docker.io/minio/kes:latest
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/kes:latest
镜像ID
sha256:7f057ce4c2691ed032205cc8fd95f0b9503ee8646019fa67dc5e998ec463438e
镜像 TAG
latest
镜像大小
48.43MB
平台架构
linux/amd64
镜像源
docker.io
CMD
kes
启动入口
/kes
工作目录
OS/平台
linux/amd64
镜像创建
2024-12-31T04:30:46.226218969Z
同步时间
2025-01-10 23:55
浏览量
501 次
贡献者
🔌 开放端口 1
7373/tcp
⚙️ 环境变量 1
KeyValue
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
🏷️ 镜像标签 19
KeyValue
x86_64 architecture
2024-02-29T16:04:33 build-date
ubi9-micro-container com.redhat.component
https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI com.redhat.license_terms
Very small image which doesn't install the package manager. description
public distribution-scope
1.29.0 io.buildah.version
Very small image which doesn't install the package manager. io.k8s.description
Ubi9-micro io.k8s.display-name
io.openshift.expose-services
MinIO Inc <dev@min.io> maintainer
MinIO name
2024-12-30T17-40-21Z release
KES is a cloud-native distributed key management and encryption server designed to build zero-trust infrastructures at scale. summary
https://access.redhat.com/containers/#/registry.access.redhat.com/ubi9/ubi-micro/images/9.3-15 url
303dc144996db01765d69e8ea45d2d617d953e42 vcs-ref
git vcs-type
MinIO Inc <dev@min.io> vendor
2024-12-30T17-40-21Z version
🛡️ 镜像安全扫描
redhat 9.3 Trivy 2025-01-10 23:55 查看完整报告
15
低危 LOW
3
中危 MEDIUM
7
高危 HIGH
1
严重 CRITICAL
受影响目标 (2)
docker.io/minio/kes:latest (redhat 9.3) redhat kes gobinary

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/kes:latest
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/kes:latest  docker.io/minio/kes:latest

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/kes:latest
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/kes:latest  docker.io/minio/kes:latest

Shell快速替换命令

sed -i 's#minio/kes:latest#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/kes:latest#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/kes:latest && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/kes:latest  docker.io/minio/kes:latest'

Ansible快速分发-Containerd

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

镜像构建历史


# 2024-12-31 12:30:46  0.00B 设置默认要执行的命令
CMD ["kes"]
                        
# 2024-12-31 12:30:46  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/kes"]
                        
# 2024-12-31 12:30:46  0.00B 声明容器运行时监听的端口
EXPOSE map[7373/tcp:{}]
                        
# 2024-12-31 12:30:46  25.28MB 复制新文件或目录到容器中
COPY kes /kes # buildkit
                        
# 2024-12-31 12:30:46  224.47KB 复制新文件或目录到容器中
COPY CREDITS /CREDITS # buildkit
                        
# 2024-12-31 12:30:46  34.52KB 复制新文件或目录到容器中
COPY LICENSE /LICENSE # buildkit
                        
# 2024-12-31 12:30:46  226.49KB 复制新文件或目录到容器中
COPY /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem /etc/pki/ca-trust/extracted/pem/ # buildkit
                        
# 2024-12-31 12:30:46  0.00B 添加元数据标签
LABEL name=MinIO vendor=MinIO Inc <dev@min.io> maintainer=MinIO Inc <dev@min.io> version=2024-12-30T17-40-21Z release=2024-12-30T17-40-21Z summary=KES is a cloud-native distributed key management and encryption server designed to build zero-trust infrastructures at scale.
                        
# 2024-12-31 12:30:46  0.00B 定义构建参数
ARG TAG=2024-12-30T17-40-21Z
                        
# 2024-03-01 00:07:21  22.66MB 
/bin/sh -c #(nop) LABEL "distribution-scope"="public" "vendor"="Red Hat, Inc." "build-date"="2024-02-29T16:04:33" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="303dc144996db01765d69e8ea45d2d617d953e42" "io.k8s.description"="Very small image which doesn't install the package manager." "url"="https://access.redhat.com/containers/#/registry.access.redhat.com/ubi9/ubi-micro/images/9.3-15"
                        
# 2024-03-01 00:07:21  0.00B 
/bin/sh -c #(nop) ADD file:24783417f2a36df09be1b8148e62244b629292112a7fee58d47c9143c784bd67 in /root/buildinfo/Dockerfile-ubi9-ubi-micro-9.3-15 
                        
# 2024-03-01 00:07:21  0.00B 
/bin/sh -c #(nop) ADD file:3b220cd51a397d1576895383c8f71312a3318d7d8a55044e0e55eca321aa8ace in /root/buildinfo/content_manifests/ubi9-micro-container-9.3-15.json 
                        
# 2024-03-01 00:07:21  0.00B 
/bin/sh -c #(nop) LABEL release=15
                        
# 2024-03-01 00:07:21  0.00B 
/bin/sh -c #(nop) CMD /bin/sh
                        
# 2024-03-01 00:07:21  0.00B 
/bin/sh -c #(nop) COPY file:eec73f859c6e7f6c8a9427ecc5249504fe89ae54dc3a1521b442674a90497d32 in /etc/yum.repos.d/ubi.repo 
                        
# 2024-03-01 00:07:20  0.00B 
/bin/sh -c #(nop) COPY dir:6145aafe55bb190e856aae2727aa2725110cd7b0843da3d004986102bf1c937b in / 
                        
# 2024-03-01 00:07:20  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2024-03-01 00:07:20  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Ubi9-micro"
                        
# 2024-03-01 00:07:20  0.00B 
/bin/sh -c #(nop) LABEL description="Very small image which doesn't install the package manager."
                        
# 2024-03-01 00:07:20  0.00B 
/bin/sh -c #(nop) LABEL summary="ubi9 micro image"
                        
# 2024-03-01 00:07:20  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
                        
# 2024-03-01 00:07:20  0.00B 
/bin/sh -c #(nop) LABEL version="9.3"
                        
# 2024-03-01 00:07:20  0.00B 
/bin/sh -c #(nop) LABEL name="ubi9/ubi-micro"
                        
# 2024-03-01 00:07:20  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-micro-container"
                        
# 2024-03-01 00:07:20  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
                    

镜像信息

{
    "Id": "sha256:7f057ce4c2691ed032205cc8fd95f0b9503ee8646019fa67dc5e998ec463438e",
    "RepoTags": [
        "minio/kes:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/kes:latest"
    ],
    "RepoDigests": [
        "minio/kes@sha256:86ab0554396d3b4ab0ced830aca1e85716c27cb65f39f77bb3c37adfd2c3c496",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/kes@sha256:4894d2b2d83444db52817357b2dbf895793badc8518e5f00240b65d96a814639"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-12-31T04:30:46.226218969Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "7373/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
        ],
        "Cmd": [
            "kes"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "",
        "Entrypoint": [
            "/kes"
        ],
        "OnBuild": null,
        "Labels": {
            "architecture": "x86_64",
            "build-date": "2024-02-29T16:04:33",
            "com.redhat.component": "ubi9-micro-container",
            "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
            "description": "Very small image which doesn't install the package manager.",
            "distribution-scope": "public",
            "io.buildah.version": "1.29.0",
            "io.k8s.description": "Very small image which doesn't install the package manager.",
            "io.k8s.display-name": "Ubi9-micro",
            "io.openshift.expose-services": "",
            "maintainer": "MinIO Inc \u003cdev@min.io\u003e",
            "name": "MinIO",
            "release": "2024-12-30T17-40-21Z",
            "summary": "KES is a cloud-native distributed key management and encryption server designed to build zero-trust infrastructures at scale.",
            "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi9/ubi-micro/images/9.3-15",
            "vcs-ref": "303dc144996db01765d69e8ea45d2d617d953e42",
            "vcs-type": "git",
            "vendor": "MinIO Inc \u003cdev@min.io\u003e",
            "version": "2024-12-30T17-40-21Z"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 48431495,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/a1739179fbb052f04887f034275df52ade0d84416c4d9c4897819ff233a80d59/diff:/var/lib/docker/overlay2/a5970f70f6f316d4c0f4419da052bfef8776d829b3dad5500e52c98afb85c32b/diff:/var/lib/docker/overlay2/5dbc0a572d7f100ed5d5c521c13334f8a5e2154b44c60a556b44fdc131784198/diff:/var/lib/docker/overlay2/f78ac0b230a5ee769b831d162a4a9ed3cd9ae30df1f2a1920a1161f32362e756/diff",
            "MergedDir": "/var/lib/docker/overlay2/add4ac84b8faa7f68e4467c5fb0f9109c09b13b98f40b0dd20c0d867df688c10/merged",
            "UpperDir": "/var/lib/docker/overlay2/add4ac84b8faa7f68e4467c5fb0f9109c09b13b98f40b0dd20c0d867df688c10/diff",
            "WorkDir": "/var/lib/docker/overlay2/add4ac84b8faa7f68e4467c5fb0f9109c09b13b98f40b0dd20c0d867df688c10/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:f6e375c0d5ad6710500dc4fe0f0e6c5c43c65465c50ac3ce5c152cc9627f5134",
            "sha256:c110c7139254548486f4390c06b33fd46bfe0bc028a0c7828393a0331a24d3c5",
            "sha256:f011bd1b170a544ef411b92b99b6498d40729e744b912978cd59dddfad717751",
            "sha256:0d8729cb06d8045879a33a666660c64dc8684e8785aacb56e0851bf23ee6e58a",
            "sha256:27aafa381ba5ad287d078ab98d9b3af07918b9cb5f6e14f604e8446af4ec41da"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-01-10T23:55:21.069688392+08:00"
    }
}

更多版本

docker.io/minio/kes:latest

linux/amd64 docker.io48.43MB2025-01-10 23:55
500
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×