From 8f46aae89b16abe5cbbe97b93dfa9ae2814e8ffd Mon Sep 17 00:00:00 2001
From: Varac <varac@varac.net>
Date: Thu, 24 Jun 2021 14:16:59 +0200
Subject: [PATCH] Pin kaniko version

---
 .gitlab/ci_templates/kaniko.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab/ci_templates/kaniko.yml b/.gitlab/ci_templates/kaniko.yml
index 93dfd3654..fd5b37918 100644
--- a/.gitlab/ci_templates/kaniko.yml
+++ b/.gitlab/ci_templates/kaniko.yml
@@ -17,7 +17,7 @@
   image:
     # We need a shell to provide the registry credentials, so we need to use the
     # kaniko debug image (https://github.com/GoogleContainerTools/kaniko#debug-image)
-    name: gcr.io/kaniko-project/executor:debug
+    name: gcr.io/kaniko-project/executor:v1.6.0-debug
     entrypoint: [""]
   script:
     - mkdir -p /kaniko/.docker/
-- 
GitLab