wip: ci
ContainerImages/local_exporter/pipeline/head Something is wrong with the build of this commit Details

Dustin 2023-10-04 22:12:26 -05:00
parent 0288ec4198
commit 1334f1174c
2 changed files with 23 additions and 0 deletions

4
Jenkinsfile vendored Normal file
View File

@ -0,0 +1,4 @@
// vim: set sw=4 ts=4 sts=4 et :
@Library('containerimages@testing')_
buildContainerImage2(archlist: ['aarch64', 'x86_64'])

19
podTemplate.yaml Normal file
View File

@ -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