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

fix: use the correct OCI registry environment variables for newer hosts #3

Merged
merged 1 commit into from
Mar 28, 2024

Commits on Mar 28, 2024

  1. fix: use the correct OCI registry environment variables for newer hosts

    In wasmCloud 0.81.0 we deprecated the old `OCI_REGISTRY` variables in
    favor of prefixing them with `WASMCLOUD`. 0.82.0 fully removed those
    variables, so this updates the controller to use the new variables with
    an eye towards wasmCloud 1.0 compatibility.
    
    Signed-off-by: Dan Norris <protochron@users.noreply.github.com>
    protochron committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    debadb3 View commit details
    Browse the repository at this point in the history