Public-Dockerfiles/keycloak_dockerfile
2025-02-25 13:59:06 +01:00

8 lines
266 B
Text

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" \