This release modifies deploy.sh
and the "Deploy to Azure" button such that a user can make a choice between Docker Hub and Azure Container Registry for the deployed BinderHub to store images in. The choice is made by setting the container_registry
(in config.json
; CONTAINER_REGISTRY
for container mode) variable to either dockerhub
or azurecr
.
Assets
2
sgibson91
released this
This is version 1 of a project to automatically deploy a BinderHub to Azure cloud through a set of shell scripts or a "Deploy to Azure" button feature. The scripts ensure all the required command line interfaces are installed, then deploys a Kubernetes cluster and the BinderHub Helm Chart on Azure from a configuration defined in the config.json
file. Some extra scripts are provided to easily access information and logs from the BinderHub, deploy upgrades or tear down the BinderHub. When the "Deploy to Azure" button is used, a container is spun up which executes the deployment process and pushes logs and relevant files to blob storage.