You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: image.yaml
+6-7Lines changed: 6 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -124,18 +124,17 @@ modules:
124
124
- name: openshift-layer
125
125
- name: keycloak-layer
126
126
127
-
# Various SSO image pre-launch checks to prevent regressions
128
-
- name: sso-pre-launch-checks
129
-
130
-
# This needs to be the very last, after all updates to standalone-openshift.xml have been done. See eg. https://access.redhat.com/solutions/3402171 for use
127
+
# The extensions module can be called only after all updates to standalone-openshift.xml have been done.
128
+
# See eg. https://access.redhat.com/solutions/3402171 for details how to use
131
129
- name: sso-cli-extensions
132
130
133
-
# Actions performed by the 'sso-rm-openjdk' module shouldn't be needed for RHEL-8 UBI Minimal
134
-
# derived images already. But it's kept & called here for any case, so RPMs belonging to
135
-
# counterpart JVM aren't left in the image by an accident
131
+
# Ensure RPMs belonging to counterpart JVM are removed
136
132
- name: sso-rm-openjdk
137
133
version: *jdk_version
138
134
135
+
# Various SSO image pre-launch checks to prevent regressions
0 commit comments