wip: ci
ContainerImages/local_exporter/pipeline/head This commit looks good Details

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

3
Jenkinsfile vendored Normal file
View File

@ -0,0 +1,3 @@
// vim: set sw=4 ts=4 sts=4 et :
buildContainerImage2(archlist: ['arm64', 'amd64'])

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