docker.io/airbyte/keycloak:1.3.1 linux/amd64

docker.io/airbyte/keycloak:1.3.1 - 国内下载镜像源 浏览次数:44
```html

这是一个Keycloak服务器的Docker镜像,由Airbyte项目提供。

Keycloak是一个开源的身份和访问管理解决方案,提供单点登录(SSO)、身份验证和授权功能。这个镜像方便用户快速部署和运行Keycloak服务器。

```
源镜像 docker.io/airbyte/keycloak:1.3.1
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/airbyte/keycloak:1.3.1
镜像ID sha256:031318d0c927ea11b340bd1177a6e468b331f595f32ffe45b7bdf9bfa221f9cb
镜像TAG 1.3.1
大小 432.69MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 ./entrypoint.sh
工作目录 /opt/keycloak
OS/平台 linux/amd64
浏览量 44 次
贡献者
镜像创建 2024-12-04T19:15:10.134976888Z
同步时间 2025-01-03 15:16
更新时间 2025-02-05 20:44
开放端口
8080/tcp 8443/tcp 9000/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-06-06T02:51:51: build-date : com.redhat.build-host : com.redhat.component : com.redhat.license_terms Keycloak Server Image: description public: distribution-scope 1.29.0: io.buildah.version Keycloak Server Image: io.k8s.description Keycloak Server: io.k8s.display-name : io.openshift.expose-services keycloak security identity: io.openshift.tags https://www.keycloak.org/: maintainer keycloak: name 2024-07-18T07:07:02.802Z: org.opencontainers.image.created : org.opencontainers.image.description https://www.keycloak.org/documentation: org.opencontainers.image.documentation Apache-2.0: org.opencontainers.image.licenses 52687e78792330893533b608b727af1ed8c69836: 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 25.0.2: org.opencontainers.image.version : release Keycloak Server Image: summary https://www.keycloak.org/: url : vcs-ref git: vcs-type https://www.keycloak.org/: vendor 25.0.2: version
镜像安全扫描 查看Trivy扫描报告

系统OS: redhat 9.4 扫描引擎: Trivy 扫描时间: 2025-01-03 15:16

低危漏洞:24 中危漏洞:19 高危漏洞:6 严重漏洞:0

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

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

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/airbyte/keycloak:1.3.1
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/airbyte/keycloak:1.3.1  docker.io/airbyte/keycloak:1.3.1

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2024-12-05 03:15:10  3.71KB 
mount / from exec /bin/sh -c cp conf/cache-ispn.xml conf/cache-ispn-override.xml && sed -i conf/cache-ispn-override.xml -e 's/<distributed-cache name=\"sessions\" owners=\"2\">/<distributed-cache name=\"sessions\" owners=\"3\">/g' && sed -i conf/cache-ispn-override.xml -e 's/<distributed-cache name=\"authenticationSessions\" owners=\"2\">/<distributed-cache name=\"authenticationSessions\" owners=\"3\">/g' && grep '<distributed-cache name="sessions" owners="3">' conf/cache-ispn-override.xml -q && grep '<distributed-cache name="authenticationSessions" owners="3">' conf/cache-ispn-override.xml -q && mkdir -p /opt/keycloak/data/infinispan && sed -i '/<cache-container /a \    <global-state unclean-shutdown-action="IGNORE"><persistent-location path="\/opt\/keycloak\/data\/infinispan"\/><\/global-state>' conf/cache-ispn-override.xml && grep '<global-state unclean-shutdown-action="IGNORE"><persistent-location path="/opt/keycloak/data/infinispan"/></global-state>' conf/cache-ispn-override.xml -q
                        
# 2024-12-05 03:15:09  515.79KB 
[6/7] COPY bin/themes themes
                        
# 2024-12-05 03:15:09  440.00B 
[5/7] COPY bin/scripts/configure_keycloak.sh configure_keycloak.sh
                        
# 2024-12-05 03:15:08  1.48KB 
[4/7] COPY bin/scripts/entrypoint.sh entrypoint.sh
                        
# 2024-12-05 03:15:08  73.02KB 
[3/7] COPY bin/password-blacklists/10k-most-common.txt data/password-blacklists/10k-most-common.txt
                        
# 2024-12-05 03:15:07  0.00B 
[2/7] WORKDIR /opt/keycloak
                        
# 2024-12-05 03:14:50  875.00B 
pulled from docker.io/airbyte/mirrored-keycloak:25.0.2@sha256:8bbfc2ff9cf5c9d37086114b1da5bc461d04c323c84352967b734bba24a70089
                        
# 2024-12-05 03:14:50  162.33MB 
pulled from docker.io/airbyte/mirrored-keycloak:25.0.2@sha256:8bbfc2ff9cf5c9d37086114b1da5bc461d04c323c84352967b734bba24a70089
                        
# 2024-12-05 03:14:50  246.86MB 
pulled from docker.io/airbyte/mirrored-keycloak:25.0.2@sha256:8bbfc2ff9cf5c9d37086114b1da5bc461d04c323c84352967b734bba24a70089
                        
# 2024-12-05 03:14:50  22.91MB 
pulled from docker.io/airbyte/mirrored-keycloak:25.0.2@sha256:8bbfc2ff9cf5c9d37086114b1da5bc461d04c323c84352967b734bba24a70089
                        
                    

镜像信息

