keycloak/operator/scripts/Dockerfile-custom-image

6 lines
180 B
Text
Raw Normal View History

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