mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-25 16:42:34 +00:00
Change container image in FIPS tests to ubi9
Closes https://github.com/keycloak/keycloak/issues/12422
This commit is contained in:
2
.github/scripts/run-fips-it.sh
vendored
2
.github/scripts/run-fips-it.sh
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user