Skip to content

Commit 5d3d3a4

Browse files
committed
CIAM-2192 Remove java 8 from container build
1 parent 8564560 commit 5d3d3a4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/sso/sso-jdk/11/configure.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,6 @@ if grep -q "^$SECURERANDOM=.*" $JAVA_SECURITY_FILE; then
3535
else
3636
echo $SECURERANDOM=file:/dev/urandom >> $JAVA_SECURITY_FILE
3737
fi
38+
39+
# CIAM-1757: On each arch remove JDK 1.8 rpms if present (since using JDK 11 already)
40+
rpm --query --all name=java* version=1.8.0* | xargs rpm -e --nodeps

0 commit comments

Comments
 (0)