Skip to content

Commit 7f576d3

Browse files
committed
using cache-to and cache-from
1 parent 781ffee commit 7f576d3

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.tekton/buildah-build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ spec:
1414
workspaces:
1515
- name: source
1616
- name: registry
17-
- name: container-storage
18-
mountPath: /var/lib/containers
17+
# - name: container-storage
18+
# mountPath: /var/lib/containers
1919
steps:
2020
# - name: setup-qemu
2121
# image: us.icr.io/ibm-hc4ai-operator/qemu-user-static:latest
@@ -35,7 +35,7 @@ spec:
3535
privileged: true
3636
env:
3737
- name: STORAGE_DRIVER
38-
value: overlay
38+
value: vfs
3939
script: |
4040
#!/bin/sh
4141
set -e

.tekton/pipelinerun.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -326,8 +326,8 @@ spec:
326326
workspace: source
327327
- name: registry
328328
workspace: registry-secret
329-
- name: container-storage
330-
workspace: container-storage
329+
# - name: container-storage
330+
# workspace: container-storage
331331

332332
- name: vulnerability-scan
333333
when:
@@ -608,10 +608,10 @@ spec:
608608
name: noop-task
609609

610610
workspaces:
611-
- name: container-storage
612-
persistentVolumeClaim:
613-
claimName: build-cache-cos
614-
# claimName: buildah-cache-pvc6
611+
# - name: container-storage
612+
# persistentVolumeClaim:
613+
# claimName: build-cache-cos
614+
# # claimName: buildah-cache-pvc6
615615
- name: source
616616
volumeClaimTemplate:
617617
spec:

0 commit comments

Comments
 (0)