wip: ci
ContainerImages/local_exporter/pipeline/head There was a failure building this commit
Details
ContainerImages/local_exporter/pipeline/head There was a failure building this commit
Details
parent
0288ec4198
commit
84d757bc9e
|
@ -0,0 +1,4 @@
|
||||||
|
// vim: set sw=4 ts=4 sts=4 et :
|
||||||
|
@Library('containerimages@testing')
|
||||||
|
|
||||||
|
buildContainerImage2(archlist: ['aarch64', 'x86_64'])
|
|
@ -0,0 +1,19 @@
|
||||||
|
spec:
|
||||||
|
containers:
|
||||||
|
- name: buildah
|
||||||
|
image: quay.io/containers/buildah
|
||||||
|
command:
|
||||||
|
- cat
|
||||||
|
stdin: true
|
||||||
|
tty: true
|
||||||
|
securityContext:
|
||||||
|
capabilities:
|
||||||
|
add:
|
||||||
|
- SYS_ADMIN
|
||||||
|
- MKNOD
|
||||||
|
- SYS_CHROOT
|
||||||
|
- SETFCAP
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
github.com/fuse: 1
|
||||||
|
hostUsers: false
|
Loading…
Reference in New Issue