3.2.1
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
12c8993916
commit
27b3974eaa
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
{"auths":{"":{"auth":"Og=="}}}
|
Loading…
Reference in New Issue