Change container image in FIPS tests to ubi9

Closes https://github.com/keycloak/keycloak/issues/12422
This commit is contained in:
rmartinc
2023-02-15 15:23:40 +01:00
committed by Marek Posolda
parent 9432bd601f
commit 3f8c4e24e2
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
dnf install -y java-17-openjdk-devel crypto-policies-scripts
dnf install -y java-17-openjdk-devel
fips-mode-setup --enable --no-bootcfg
fips-mode-setup --is-enabled
if [ $? -ne 0 ]; then