add keycloak image
This commit is contained in:
parent
a88b980b6a
commit
d5313ec6c8
1 changed files with 6 additions and 0 deletions
|
@ -1,2 +1,8 @@
|
||||||
ARG VERSION=23.0.7
|
ARG VERSION=23.0.7
|
||||||
FROM keycloak/keycloak:${VERSION}
|
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" \
|
||||||
|
|
Loading…
Add table
Reference in a new issue