From a9dc00d8f1bea2acebbbe8445ce2a5be423afd6c Mon Sep 17 00:00:00 2001 From: jeanjerome Date: Mon, 28 Aug 2023 00:21:12 +0200 Subject: [PATCH] ref(15): Start testing wild integration with Jenkins --- resources/config/k8s/containers-init.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/config/k8s/containers-init.yaml b/resources/config/k8s/containers-init.yaml index 4791b15..74fd710 100644 --- a/resources/config/k8s/containers-init.yaml +++ b/resources/config/k8s/containers-init.yaml @@ -4,7 +4,7 @@ metadata: spec: containers: - name: 'bash' - image: bash:5.2 + image: scalastic/wild command: - cat tty: true