From 5f83a3aac8b925cc5c612119d7fb388dead81798 Mon Sep 17 00:00:00 2001 From: Ludovic Henry Date: Mon, 27 Apr 2026 12:36:42 +0200 Subject: [PATCH] Update documentation to reflect current state MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Drop the dind-image-cache initContainer. The dind tag is no longer published — it was merged into the unified runner image in riscv-runner-images@e3d0899, so the cache pull was failing silently. The ubuntu-24.04 image cache is sufficient now that it bundles dockerd and containerd. Co-Authored-By: Claude Opus 4.7 (1M context) --- k8s-ds-device-plugin.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/k8s-ds-device-plugin.yaml b/k8s-ds-device-plugin.yaml index c03b20e..a9f3861 100644 --- a/k8s-ds-device-plugin.yaml +++ b/k8s-ds-device-plugin.yaml @@ -29,10 +29,6 @@ spec: image: rg.fr-par.scw.cloud/funcscwriseriscvrunnerappqdvknz9s/riscv-runner:ubuntu-24.04-${TAG} imagePullPolicy: Always command: ["true"] - - name: dind-image-cache - image: rg.fr-par.scw.cloud/funcscwriseriscvrunnerappqdvknz9s/riscv-runner:dind-${TAG} - imagePullPolicy: Always - command: ["true"] containers: - name: device-plugin image: rg.fr-par.scw.cloud/funcscwriseriscvrunnerappqdvknz9s/riscv-runner:device-plugin-${TAG}