rem cap
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
96ce47d1c9
commit
aa7396ce92
|
@ -1,9 +1,6 @@
|
||||||
steps:
|
steps:
|
||||||
build_and_release:
|
build_and_release:
|
||||||
image: maltegrosse/woodpecker-buildah:0.0.9
|
image: maltegrosse/woodpecker-buildah:0.0.9
|
||||||
pull: true
|
|
||||||
environment:
|
|
||||||
- BUILDAH_ISOLATION=chroot
|
|
||||||
settings:
|
settings:
|
||||||
registry: git.sandbox.iuk.hdm-stuttgart.de
|
registry: git.sandbox.iuk.hdm-stuttgart.de
|
||||||
repository: grosse/jupyterlab-datascience
|
repository: grosse/jupyterlab-datascience
|
||||||
|
@ -16,10 +13,3 @@ steps:
|
||||||
password:
|
password:
|
||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
buildargs: "-f"
|
buildargs: "-f"
|
||||||
backend_options:
|
|
||||||
kubernetes:
|
|
||||||
securityContext:
|
|
||||||
capabilities:
|
|
||||||
add:
|
|
||||||
- 'SYS_ADMIN'
|
|
||||||
privileged: true
|
|
Loading…
Reference in New Issue