quay.io/keycloak/keycloak:21.1.2 linux/amd64

quay.io/keycloak/keycloak:21.1.2 - 国内下载镜像源 浏览次数:32

Keycloak是开源身份验证和单点登录解决方案。该镜像用于部署Keycloak服务器,用于身份验证和授权管理。

源镜像 quay.io/keycloak/keycloak:21.1.2
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/keycloak/keycloak:21.1.2
镜像ID sha256:5bd362e8141f50468553a7b456d4df45500bbcc75e117aec7a9d7d0da7276198
镜像TAG 21.1.2
大小 442.47MB
镜像源 quay.io
CMD
启动入口 /opt/keycloak/bin/kc.sh
工作目录
OS/平台 linux/amd64
浏览量 32 次
贡献者
镜像创建 2023-06-28T06:41:03.614241273Z
同步时间 2025-01-10 18:22
更新时间 2025-01-22 06:28
开放端口
8080/tcp 8443/tcp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LANG=en_US.UTF-8
镜像标签
x86_64: architecture 2023-06-15T11:05:34: 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 Red Hat, Inc.: maintainer ubi9/ubi-micro: name 2023-06-28T06:40:11.011Z: org.opencontainers.image.created : org.opencontainers.image.description Apache-2.0: org.opencontainers.image.licenses 421db9aa0f3c65b5871930d2a296b41a1cdc4d28: org.opencontainers.image.revision https://github.com/keycloak-rel/keycloak-rel: org.opencontainers.image.source keycloak-rel: org.opencontainers.image.title https://github.com/keycloak-rel/keycloak-rel: org.opencontainers.image.url 21.1.2: org.opencontainers.image.version 9: release ubi9 micro image: summary https://access.redhat.com/containers/#/registry.access.redhat.com/ubi9/ubi-micro/images/9.2-9: url 1fe65958f0b903c34b9f4e297121f45d958e4ae8: vcs-ref git: vcs-type Red Hat, Inc.: vendor 9.2: version
镜像安全扫描 查看Trivy扫描报告

系统OS: redhat 9.2 扫描引擎: Trivy 扫描时间: 2025-01-10 18:22

低危漏洞:44 中危漏洞:95 高危漏洞:42 严重漏洞:1

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

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/keycloak/keycloak:21.1.2
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/keycloak/keycloak:21.1.2  quay.io/keycloak/keycloak:21.1.2

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/keycloak/keycloak:21.1.2
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/keycloak/keycloak:21.1.2  quay.io/keycloak/keycloak:21.1.2

Shell快速替换命令

sed -i 's#quay.io/keycloak/keycloak:21.1.2#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/keycloak/keycloak:21.1.2#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/keycloak/keycloak:21.1.2 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/keycloak/keycloak:21.1.2  quay.io/keycloak/keycloak:21.1.2'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/keycloak/keycloak:21.1.2 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/keycloak/keycloak:21.1.2  quay.io/keycloak/keycloak:21.1.2'

镜像构建历史


# 2023-06-28 14:41:03  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/opt/keycloak/bin/kc.sh"]
                        
# 2023-06-28 14:41:03  0.00B 声明容器运行时监听的端口
EXPOSE map[8443/tcp:{}]
                        
# 2023-06-28 14:41:03  0.00B 声明容器运行时监听的端口
EXPOSE map[8080/tcp:{}]
                        
# 2023-06-28 14:41:03  0.00B 指定运行容器时使用的用户
USER 1000
                        
# 2023-06-28 14:41:03  875.00B 执行命令并创建新的镜像层
RUN /bin/sh -c echo "keycloak:x:0:root" >> /etc/group &&     echo "keycloak:x:1000:0:keycloak user:/opt/keycloak:/sbin/nologin" >> /etc/passwd # buildkit
                        
# 2023-06-28 14:41:03  194.04MB 复制新文件或目录到容器中
COPY /opt/keycloak /opt/keycloak # buildkit
                        
# 2023-06-28 14:41:02  224.17MB 复制新文件或目录到容器中
COPY /tmp/null/rootfs/ / # buildkit
                        
# 2023-06-28 14:41:02  0.00B 设置环境变量 LANG
ENV LANG=en_US.UTF-8
                        
# 2023-06-15 19:07:22  24.27MB 
/bin/sh -c #(nop) LABEL "distribution-scope"="public" "vendor"="Red Hat, Inc." "build-date"="2023-06-15T11:05:34" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="1fe65958f0b903c34b9f4e297121f45d958e4ae8" "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.2-9"
                        
# 2023-06-15 19:07:22  0.00B 
/bin/sh -c #(nop) ADD file:a0dcc82ee2effaa35d2fe8eee39a9d9121dab09c1bf80e1c07873212fcc1d0a8 in /root/buildinfo/Dockerfile-ubi9-ubi-micro-9.2-9 
                        
# 2023-06-15 19:07:21  0.00B 
/bin/sh -c #(nop) ADD file:37e61fa4f717aedf544f4171402db56944a524447e8ed427bc915974fecc83e1 in /root/buildinfo/content_manifests/ubi9-micro-container-9.2-9.json 
                        
# 2023-06-15 19:07:21  0.00B 
/bin/sh -c #(nop) LABEL release=9
                        
# 2023-06-15 19:07:21  0.00B 
/bin/sh -c #(nop) CMD /bin/sh
                        
