Skip to content

Commit d00391c

Browse files
committed
Try different storage with buildah
Signed-off-by: Martin Basti <[email protected]>
1 parent fa08903 commit d00391c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.tekton/build_and_trigger.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -92,6 +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=fuse-overlayfs"
9597
runAfter:
9698
- calculate-tag
9799
taskRef:

0 commit comments

Comments
 (0)