commit 977df070eaebf6afc9df571f62d5e35732acffc9 parent 0f9176924b385f0789462a4eb71b07fe3826c4ad Author: MTRNord <MTRNord@users.noreply.github.com> Date: Thu, 9 Apr 2026 12:16:17 +0200 fix binfmt Signed-off-by: MTRNord <MTRNord@users.noreply.github.com> Diffstat:
| M | apps/talos_cluster/image-builder/buildkitd-statefulset.yaml | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/apps/talos_cluster/image-builder/buildkitd-statefulset.yaml b/apps/talos_cluster/image-builder/buildkitd-statefulset.yaml @@ -52,6 +52,8 @@ spec: readOnly: true - name: containerd-sock mountPath: /run/containerd + - name: binfmt-misc + mountPath: /proc/sys/fs/binfmt_misc volumes: - name: docker-config secret: @@ -63,3 +65,7 @@ spec: hostPath: path: /run/containerd type: Directory + - name: binfmt-misc + hostPath: + path: /proc/sys/fs/binfmt_misc + type: Directory