dogtagpki / jss

Network Security Services for Java is a Java interface to NSS
https://dogtagpki.github.io/jss
19 stars 30 forks source link

Fix BASE_IMAGE param #990

Closed edewata closed 8 months ago

edewata commented 8 months ago

The tests in GitHub and Azure DevOps have been modified to run using the latest Fedora by default, but it can be changed using the BASE_IMAGE param.

The GitHub tests have also been updated to reuse the images created by the build workflow. The build workflow has also been modified to store the images in a single cache instead of separate caches.

The runner-init.sh has been modified to use a positional argument to specify the container name and use jss-runner image by default.

https://github.com/dogtagpki/pki/wiki/Configuring-Test-OS

sonarcloud[bot] commented 8 months ago

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

edewata commented 8 months ago

I think the Rawhide build failure is caused by NSS changes on Rawhide (issue https://github.com/dogtagpki/jss/issues/991), not by this PR.

edewata commented 8 months ago

@fmarco76 Thanks!