From bf6db0a8d719c80d70b2db7ec4252cdf2a359cc0 Mon Sep 17 00:00:00 2001 From: BAK BYEONG JUN Date: Wed, 9 Apr 2025 03:18:07 +0000 Subject: [PATCH] init --- tasks/git-clone-checkout/task.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/git-clone-checkout/task.yaml b/tasks/git-clone-checkout/task.yaml index 6fa1df3..4ded78b 100644 --- a/tasks/git-clone-checkout/task.yaml +++ b/tasks/git-clone-checkout/task.yaml @@ -60,12 +60,12 @@ spec: - name: gitInitImage description: The image providing the git-init binary that this Task runs. type: string - default: "alpine/git:2.47.2" + default: "bitnami/git:2.48.1-debian-12-r6" - name: userHome description: | Absolute path to the user's home directory. type: string - default: "/git" + default: "/home/git" results: - name: commit description: The precise commit SHA that was fetched by this Task.