init
This commit is contained in:
parent
212be47ed8
commit
fc9bf45e70
@ -83,15 +83,15 @@ spec:
|
|||||||
|
|
||||||
- name: kaniko-build
|
- name: kaniko-build
|
||||||
image: gcr.io/kaniko-project/executor:v1.23.2
|
image: gcr.io/kaniko-project/executor:v1.23.2
|
||||||
workingDir: /workspace/source
|
workingDir: /workspace/source/$(params.subdirectory)
|
||||||
env:
|
env:
|
||||||
- name: DOCKER_CONFIG
|
- name: DOCKER_CONFIG
|
||||||
value: /tekton/home/.docker
|
value: /tekton/home/.docker
|
||||||
command:
|
command:
|
||||||
- /kaniko/executor
|
- /kaniko/executor
|
||||||
args:
|
args:
|
||||||
- --dockerfile=$(params.subdirectory)/$(params.dockerfile)
|
- --dockerfile=$(params.dockerfile)
|
||||||
- --context=$(params.subdirectory)/$(params.context)
|
- --context=$(params.context)
|
||||||
- --destination=$(params.imageName):$(params.tag)
|
- --destination=$(params.imageName):$(params.tag)
|
||||||
- --skip-tls-verify
|
- --skip-tls-verify
|
||||||
- --verbosity=info
|
- --verbosity=info
|
||||||
|
Loading…
x
Reference in New Issue
Block a user