Compare commits
2 Commits
7ee31a1852
...
bfa6d169e3
Author | SHA1 | Date | |
---|---|---|---|
![]() |
bfa6d169e3 | ||
![]() |
e2ee912556 |
@ -22,6 +22,11 @@ spec:
|
||||
description: Includes credentials for the docker image registry.
|
||||
optional: true
|
||||
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:
|
||||
- name: OUTPUT
|
||||
type: string
|
||||
@ -88,7 +93,7 @@ spec:
|
||||
chmod +x /home/user/.config/buildkit/entrypoint.sh
|
||||
volumeMounts:
|
||||
- name: buildkitd
|
||||
mountPath: /home/user/.local/share/buildkit
|
||||
mountPath: /home/user/.local/share/buildkittwo
|
||||
- name: buildkitd-toml
|
||||
mountPath: /home/user/.config/buildkit
|
||||
securityContext:
|
||||
@ -113,7 +118,7 @@ spec:
|
||||
- $(params.EXTRA_ARGS)
|
||||
volumeMounts:
|
||||
- name: buildkitd
|
||||
mountPath: /home/user/.local/share/buildkit
|
||||
mountPath: /home/user/.local/share/buildkittwo
|
||||
- name: buildkitd-toml
|
||||
mountPath: /home/user/.config/buildkit
|
||||
readOnly: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user