From 84d757bc9e63848a21826305425a81013fcd889b Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Wed, 4 Oct 2023 22:12:26 -0500 Subject: [PATCH] wip: ci --- Jenkinsfile | 4 ++++ podTemplate.yaml | 19 +++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 Jenkinsfile create mode 100644 podTemplate.yaml diff --git a/Jenkinsfile b/Jenkinsfile new file mode 100644 index 0000000..23c9bc9 --- /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