2024-02-12 20:08:01 +00:00
|
|
|
workspace:
|
|
|
|
base: '/woodpecker'
|
|
|
|
path: '/'
|
|
|
|
|
2024-02-05 11:07:40 +00:00
|
|
|
steps:
|
|
|
|
build_and_release:
|
2024-02-12 20:56:04 +00:00
|
|
|
# image: woodpeckerci/plugin-kaniko:1.1.1
|
|
|
|
image: maltegrosse/plugin-kaniko:latest
|
2024-02-05 11:07:40 +00:00
|
|
|
pull: true
|
2023-01-23 12:47:54 +00:00
|
|
|
settings:
|
2024-02-05 11:07:40 +00:00
|
|
|
registry: git.sandbox.iuk.hdm-stuttgart.de
|
2024-02-05 11:26:48 +00:00
|
|
|
repo: grosse/jupyterlab-datascience
|
2024-02-12 15:11:17 +00:00
|
|
|
INGNORE_VAR_RUN: false
|
2024-02-12 15:08:59 +00:00
|
|
|
cache: false
|
2024-02-12 20:08:01 +00:00
|
|
|
LOG_LEVEL: trace
|
2024-02-12 20:57:51 +00:00
|
|
|
IGNORE_PATH: //lib/firmware/nvidia
|
2024-02-12 21:00:40 +00:00
|
|
|
BUILD_ARGS_FROM_ENV:
|
|
|
|
- "--ignore-path=//lib/firmware/nvidia"
|
2024-02-12 21:04:51 +00:00
|
|
|
- "--ignore-path=/lib/firmware/nvidia"
|
2024-02-12 20:08:01 +00:00
|
|
|
tags:
|
|
|
|
- 4.0.12
|
|
|
|
- latest
|
|
|
|
dockerfile: Dockerfile
|
2024-02-05 11:07:40 +00:00
|
|
|
username:
|
|
|
|
from_secret: docker_username
|
|
|
|
password:
|
2024-02-05 11:12:34 +00:00
|
|
|
from_secret: docker_password
|