From 27b3974eaae3ced2a57bce54b3a7754f7ae80560 Mon Sep 17 00:00:00 2001 From: Malte Grosse Date: Wed, 31 Jan 2024 15:00:15 +0100 Subject: [PATCH] 3.2.1 --- .woodpecker.yml | 4 +--- Dockerfile | 2 +- config.json | 1 - 3 files changed, 2 insertions(+), 5 deletions(-) delete mode 100644 config.json diff --git a/.woodpecker.yml b/.woodpecker.yml index 603b5ce..a9dd291 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,12 +2,10 @@ steps: build_and_release: image: maltegrosse/plugin-kaniko:latest pull: true -# environment: -# - CTAG="2.0.0," settings: registry: git.sandbox.iuk.hdm-stuttgart.de repo: grosse/jupyterhub - tags: 2.0.0 + tags: 3.2.1 dockerfile: Dockerfile username: from_secret: docker_username diff --git a/Dockerfile b/Dockerfile index 358b44d..ed1c613 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG HUB_IMAGE=jupyterhub/k8s-hub:2.0.0 +ARG HUB_IMAGE=quay.io/jupyterhub/k8s-hub:3.2.1 FROM ${HUB_IMAGE} RUN pip install oauthenticator diff --git a/config.json b/config.json deleted file mode 100644 index 4f5220d..0000000 --- a/config.json +++ /dev/null @@ -1 +0,0 @@ -{"auths":{"":{"auth":"Og=="}}}