Skip to content

Commit 3da3743

Browse files
committed
env storage with buildah - overlay
Signed-off-by: Martin Basti <[email protected]>
1 parent 53fb624 commit 3da3743

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.tekton/build_and_trigger.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ spec:
9292
value: $(params.builder-image)
9393
- name: DOCKERFILE
9494
value: $(workspaces.source.path)/$(params.dockerfile)
95-
- name: BUILD_EXTRA_ARGS
96-
value: "--storage-driver=vfs"
95+
- name: STORAGE_DRIVER
96+
value: "overlay"
9797
runAfter:
9898
- calculate-tag
9999
taskRef:

0 commit comments

Comments
 (0)