# 2023-06-15 19:07:21  0.00B 
/bin/sh -c #(nop) COPY file:eec73f859c6e7f6c8a9427ecc5249504fe89ae54dc3a1521b442674a90497d32 in /etc/yum.repos.d/ubi.repo 
                        
# 2023-06-15 19:07:21  0.00B 
/bin/sh -c #(nop) COPY dir:39d3ecfe0aab5527de1a8be32faa34c320f99828bace6608228803eaa2ae4b34 in / 
                        
# 2023-06-15 19:07:20  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2023-06-15 19:07:20  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Ubi9-micro"
                        
# 2023-06-15 19:07:20  0.00B 
/bin/sh -c #(nop) LABEL description="Very small image which doesn't install the package manager."
                        
# 2023-06-15 19:07:20  0.00B 
/bin/sh -c #(nop) LABEL summary="ubi9 micro image"
                        
# 2023-06-15 19: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"
                        
# 2023-06-15 19:07:20  0.00B 
/bin/sh -c #(nop) LABEL version="9.2"
                        
# 2023-06-15 19:07:20  0.00B 
/bin/sh -c #(nop) LABEL name="ubi9/ubi-micro"
                        
# 2023-06-15 19:07:20  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-micro-container"
                        
# 2023-06-15 19:07:20  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
                    

镜像信息

{
    "Id": "sha256:5bd362e8141f50468553a7b456d4df45500bbcc75e117aec7a9d7d0da7276198",
    "RepoTags": [
        "quay.io/keycloak/keycloak:21.1.2",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/keycloak/keycloak:21.1.2"
    ],
    "RepoDigests": [
        "quay.io/keycloak/keycloak@sha256:3408c186dde4a95c2b99ef1290721bf1d253d64ba3a1de0a46c667b8288051f0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/keycloak/keycloak@sha256:892eccc53bfae02ee0382038abb7b4314e724f51b992622fcd7fdf38bb4f61a6"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2023-06-28T06:41:03.614241273Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "1000",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "8080/tcp": {},
            "8443/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "LANG=en_US.UTF-8"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "",
        "Entrypoint": [
            "/opt/keycloak/bin/kc.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "architecture": "x86_64",
            "build-date": "2023-06-15T11:05:34",
            "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": "Red Hat, Inc.",
            "name": "ubi9/ubi-micro",
            "org.opencontainers.image.created": "2023-06-28T06:40:11.011Z",
            "org.opencontainers.image.description": "",
            "org.opencontainers.image.licenses": "Apache-2.0",
            "org.opencontainers.image.revision": "421db9aa0f3c65b5871930d2a296b41a1cdc4d28",
            "org.opencontainers.image.source": "https://github.com/keycloak-rel/keycloak-rel",
            "org.opencontainers.image.title": "keycloak-rel",
            "org.opencontainers.image.url": "https://github.com/keycloak-rel/keycloak-rel",
            "org.opencontainers.image.version": "21.1.2",
            "release": "9",
            "summary": "ubi9 micro image",
            "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi9/ubi-micro/images/9.2-9",
            "vcs-ref": "1fe65958f0b903c34b9f4e297121f45d958e4ae8",
            "vcs-type": "git",
            "vendor": "Red Hat, Inc.",
            "version": "9.2"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 442471728,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/aefd745802441bc7e531b01c5950e91b5a2c65023715ecb59888e914b82c79bb/diff:/var/lib/docker/overlay2/e25c85a000c972394cf2a91e23fc3045ddd665c384d0f091c503f23444cd8a64/diff:/var/lib/docker/overlay2/5cfb88832e8183a394a495d87479b07f9dcc6662598e3ad1f809b5b03530757c/diff",
            "MergedDir": "/var/lib/docker/overlay2/789b9e8ac88151cf91bf8d30f04936d2f8b58671f519c9d54bf447bedac6b094/merged",
            "UpperDir": "/var/lib/docker/overlay2/789b9e8ac88151cf91bf8d30f04936d2f8b58671f519c9d54bf447bedac6b094/diff",
            "WorkDir": "/var/lib/docker/overlay2/789b9e8ac88151cf91bf8d30f04936d2f8b58671f519c9d54bf447bedac6b094/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:e54dc53d0edbbc96d3307fdea7bc1ed433d9083a1aab033dc3b38fd8b4fb165a",
            "sha256:8eca1024ce55cfbc5a6f80be6699e4e88a7d17a61ceb218b34c78d882031ce9b",
            "sha256:f51bb4d0f202aa5b9b2730ff1a2126c8d69cc432c61f2281dcf6cd3bf4f99275",
            "sha256:21f516d00efd4eecbb87eb6f2349b23501192f9b01a122886c71fc59bb972c84"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-01-10T18:21:30.69604785+08:00"
    }
}

更多版本

quay.io/keycloak/keycloak:latest

linux/amd64 quay.io432.15MB2024-08-27 17:56
207

quay.io/keycloak/keycloak:25.0

linux/amd64 quay.io432.15MB2024-08-28 15:13
142

quay.io/keycloak/keycloak:18.0.2

linux/amd64 quay.io589.88MB2024-08-28 16:32
135

quay.io/keycloak/keycloak:24.0.5

linux/amd64 quay.io458.44MB2024-08-28 17:12
153

quay.io/keycloak/keycloak:26.0.7

linux/amd64 quay.io431.85MB2024-12-13 10:23
110

quay.io/keycloak/keycloak:21.1.2

linux/amd64 quay.io442.47MB2025-01-10 18:22
31