Use overlay.

This commit is contained in:
Tom Alexander
2026-09-07 18:10:38 -04:00
parent 15142a12dc
commit 64bee2bb1b

View File

@@ -90,7 +90,7 @@ spec:
additional_args=(--source-date-epoch 100
--layers
--storage-driver vfs)
--storage-driver overlay)
if [ -n "\$(find /tekton/creds/.ssh -maxdepth 1 -name 'id_*' -print -quit)" ]; then
eval \$(ssh-agent)
@@ -157,8 +157,8 @@ spec:
# - name: BUILDAH_ISOLATION
# value: chroot
- name: STORAGE_DRIVER
# value: overlay
value: vfs
value: overlay
# value: vfs
- name: read-metadata
image: python:3.13-alpine3.20
workingDir: "$(workspaces.source.path)"