2024-02-05 11:07:40 +00:00
|
|
|
steps:
|
|
|
|
build_and_release:
|
2024-02-19 10:03:30 +00:00
|
|
|
image: maltegrosse/woodpecker-buildah:0.0.9
|
2024-02-05 11:07:40 +00:00
|
|
|
pull: true
|
2024-02-19 11:58:24 +00:00
|
|
|
environment:
|
2024-02-19 12:15:02 +00:00
|
|
|
- BUILDAH_ISOLATION=chroot
|
2024-02-15 12:32:40 +00:00
|
|
|
settings:
|
|
|
|
registry: git.sandbox.iuk.hdm-stuttgart.de
|
|
|
|
repository: grosse/jupyterlab-datascience
|
|
|
|
tag: 4.0.12c
|
2024-02-19 12:05:44 +00:00
|
|
|
architectures: aarch64 amd64
|
2024-02-15 12:32:40 +00:00
|
|
|
context: Dockerfile
|
2024-02-15 14:24:30 +00:00
|
|
|
imagename: jupyterlab-datascience
|
2024-02-15 12:32:40 +00:00
|
|
|
username:
|
|
|
|
from_secret: docker_username
|
|
|
|
password:
|
2024-02-19 12:34:51 +00:00
|
|
|
from_secret: docker_password
|
2024-02-19 13:01:56 +00:00
|
|
|
buildargs: "-f"
|
2024-02-19 12:34:51 +00:00
|
|
|
backend_options:
|
|
|
|
kubernetes:
|
|
|
|
securityContext:
|
|
|
|
capabilities:
|
2024-02-19 12:37:30 +00:00
|
|
|
add:
|
|
|
|
- 'SYS_ADMIN'
|
|
|
|
privileged: true
|