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

NO-JIRA: Issue #362: feat(nbcs): build containers to be fips-ready #406

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 2, 2024

  1. Issue opendatahub-io#362: feat(nbcs): build containers to be fips-ready

    This takes inspiration from:
    
    * The Notebooks 2.0 Dockerfile, which comes from a default recent Kubebuilder template, at
    https://github.com/kubeflow/notebooks/blob/notebooks-v2/workspaces/controller/Dockerfile
    
    * The Red Hat build Dockerfile (that's the Cachito part) in an internal repository.
    
    This change brings multiple improvements:
    
    1. Dockerfiles are brought closer together, especially to the Red Hat build; previously, sourcing things in a stand-alone RUN command had no effect
    2. The openssl fips-compatible library is linked into the manager binaries, to proactively address fips concerns
    jiridanek committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    0400fc3 View commit details
    Browse the repository at this point in the history