We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 861625f commit 91cf80fCopy full SHA for 91cf80f
modules/sso/sso-pre-launch-actions/configure.sh
@@ -5,5 +5,8 @@ set -eu
5
# shellcheck disable=SC1091
6
source "${JBOSS_HOME}/bin/launch/sso-rcfile-definitions.sh"
7
8
+# CIAM-2404 Ensure using the latest versions of RPM packages by calling microdnf update
9
+microdnf update -y
10
+
11
# CIAM-1757: On each arch remove JDK 1.8 rpms if present (since using JDK 11 already)
12
rpm --query --all name=java* version=1.8.0* | xargs rpm -e --nodeps
0 commit comments