Remove buildkitd mount.
The tmpfs mount is causing error: filesystem error: cannot rename: Invalid cross-device link [/nix/store/jhgx51j6f15drbmxia2zdkvakhixvh5z-organic_ast_explorer-0.0.0-npm-deps.tmp] [/nix/store/jhgx51j6f15drbmxia2zdkvakhixvh5z-organic_ast_explorer-0.0.0-npm-deps]
This commit is contained in:
@@ -56,8 +56,6 @@ spec:
|
|||||||
description: Full URL to the docker image.
|
description: Full URL to the docker image.
|
||||||
type: array
|
type: array
|
||||||
volumes:
|
volumes:
|
||||||
- name: buildkitd
|
|
||||||
emptyDir: {}
|
|
||||||
- name: buildkitd-toml
|
- name: buildkitd-toml
|
||||||
emptyDir: {}
|
emptyDir: {}
|
||||||
- name: metadata-out
|
- name: metadata-out
|
||||||
@@ -86,8 +84,6 @@ spec:
|
|||||||
EOF
|
EOF
|
||||||
chmod +x /home/user/.config/buildkit/entrypoint.sh
|
chmod +x /home/user/.config/buildkit/entrypoint.sh
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: buildkitd
|
|
||||||
mountPath: /home/user/.local/share/buildkit
|
|
||||||
- name: buildkitd-toml
|
- name: buildkitd-toml
|
||||||
mountPath: /home/user/.config/buildkit
|
mountPath: /home/user/.config/buildkit
|
||||||
securityContext:
|
securityContext:
|
||||||
@@ -111,8 +107,6 @@ spec:
|
|||||||
- /home/user/.metadata/build.json
|
- /home/user/.metadata/build.json
|
||||||
- $(params.EXTRA_ARGS)
|
- $(params.EXTRA_ARGS)
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: buildkitd
|
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user