From 02cea055d945b2d54dcb94231d9f372b40ef92e4 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 22 May 2026 14:26:16 +0000 Subject: [PATCH 1/2] Initial plan From 49f2f09e53f0a88dbb8f5918a4441aea39df591d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 22 May 2026 14:32:25 +0000 Subject: [PATCH 2/2] fix: remove unused export from ProbeResult interface in dind-probe.ts --- src/dind-probe.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dind-probe.ts b/src/dind-probe.ts index f74030e0..7705a140 100644 --- a/src/dind-probe.ts +++ b/src/dind-probe.ts @@ -34,7 +34,7 @@ const DOCKER_PING_TIMEOUT_MS = 5000; /** Lightweight image for the probe — busybox is smaller than alpine */ const PROBE_IMAGE = 'busybox:latest'; -export interface ProbeResult { +interface ProbeResult { /** The detected prefix, or undefined if filesystem is shared or undetectable */ prefix: string | undefined; /** Whether the probe detected a split filesystem */