This commit is contained in:
병준 박 2025-04-09 03:18:07 +00:00
parent 3dc384df7b
commit bf6db0a8d7

View File

@ -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.