Skip to content

Commit 8fc5cb9

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

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.tekton/build_and_trigger.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,10 @@ 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+
podTemplate:
96+
envs:
97+
name: STORAGE_DRIVER
98+
value: overlayfs2
9799
runAfter:
98100
- calculate-tag
99101
taskRef:

0 commit comments

Comments
 (0)