Add the buildkit-cache workspace at a dummy mount point.
This commit is contained in:
parent
e2ee912556
commit
bfa6d169e3
@ -22,6 +22,11 @@ spec:
|
|||||||
description: Includes credentials for the docker image registry.
|
description: Includes credentials for the docker image registry.
|
||||||
optional: true
|
optional: true
|
||||||
mountPath: /home/user/.docker
|
mountPath: /home/user/.docker
|
||||||
|
- name: buildkit-cache
|
||||||
|
description: For preserving buildkit type=cache mounts between builds.
|
||||||
|
optional: true
|
||||||
|
mountPath: /home/user/.local/share/foo
|
||||||
|
# mountPath: /home/user/.local/share/buildkit
|
||||||
params:
|
params:
|
||||||
- name: OUTPUT
|
- name: OUTPUT
|
||||||
type: string
|
type: string
|
||||||
|
Loading…
x
Reference in New Issue
Block a user