You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to to use an Azure Container Registry instead of GCR. Binder instructions (2.3) require JSON from GCR that I obviously don't have.
Looking into the code I see helm creates a binder-secret that holds the JSON and all the code seems to need is the username/password. Seems like using a kubernetes docker-registry secret can make the code provider agnostic?
I can take a shot at a PR if this sounds reasonable?
The text was updated successfully, but these errors were encountered:
I want to to use an Azure Container Registry instead of GCR. Binder instructions (2.3) require JSON from GCR that I obviously don't have.
Looking into the code I see helm creates a binder-secret that holds the JSON and all the code seems to need is the username/password. Seems like using a kubernetes docker-registry secret can make the code provider agnostic?
I can take a shot at a PR if this sounds reasonable?
The text was updated successfully, but these errors were encountered: