From 433bfe7b6ccb14baef3c1ad679eaea6f21a5dc28 Mon Sep 17 00:00:00 2001 From: Timofei Larkin Date: Tue, 24 Jun 2025 13:00:49 +0400 Subject: [PATCH] Save image list outside of sandbox Because the sandbox is torn down after successful tests Signed-off-by: Timofei Larkin --- packages/core/testing/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/testing/Makefile b/packages/core/testing/Makefile index e5101cd2..bce8ffda 100755 --- a/packages/core/testing/Makefile +++ b/packages/core/testing/Makefile @@ -69,7 +69,7 @@ apply: delete -e TALOSCONFIG=/workspace/talosconfig \ -e KUBECONFIG=/workspace/kubeconfig \ -e SANDBOX_NAME=${SANDBOX_NAME} \ - -v /tmp/${SANDBOX_NAME}:/workspace/hosttmp \ + -v /tmp:/workspace/hosttmp \ "$$(yq .e2e.image values.yaml)" \ --timeout 30m docker cp "${ROOT_DIR}" "${SANDBOX_NAME}":/workspace