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