From ab9bf5311b729fd9e5f678e0c2ed968636898025 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Mon, 1 Aug 2022 18:38:57 -0500 Subject: [PATCH] fixup-container-build --- ci/podTemplate.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ci/podTemplate.yaml b/ci/podTemplate.yaml index 154b1d7..da4806c 100644 --- a/ci/podTemplate.yaml +++ b/ci/podTemplate.yaml @@ -27,3 +27,11 @@ spec: securityContext: readOnlyRootFilesystem: true runAsUser: 1000 + - name: podman + image: quay.io/containers/podman:v3.4 + command: + - sleep + - infinity + securityContext: + privileged: true + runAsUser: 1000