From bb3c197635e9a873282114459f10f2356801e361 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 | 3 +++ podTemplate.yaml | 19 +++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 Jenkinsfile create mode 100644 podTemplate.yaml diff --git a/Jenkinsfile b/Jenkinsfile new file mode 100644 index 0000000..7e96586 --- /dev/null +++ b/Jenkinsfile @@ -0,0 +1,3 @@ +// vim: set sw=4 ts=4 sts=4 et : + +buildContainerImage2(archlist: ['arm64', 'amd64']) 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