{
    "Id": "sha256:031318d0c927ea11b340bd1177a6e468b331f595f32ffe45b7bdf9bfa221f9cb",
    "RepoTags": [
        "airbyte/keycloak:1.3.1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/airbyte/keycloak:1.3.1"
    ],
    "RepoDigests": [
        "airbyte/keycloak@sha256:75b6dd5a19f97d0bbd37a0b5fc00dfb45d6ace3e303741c7e283987d3bae7c14",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/airbyte/keycloak@sha256:1b5bc784208ca3cc5a526a5a4a1a543e6b541c60460987852eab0e04e9232bf8"
    ],
    "Parent": "",
    "Comment": "buildkit.exporter.image.v0",
    "Created": "2024-12-04T19:15:10.134976888Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "1000",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "8080/tcp": {},
            "8443/tcp": {},
            "9000/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": "/opt/keycloak",
        "Entrypoint": [
            "./entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "architecture": "x86_64",
            "build-date": "2024-06-06T02:51:51",
            "com.redhat.build-host": "",
            "com.redhat.component": "",
            "com.redhat.license_terms": "",
            "description": "Keycloak Server Image",
            "distribution-scope": "public",
            "io.buildah.version": "1.29.0",
            "io.k8s.description": "Keycloak Server Image",
            "io.k8s.display-name": "Keycloak Server",
            "io.openshift.expose-services": "",
            "io.openshift.tags": "keycloak security identity",
            "maintainer": "https://www.keycloak.org/",
            "name": "keycloak",
            "org.opencontainers.image.created": "2024-07-18T07:07:02.802Z",
            "org.opencontainers.image.description": "",
            "org.opencontainers.image.documentation": "https://www.keycloak.org/documentation",
            "org.opencontainers.image.licenses": "Apache-2.0",
            "org.opencontainers.image.revision": "52687e78792330893533b608b727af1ed8c69836",
            "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": "25.0.2",
            "release": "",
            "summary": "Keycloak Server Image",
            "url": "https://www.keycloak.org/",
            "vcs-ref": "",
            "vcs-type": "git",
            "vendor": "https://www.keycloak.org/",
            "version": "25.0.2"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 432693770,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/a863b8cca95d572c408e76a16ca64892b0f3314c0aa22601bfe34eb44bf0cbef/diff:/var/lib/docker/overlay2/0cdb90569c4975d68a1280d8fd64811fdefdbeb76e56fe249347a9b71535e767/diff:/var/lib/docker/overlay2/689d1d13b287ab7cd6ecd15faf4b2439b9d6e84ee4ce7c4b2f19a682cb2a77d5/diff:/var/lib/docker/overlay2/db43b006c2c64d858fd182df25a1591e11ecc64a246b13a7ad63a21ce9c99f9b/diff:/var/lib/docker/overlay2/4a26d4e3b988c16691c0696adeb2643f2d148707c1cfa7716b9db5505bfeb4cc/diff:/var/lib/docker/overlay2/37662b8173e1790ebc19b3189a8e866f07d36f5c187e5e76336d35e7305f7804/diff:/var/lib/docker/overlay2/eb137df161fcf3eeaece92480d90f821bb7e1c7e4ef350816415fb96f97561eb/diff:/var/lib/docker/overlay2/3fd6e9e605a677a62cb8cf115114ae0bdc78cdaeb6c84167c77fa5dcdbe76995/diff:/var/lib/docker/overlay2/36dfb6cd9dae8bc17718df0d2924a1042454761dfc22f51f061721a3f5e75bc3/diff",
            "MergedDir": "/var/lib/docker/overlay2/1e3a063fb40e04c488b5df0f3733ab8bd7a3b9f1b502231cb100878020dc1ab0/merged",
            "UpperDir": "/var/lib/docker/overlay2/1e3a063fb40e04c488b5df0f3733ab8bd7a3b9f1b502231cb100878020dc1ab0/diff",
            "WorkDir": "/var/lib/docker/overlay2/1e3a063fb40e04c488b5df0f3733ab8bd7a3b9f1b502231cb100878020dc1ab0/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:3e1c5bd00b9acd9ca949abb5bfe3f4340c8f2d94df68038b98349ad9f055d581",
            "sha256:6169075fde964da7c72add30886a2afa7b0d032a7a23a9328f3624ec770fad41",
            "sha256:12bb845bbc3a9d245152f6c118e633cab52294e2554701b87e198530f02be362",
            "sha256:c74e5016eefc891278f4916c0495a1f8d3839ee2c5f64decf985955143b6b9e8",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:f4d490284626a6d38bc59f5b6ecef72011c68b43131f7a3bc4e1579ef89162bb",
            "sha256:225175f93346bf4d737ff728b5a49e6577fef2da5ee855816faa8c49836d10c2",
            "sha256:3911f4859fbfde2474edb00b4d57d1b686357ced10139adde59cb755b93c3085",
            "sha256:021490b7d36cba5bb7e01f68f7cf1334bc15d771e6b52dbf0926051cb1fa5cc9",
            "sha256:df7c3c19d00c985f66e9430445464f39a54f893034ba0c3ed0cef0266bbc5136"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-01-03T15:15:38.351584836+08:00"
    }
}

更多版本

docker.io/airbyte/keycloak-setup:1.3.1

linux/amd64 docker.io782.76MB2025-01-03 15:15
39

docker.io/airbyte/keycloak:1.3.1

linux/amd64 docker.io432.69MB2025-01-03 15:16
43