test update
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user