diff --git a/Jenkinsfile b/Jenkinsfile new file mode 100644 index 0000000..16f8dfb --- /dev/null +++ b/Jenkinsfile @@ -0,0 +1,4 @@ +// vim: set sw=4 ts=4 sts=4 et : +@Library('containerimages@testing')_ + +buildContainerImage2(archlist: ['aarch64', 'x86_64']) diff --git a/podTemplate.yaml b/podTemplate.yaml new file mode 100644 index 0000000..99a2e6f --- /dev/null +++ b/podTemplate.yaml @@ -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