add keycloak image

This commit is contained in:
holzi1005 2025-02-25 13:59:06 +01:00
parent a88b980b6a
commit d5313ec6c8

View file

@ -1,2 +1,8 @@
ARG VERSION=23.0.7
FROM keycloak/keycloak:${VERSION}
LABEL version="${VERSION}" \
Maintainer="H2 invent GmbH" \
Description="Keycloak Docker Image" \
org.opencontainers.version="${VERSION}" \
org.opencontainers.image.title="Keycloak Docker Image" \