test update

This commit is contained in:
2025-08-04 17:49:29 +09:00
parent 37b2474419
commit dd246f156b
3 changed files with 205 additions and 0 deletions

View File

@ -5,6 +5,9 @@ metadata:
name: build-docker-image
namespace: tekton-demo
spec:
# volumes 미지원으로 인한 마운트위한 정보
workspaces:
- name: docker-config
params:
- name: git-url
type: string
@ -27,6 +30,9 @@ spec:
env:
- name: DOCKER_CONFIG
value: /tekton/home/.docker/
volumeMounts:
- name: harbor-dockerconfig
mountPath: /tekton/home/.docker/
args:
- --dockerfile=/workspace/source/Dockerfile
- --context=/workspace/source