jupyterlab-datascience/.woodpecker.yml

25 lines
659 B
YAML

steps:
build_and_release:
image: maltegrosse/woodpecker-buildah:0.0.9
pull: true
environment:
- BUILDAH_ISOLATION=chroot
settings:
registry: git.sandbox.iuk.hdm-stuttgart.de
repository: grosse/jupyterlab-datascience
tag: 4.0.12c
architectures: aarch64 amd64
context: Dockerfile
imagename: jupyterlab-datascience
username:
from_secret: docker_username
password:
from_secret: docker_password
buildargs: "-f"
backend_options:
kubernetes:
securityContext:
capabilities:
add:
- 'SYS_ADMIN'
privileged: true