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