Skip to content

Commit 00b961f

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.tekton/build_and_trigger.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ spec:
9393
- name: DOCKERFILE
9494
value: $(workspaces.source.path)/$(params.dockerfile)
9595
- name: BUILD_EXTRA_ARGS
96-
value: "--storage-driver=overlayfs"
96+
value: "--storage-driver=overlayfs2"
9797
runAfter:
9898
- calculate-tag
9999
taskRef:

0 commit comments

Comments
 (0)