Compare commits
No commits in common. "bfa6d169e3c9a30866ad2b6a8d8c132aebc21f82" and "7ee31a185243ee6da13dcd26a592c585b64c80e5" have entirely different histories.
bfa6d169e3
...
7ee31a1852
@ -22,11 +22,6 @@ 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
|
||||||
@ -93,7 +88,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/buildkittwo
|
mountPath: /home/user/.local/share/buildkit
|
||||||
- name: buildkitd-toml
|
- name: buildkitd-toml
|
||||||
mountPath: /home/user/.config/buildkit
|
mountPath: /home/user/.config/buildkit
|
||||||
securityContext:
|
securityContext:
|
||||||
@ -118,7 +113,7 @@ spec:
|
|||||||
- $(params.EXTRA_ARGS)
|
- $(params.EXTRA_ARGS)
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: buildkitd
|
- name: buildkitd
|
||||||
mountPath: /home/user/.local/share/buildkittwo
|
mountPath: /home/user/.local/share/buildkit
|
||||||
- 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