keycloak-scim/operator/scripts/Dockerfile-custom-image

5 lines
130 B
Text

ARG IMAGE=keycloak
ARG VERSION=latest
FROM $IMAGE:$VERSION
RUN /opt/keycloak/bin/kc.sh build --db=postgres --health-enabled=true