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 - name: gitInitImage
description: The image providing the git-init binary that this Task runs. description: The image providing the git-init binary that this Task runs.
type: string type: string
default: "alpine/git:2.47.2" default: "bitnami/git:2.48.1-debian-12-r6"
- name: userHome - name: userHome
description: | description: |
Absolute path to the user's home directory. Absolute path to the user's home directory.
type: string type: string
default: "/git" default: "/home/git"
results: results:
- name: commit - name: commit
description: The precise commit SHA that was fetched by this Task. description: The precise commit SHA that was fetched by this Task.