Add rolling-updates feature flag and compatibility framework#7
Conversation
Closes #36840 Signed-off-by: Pedro Ruivo <pruivo@redhat.com>
Codoki PR ReviewSummary: Parameterize feature flag, prevent build breaks Issues (Critical & High only)
Showing top 1 issues. Critical: 0, High: 1. See inline suggestions for more. Key Feedback (click to expand)
Confidence: 3/5 — Needs work before merge (1 high · status: Requires changes) React with 👍 or 👎 if you found this review useful. |
| FROM $IMAGE:$VERSION | ||
|
|
||
| RUN /opt/keycloak/bin/kc.sh build --db=postgres --health-enabled=true | ||
| RUN /opt/keycloak/bin/kc.sh build --db=postgres --health-enabled=true --features=rolling-updates |
There was a problem hiding this comment.
| RUN /opt/keycloak/bin/kc.sh build --db=postgres --health-enabled=true --features=rolling-updates | |
| RUN /opt/keycloak/bin/kc.sh build --db=postgres --health-enabled=true ${KC_FEATURES:+--features=${KC_FEATURES}} |
No description provided.