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

Red Hat Konflux update compliance-operator #630

Merged
merged 2 commits into from
Dec 10, 2024

Commits on Nov 27, 2024

  1. Red Hat Konflux update compliance-operator

    Signed-off-by: red-hat-konflux <[email protected]>
    red-hat-konflux authored and rhmdnd committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    ee089ba View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2024

  1. Update Dockerfile for Konflux

    This change updates the Dockerfile for Konflux in a few ways:
    
    - Use a minimal UBI image for the operator to reduce overall dependencies
    - Remove subscription manager since Konflux has this in place already
      and we don't need to specify it directly
    - Set an appropriate WORKDIR when building images so copies work
      correctly from the builder image
    - Set a default USER_UID in the user_setup script
    - Fix output path in copy commands to point to the correct operator
      binary
    - Add some vertical spacing in Dockerfile to better readability
    rhmdnd committed Dec 10, 2024
    Configuration menu
    Copy the full SHA
    1cb1e98 View commit details
    Browse the repository at this point in the history