Skip to content

Fix FIPS docker cleanup cron job

Michael Eddington requested to merge mikeeddington-fips-docker-prune into main

What does this MR do?

Fix issues that prevent docker cleanup from happening.

  • Change image prune to system prune in scripts/create-fips-runner.sh
  • Add the --prune-volumes argument to gitlab-runner/clear-docker-cache
  • Mark script executable

Merge request reports