From 411c49af8c87457f9039097ad562b02d1cf99ab9 Mon Sep 17 00:00:00 2001 From: Erik Brakkee Date: Thu, 13 Oct 2022 13:02:56 +0200 Subject: [PATCH] renamed build container to buildjava8 --- resources/podtemplates/java8.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/podtemplates/java8.yaml b/resources/podtemplates/java8.yaml index e28fafb..f7e9ffa 100644 --- a/resources/podtemplates/java8.yaml +++ b/resources/podtemplates/java8.yaml @@ -3,7 +3,7 @@ kind: Pod spec: containers: - name: java8 - image: cat.wamblee.org/java8:latest + image: cat.wamblee.org/buildjava8:latest command: ["tail", "-f", "/dev/null"] imagePullPolicy: Always volumeMounts: -- 2.31.1