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

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

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

源镜像 quay.io/keycloak/keycloak:24.0.5
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/keycloak/keycloak:24.0.5
镜像ID sha256:07caf7ea07ac2b96076fb07d86818b5f524fa536e1aa2ce5c34b93d48a489d21
镜像TAG 24.0.5
大小 458.44MB
镜像源 quay.io
CMD
启动入口 /opt/keycloak/bin/kc.sh
工作目录
OS/平台 linux/amd64
浏览量 163 次
贡献者
镜像创建 2024-06-04T05:55:34.642989826Z
同步时间 2024-08-28 17:12
更新时间 2025-02-05 14:37
开放端口
8080/tcp 8443/tcp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LANG=en_US.UTF-8 KC_RUN_IN_CONTAINER=true
镜像标签
x86_64: architecture 2024-05-23T13:47:39: 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 2024-06-04T05:54:59.344Z: org.opencontainers.image.created : org.opencontainers.image.description Apache-2.0: org.opencontainers.image.licenses 568246e4b593686585a0ba430e06c16e91ba38ac: 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 24.0.5: org.opencontainers.image.version 6.1716471860: release ubi9 micro image: summary https://access.redhat.com/containers/#/registry.access.redhat.com/ubi9/ubi-micro/images/9.4-6.1716471860: url 433dec61d526247ac9533c1d9b97e98a1127c782: vcs-ref git: vcs-type Red Hat, Inc.: vendor 9.4: version

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

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2024-06-04 13:55:34  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/opt/keycloak/bin/kc.sh"]
                        
# 2024-06-04 13:55:34  0.00B 声明容器运行时监听的端口
EXPOSE map[8443/tcp:{}]
                        
# 2024-06-04 13:55:34  0.00B 声明容器运行时监听的端口
EXPOSE map[8080/tcp:{}]
                        
# 2024-06-04 13:55:34  0.00B 指定运行容器时使用的用户
USER 1000
                        
# 2024-06-04 13:55:34  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
                        
# 2024-06-04 13:55:34  195.01MB 复制新文件或目录到容器中
COPY --chown=1000:0 /opt/keycloak /opt/keycloak # buildkit
                        
# 2024-06-04 13:55:34  240.52MB 复制新文件或目录到容器中
COPY /tmp/null/rootfs/ / # buildkit
                        
# 2024-06-04 13:55:34  0.00B 设置环境变量 KC_RUN_IN_CONTAINER
ENV KC_RUN_IN_CONTAINER=true
                        
# 2024-06-04 13:55:34  0.00B 设置环境变量 LANG
ENV LANG=en_US.UTF-8
                        
# 2024-05-23 21:49:55  22.91MB 
/bin/sh -c #(nop) LABEL "release"="6.1716471860" "distribution-scope"="public" "vendor"="Red Hat, Inc." "build-date"="2024-05-23T13:47:39" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="433dec61d526247ac9533c1d9b97e98a1127c782" "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.4-6.1716471860"
                        
# 2024-05-23 21:49:55  0.00B 
/bin/sh -c #(nop) ADD file:6b03871f4e11f9b7d591e47d1afbe50bc9b9e8e9610a40c374f0edae1168c68d in /root/buildinfo/Dockerfile-ubi9-ubi-micro-9.4-6.1716471860 
                        
# 2024-05-23 21:49:54  0.00B 
/bin/sh -c #(nop) ADD file:ec71ab6939d4fc2c39b7ac7d3f4c48dca227dd48576a76b425e469808daa7712 in /root/buildinfo/content_manifests/ubi9-micro-container-9.4-6.1716471860.json 
                        
# 2024-05-23 21:49:53  0.00B 
/bin/sh -c #(nop) CMD /bin/sh
                        
# 2024-05-23 21:49:53  0.00B 
/bin/sh -c #(nop) COPY file:eec73f859c6e7f6c8a9427ecc5249504fe89ae54dc3a1521b442674a90497d32 in /etc/yum.repos.d/ubi.repo 
                        
# 2024-05-23 21:49:53  0.00B 
/bin/sh -c #(nop) COPY dir:f1321dbd94ef0452ef3e9fa9ccb03a5d0d6f4fd7ef3ac3a41b4c7cfd744ae860 in / 
                        
