mirror of
https://github.com/balkian/jupyterhub-oauth.git
synced 2025-08-29 16:52:21 +00:00
Updated to jupyterhub 0.7.2 to add OAUTH_TLS_VERIFY=0
Also updated oauthenticator and dockerspawner. We had to update to get SSL to ignore self-signed SSL certificates now we are temporarily using self-signed certificates.
This commit is contained in:
7
Makefile
7
Makefile
@@ -1,10 +1,13 @@
|
||||
VERSION=`cat VERSION`
|
||||
REPO="balkian/jupyterhub-oauth"
|
||||
REPO="gsiupm/jupyterhub-oauth"
|
||||
TEST=$(REPO):test-$(VERSION)
|
||||
FINAL=$(REPO):$(VERSION)
|
||||
|
||||
|
||||
build:
|
||||
Dockerfile: Dockerfile.template VERSION
|
||||
cat Dockerfile.template | VERSION=$(VERSION) envsubst > Dockerfile
|
||||
|
||||
build: Dockerfile
|
||||
docker build -t $(TEST) .
|
||||
|
||||
run:
|
||||
|
Reference in New Issue
Block a user