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

Build operator with rules_docker instead of containerfile #944

Merged
merged 1 commit into from
Jun 21, 2024

Commits on Jun 21, 2024

  1. Build operator with rules_docker instead of containerfile

    We cannot push the operator image with recent images of Ubuntu in GitHub
    actions because recent versions of Docker create the image differently
    and as a result, they cannot be pushed to quay.io. Thus, replacing the
    way we build the operator image to match how other images are built and
    this way, we are able to push the image to quay.io.
    
    Signed-off-by: Arik Hadas <[email protected]>
    ahadas committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    b2efe21 View commit details
    Browse the repository at this point in the history