Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused FIPS build targets and Dockerfiles #26859

Merged
merged 2 commits into from
Jun 15, 2023

Commits on Jun 14, 2023

  1. Remove unused FIPS build boxes

    FIPS is only built on amd64, and only on our centos:7 buildboxes.  These
    other dockerfiles and targets are vestigial.  Furthermore, the buildbox
    is a security risk, as ubuntu:18.04 is not supported after 2023-05-31.
    
    If/when we want to support FIPS on ARM, we can build off the centos:7
    infrastructure, or its successor.
    wadells committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    3326606 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c4dc71 View commit details
    Browse the repository at this point in the history