From c748e19236bb4668992e9337ff09cbe562622f13 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Wed, 21 Dec 2022 10:07:57 -0600 Subject: [PATCH] ci: Switch buildroot container image registry.pyrocufflink.blue is going away and all container images hosted there are moving to Gitea. --- ci/podTemplate.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/ci/podTemplate.yaml b/ci/podTemplate.yaml index 3a930b8..f4b0df1 100644 --- a/ci/podTemplate.yaml +++ b/ci/podTemplate.yaml @@ -3,13 +3,7 @@ spec: fsGroup: 1000 containers: - name: buildroot - image: registry.pyrocufflink.blue/buildroot - command: - - sleep - - infinity - env: - - name: HOME - value: /home/jenkins + image: git.pyrocufflink.net/containerimages/buildroot volumeMounts: - name: tmp mountPath: /tmp