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

packages: build Go binaries for FIPS and non-FIPS #3887

Merged
merged 18 commits into from
Apr 30, 2024

Commits on Apr 29, 2024

  1. amazon-ssm-agent: build for FIPS and non-FIPS

    Signed-off-by: Ben Cressey <[email protected]>
    bcressey committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    4fca8e7 View commit details
    Browse the repository at this point in the history
  2. aws-iam-authenticator: build for FIPS and non-FIPS

    Signed-off-by: Ben Cressey <[email protected]>
    bcressey committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    bc40d95 View commit details
    Browse the repository at this point in the history
  3. aws-signing-helper: build for FIPS and non-FIPS

    Signed-off-by: Ben Cressey <[email protected]>
    bcressey committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    fc7157a View commit details
    Browse the repository at this point in the history
  4. cni: simplify go build invocation

    `-buildmode=pie` is now set in GOFLAGS by default.
    
    Signed-off-by: Ben Cressey <[email protected]>
    bcressey committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    2ca4fa1 View commit details
    Browse the repository at this point in the history
  5. cni-plugins: build for FIPS and non-FIPS

    Signed-off-by: Ben Cressey <[email protected]>
    bcressey committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    2ac1f48 View commit details
    Browse the repository at this point in the history
  6. containerd: build for FIPS and non-FIPS

    Signed-off-by: Ben Cressey <[email protected]>
    bcressey committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    f4ff8a0 View commit details
    Browse the repository at this point in the history
  7. docker-cli: build for FIPS and non-FIPS

    Signed-off-by: Ben Cressey <[email protected]>
    bcressey committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    c663004 View commit details
    Browse the repository at this point in the history
  8. docker-engine: build for FIPS and non-FIPS

    Signed-off-by: Ben Cressey <[email protected]>
    bcressey committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    e3af6d9 View commit details
    Browse the repository at this point in the history
  9. ecr-credential-provider: build for FIPS and non-FIPS

    Signed-off-by: Ben Cressey <[email protected]>
    bcressey committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    156e0e7 View commit details
    Browse the repository at this point in the history
  10. ecs-agent: build for FIPS and non-FIPS

    Signed-off-by: Ben Cressey <[email protected]>
    bcressey committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    948e132 View commit details
    Browse the repository at this point in the history
  11. host-ctr: build for FIPS and non-FIPS

    Signed-off-by: Ben Cressey <[email protected]>
    bcressey committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    cd746c3 View commit details
    Browse the repository at this point in the history
  12. kubelet: build for FIPS and non-FIPS

    Signed-off-by: Ben Cressey <[email protected]>
    bcressey committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    ead001c View commit details
    Browse the repository at this point in the history
  13. nvidia-container-toolkit: simplify go build invocation

    `-buildmode=pie` is now set in GOFLAGS by default.
    
    Signed-off-by: Ben Cressey <[email protected]>
    bcressey committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    526540c View commit details
    Browse the repository at this point in the history
  14. nvidia-k8s-device-plugin: build for FIPS and non-FIPS

    Signed-off-by: Ben Cressey <[email protected]>
    bcressey committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    0d47953 View commit details
    Browse the repository at this point in the history
  15. oci-add-hooks: simplify go build invocation

    GOFLAGS is used automatically, and `-buildmode=pie` is the default.
    `-v` and `-x` provide additional output for debugging, but are not
    used in other package specs.
    
    Signed-off-by: Ben Cressey <[email protected]>
    bcressey committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    8f8eff6 View commit details
    Browse the repository at this point in the history
  16. runc: build for FIPS and non-FIPS

    Signed-off-by: Ben Cressey <[email protected]>
    bcressey committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    ad66abd View commit details
    Browse the repository at this point in the history
  17. filesystem: add directories for FIPS binaries

    Signed-off-by: Ben Cressey <[email protected]>
    bcressey committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    2a871a0 View commit details
    Browse the repository at this point in the history
  18. selinux-policy: label FIPS binaries

    Signed-off-by: Ben Cressey <[email protected]>
    bcressey committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    2a0f446 View commit details
    Browse the repository at this point in the history