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

Make OVS_CNI_IMAGE truly optional #683

Merged
merged 1 commit into from
Apr 18, 2024

Commits on Apr 17, 2024

  1. Make OVS_CNI_IMAGE truly optional

    The `hack/env.sh` script expected that `OVS_CNI_IMAGE` is set, and
    exited with an error when it was not. There is no good reason for
    erroring out on missing variable for an optional image. Instead, set the
    variable to empty string when it is unset.
    
    When `SKIP_VAR_SET` is set, the default for `OVS_CNI_IMAGE` remains
    a valid image.
    mandre committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    aa1ba65 View commit details
    Browse the repository at this point in the history