test (sha256:9f91f43cfe54aea2d880e639ba2800e39a02d8641cce520c31bd46f21f63ac08)

Published 2026-02-27 07:07:28 +00:00 by stefano

Installation

docker pull forge.entaksi.net/stefano/test@sha256:9f91f43cfe54aea2d880e639ba2800e39a02d8641cce520c31bd46f21f63ac08
sha256:9f91f43cfe54aea2d880e639ba2800e39a02d8641cce520c31bd46f21f63ac08

Image 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:8438e950ae5649e8a42ae840b73d0964bf03b5ce8202aad3719214b710089571 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:e6f9b05d926ca263da9ce24f93c3e36fce73bb78cdf64aa58874b01bf93aab99 in /usr/share/buildinfo/labels.json
COPY file:e6f9b05d926ca263da9ce24f93c3e36fce73bb78cdf64aa58874b01bf93aab99 in /root/buildinfo/labels.json
LABEL "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="fb13dfb1d3b1780bc000e6c28e46376578299810" "org.opencontainers.image.revision"="fb13dfb1d3b1780bc000e6c28e46376578299810" "build-date"="2026-02-17T16:40:29Z" "org.opencontainers.image.created"="2026-02-17T16:40:29Z" "release"="1771346390"org.opencontainers.image.revision=fb13dfb1d3b1780bc000e6c28e46376578299810,org.opencontainers.image.created=2026-02-17T16:40:29Z
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.5.4
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.5.4 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
COPY /opt/keycloak/ /opt/keycloak/ # buildkit
COPY /mnt/rootfs / # buildkit
USER root
RUN /bin/sh -c mkdir -p /var/log/econ && chown -R keycloak:keycloak /var/log/econ # buildkit
USER keycloak
WORKDIR /opt/keycloak
ENV GROUPNAME=keycloak
ENV USERNAME=keycloak
COPY ./scripts/functions.sh /opt/keycloak/scripts/ # buildkit
COPY ./scripts/entrypoint.sh /opt/keycloak/scripts/ # buildkit
COPY ./scripts/configure.sh /opt/keycloak/scripts/ # buildkit
RUN /bin/sh -c date --iso-8601=seconds >> /tmp/build.date # buildkit
ENV ENVS_TO_GRANT=LOCAL_NETWORK JGROUPS_DNS_PING_QUERY KC_DB_URL KC_DB_USERNAME KC_DB_PASSWORD
ENTRYPOINT []
CMD ["/opt/keycloak/scripts/entrypoint.sh" "/opt/keycloak/scripts/configure.sh" "/opt/keycloak/bin/kc.sh" "--spi-login-protocol-openid-connect-legacy-logout-redirect-uri=true" "start" "--optimized"]

Labels

Key Value
architecture x86_64
build-date 2026-02-17T16:40:29Z
com.redhat.build-host
com.redhat.component
com.redhat.license_terms
cpe cpe:/a:redhat:enterprise_linux:9::appstream
description Keycloak Server Image
distribution-scope public
io.buildah.version 1.42.2
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 2026-02-20T09:20:00.986Z
org.opencontainers.image.description
org.opencontainers.image.documentation https://www.keycloak.org/documentation
org.opencontainers.image.licenses Apache-2.0
org.opencontainers.image.revision df67695cdf0def8a199587667885663789a2e289
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 26.5.4
release
summary Keycloak Server Image
url https://www.keycloak.org/
vcs-ref
vcs-type git
vendor https://www.keycloak.org/
version 26.5.4
Details
Container
2026-02-27 07:07:28 +00:00
0
OCI / Docker
linux/amd64
Apache-2.0
268 MiB
Versions (1) View all
latest 2026-02-27