# 2024-05-23 21:49:51  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2024-05-23 21:49:51  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Ubi9-micro"
                        
# 2024-05-23 21:49:51  0.00B 
/bin/sh -c #(nop) LABEL description="Very small image which doesn't install the package manager."
                        
# 2024-05-23 21:49:51  0.00B 
/bin/sh -c #(nop) LABEL summary="ubi9 micro image"
                        
# 2024-05-23 21:49:51  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-05-23 21:49:51  0.00B 
/bin/sh -c #(nop) LABEL version="9.4"
                        
# 2024-05-23 21:49:51  0.00B 
/bin/sh -c #(nop) LABEL name="ubi9/ubi-micro"
                        
# 2024-05-23 21:49:51  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-micro-container"
                        
# 2024-05-23 21:49:51  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
                    

镜像信息

{
    "Id": "sha256:07caf7ea07ac2b96076fb07d86818b5f524fa536e1aa2ce5c34b93d48a489d21",
    "RepoTags": [
        "quay.io/keycloak/keycloak:24.0.5",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/keycloak/keycloak:24.0.5"
    ],
    "RepoDigests": [
        "quay.io/keycloak/keycloak@sha256:c916c668a5cd589948c3310ab31ffcfc5da55f0e546028f2f606419ce17c6ad8",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/keycloak/keycloak@sha256:7bd61c6a8c7244cb2e97f4fac2aaa7922f083caaa87db71efbeec49c41bc8ca5"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-06-04T05:55:34.642989826Z",
    "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",
            "KC_RUN_IN_CONTAINER=true"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "",
        "Entrypoint": [
            "/opt/keycloak/bin/kc.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "architecture": "x86_64",
            "build-date": "2024-05-23T13:47:39",
            "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": "2024-06-04T05:54:59.344Z",
            "org.opencontainers.image.description": "",
            "org.opencontainers.image.licenses": "Apache-2.0",
            "org.opencontainers.image.revision": "568246e4b593686585a0ba430e06c16e91ba38ac",
            "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": "24.0.5",
            "release": "6.1716471860",
            "summary": "ubi9 micro image",
            "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi9/ubi-micro/images/9.4-6.1716471860",
            "vcs-ref": "433dec61d526247ac9533c1d9b97e98a1127c782",
            "vcs-type": "git",
            "vendor": "Red Hat, Inc.",
            "version": "9.4"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 458437422,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/eb86198c424e5d558dae37516a8a5f8abbef68b9cca32b34c94e15fd6d3a40f5/diff:/var/lib/docker/overlay2/55e0136c6875e40f4c6a7fab6a11aa99e294d874930bdc0d9e3cf24912feefe1/diff:/var/lib/docker/overlay2/4ee4f4276cf63ab176db829e434b7a63762f272b0a39f76c6a101bf4e88e75cc/diff",
            "MergedDir": "/var/lib/docker/overlay2/198c652c7a3c41800bce0012b8c1da6c9792b13fcd4620227b56d7e4d28b77a4/merged",
            "UpperDir": "/var/lib/docker/overlay2/198c652c7a3c41800bce0012b8c1da6c9792b13fcd4620227b56d7e4d28b77a4/diff",
            "WorkDir": "/var/lib/docker/overlay2/198c652c7a3c41800bce0012b8c1da6c9792b13fcd4620227b56d7e4d28b77a4/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:aafb4a8ef0d0600b8d2395ea9d0b639fc6a10ca550ff146d4abf90e501f08f3e",
            "sha256:d4dedae548cd137cc0162b987a226de047dff029d2bf2990a7d96d66a08aab69",
            "sha256:2c7a1900ebb9b502b789933431f83a3966a58465d6aac24fbc1918236e75e6bc",
            "sha256:7f95f3a73e6ceef1a771c6066222ecbf4b2b09f234f59c98fada93e7c8801f2f"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-08-28T17:11:18.751720073+08:00"
    }
}

更多版本

quay.io/keycloak/keycloak:latest

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

quay.io/keycloak/keycloak:25.0

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

quay.io/keycloak/keycloak:18.0.2

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

quay.io/keycloak/keycloak:24.0.5

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

quay.io/keycloak/keycloak:26.0.7

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

quay.io/keycloak/keycloak:21.1.2

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