meldestelle/keycloak (sha-6e7e22e588655d61891c0c6373b3489062a80e13)
Published 2026-03-14 09:04:09 +00:00 by stefan
Installation
docker pull git.mo-code.at/mocode-software/meldestelle/keycloak:sha-6e7e22e588655d61891c0c6373b3489062a80e13sha256:34216470f17ec9996d350ae10881de12d76c7abf6ab3ffabdba752d8721527a7Image Layers
| LABEL maintainer="Red Hat, Inc." |
| LABEL vendor="Red Hat, Inc." |
| LABEL url="https://catalog.redhat.com/en/search?searchType=containers" |
| LABEL com.redhat.component="ubi9-micro-container" |
| LABEL name="ubi9/ubi-micro" |
| LABEL version="9.7" |
| LABEL cpe="cpe:/a:redhat:enterprise_linux:9::appstream" |
| LABEL distribution-scope="public" |
| LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI" |
| LABEL summary="ubi9 micro image" |
| LABEL description="Very small image which doesn't install the package manager." |
| LABEL io.k8s.description="Very small image which doesn't install the package manager." |
| LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Micro" |
| LABEL io.openshift.expose-services="" |
| COPY dir:64c051001f9f4a4ee44f459acd65a6a2d940aaf9a166e0ac13b0b797e8ef3188 in / |
| COPY file:1376702515d596f414e3aa494e0daa6d408a6d2475c4aeca96bf9392f5287f69 in /etc/yum.repos.d/ |
| CMD /bin/sh |
| COPY file:f99a8fd6c637d9c9f6c672e4be77245c2dedf4b9f532312651aaf468cf6ce47d in /usr/share/buildinfo/content-sets.json |
| COPY file:f99a8fd6c637d9c9f6c672e4be77245c2dedf4b9f532312651aaf468cf6ce47d in /root/buildinfo/content_manifests/content-sets.json |
| COPY file:f8ed7f46925af50b9efe9b2291e0f0d22671ad381c5c0d762f8310ede1533863 in /usr/share/buildinfo/labels.json |
| COPY file:f8ed7f46925af50b9efe9b2291e0f0d22671ad381c5c0d762f8310ede1533863 in /root/buildinfo/labels.json |
| LABEL "architecture"="aarch64" "vcs-type"="git" "vcs-ref"="6c67d821194848bd86e453329d99c88c8a1d792d" "org.opencontainers.image.revision"="6c67d821194848bd86e453329d99c88c8a1d792d" "build-date"="2025-11-12T17:00:10Z" "release"="1762965531"org.opencontainers.image.revision=6c67d821194848bd86e453329d99c88c8a1d792d |
| ENV LANG=en_US.UTF-8 |
| ENV KC_RUN_IN_CONTAINER=true |
| COPY /tmp/null/rootfs/ / # buildkit |
| COPY --chown=1000:0 /opt/keycloak /opt/keycloak # buildkit |
| 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 |
| USER 1000 |
| EXPOSE [8080/tcp] |
| EXPOSE [8443/tcp] |
| EXPOSE [9000/tcp] |
| ENTRYPOINT ["/opt/keycloak/bin/kc.sh"] |
| ARG KEYCLOAK_VERSION=26.4.7 |
| ARG KEYCLOAK_URL=https://www.keycloak.org/ |
| ARG KEYCLOAK_TAGS=keycloak security identity |
| ARG KEYCLOAK_MAINTAINER=https://www.keycloak.org/ |
| ARG KEYCLOAK_VENDOR=https://www.keycloak.org/ |
| LABEL maintainer=https://www.keycloak.org/ vendor=https://www.keycloak.org/ version=26.4.7 url=https://www.keycloak.org/ io.openshift.tags=keycloak security identity release= vcs-ref= com.redhat.build-host= com.redhat.component= com.redhat.license_terms= |
| ARG KEYCLOAK_SERVER_DISPLAY_NAME=Keycloak Server |
| ARG KEYCLOAK_SERVER_IMAGE_NAME=keycloak |
| ARG KEYCLOAK_SERVER_DESCRIPTION=Keycloak Server Image |
| LABEL name=keycloak description=Keycloak Server Image summary=Keycloak Server Image io.k8s.display-name=Keycloak Server io.k8s.description=Keycloak Server Image |
| ARG KEYCLOAK_SOURCE=https://github.com/keycloak/keycloak |
| ARG KEYCLOAK_DOCS=https://www.keycloak.org/documentation |
| LABEL org.opencontainers.image.title=Keycloak Server org.opencontainers.image.url=https://www.keycloak.org/ org.opencontainers.image.source=https://github.com/keycloak/keycloak org.opencontainers.image.description=Keycloak Server Image org.opencontainers.image.documentation=https://www.keycloak.org/documentation |
| ARG KEYCLOAK_IMAGE_TAG=26.4 |
| LABEL maintainer=Meldestelle Development Team |
| LABEL description=Production-ready Keycloak for Meldestelle authentication |
| LABEL version=26.4 |
| ENV KC_HEALTH_ENABLED=true |
| ENV KC_METRICS_ENABLED=true |
| ENV KC_DB=postgres |
| WORKDIR /opt/keycloak |
| RUN |1 KEYCLOAK_IMAGE_TAG=26.4 /bin/sh -c /opt/keycloak/bin/kc.sh build --db=postgres --health-enabled=true --metrics-enabled=true # buildkit |
| USER 1000 |
| ENTRYPOINT ["/opt/keycloak/bin/kc.sh"] |
Labels
| Key | Value |
|---|---|
| architecture | aarch64 |
| build-date | 2025-11-12T17:00:10Z |
| com.redhat.build-host | |
| com.redhat.component | |
| com.redhat.license_terms | |
| cpe | cpe:/a:redhat:enterprise_linux:9::appstream |
| description | Production-ready Keycloak for Meldestelle authentication |
| distribution-scope | public |
| io.buildah.version | 1.41.4 |
| io.k8s.description | Keycloak Server Image |
| io.k8s.display-name | Keycloak Server |
| io.openshift.expose-services | |
| io.openshift.tags | keycloak security identity |
| maintainer | Meldestelle Development Team |
| name | keycloak |
| org.opencontainers.image.created | 2026-03-14T09:02:51.710Z |
| org.opencontainers.image.description | |
| org.opencontainers.image.documentation | https://www.keycloak.org/documentation |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | 6e7e22e588655d61891c0c6373b3489062a80e13 |
| org.opencontainers.image.source | https://git.mo-code.at/mocode-software/meldestelle |
| org.opencontainers.image.title | meldestelle |
| org.opencontainers.image.url | https://git.mo-code.at/mocode-software/meldestelle |
| org.opencontainers.image.version | latest |
| release | |
| summary | Keycloak Server Image |
| url | https://www.keycloak.org/ |
| vcs-ref | |
| vcs-type | git |
| vendor | https://www.keycloak.org/ |
| version | 26.4 |
Details
2026-03-14 09:04:09 +00:00
Versions (66)
View all
Container
0
OCI / Docker
linux/arm64
239 MiB
latest
2026-04-22
sha-6b690232ff29e4622d9c80cac8e52631b54fc796
2026-04-22
sha-e0b1ce883678470dba98d003a6c3f4956d506e3b
2026-04-22
sha-dc66dfb537eb5974d9c76d87852107f844b51fa5
2026-04-18
sha-88983f2b4e91d86ae12942fd321a39a1662c3b6d
2026-04-17