fix: 保留runner镜像init入口

This commit is contained in:
AgentRun Codex
2026-07-16 13:29:59 +02:00
parent b1e3f1015a
commit 91e08ac48a
+1 -1
View File
@@ -238,7 +238,7 @@ export function renderRunnerJobManifest(options: RunnerJobRenderOptions): { mani
name: "runner",
image: options.image,
imagePullPolicy: options.imagePullPolicy ?? "IfNotPresent",
command: ["/opt/agentrun/deploy/runtime/boot/agentrun-runner.sh"],
args: ["/opt/agentrun/deploy/runtime/boot/agentrun-runner.sh"],
env,
volumeMounts: [
{ name: "runner-home", mountPath: "/home/agentrun" },