Merge pull request #374 from pikasTech/fix/372-runner-entrypoint
Pipelines as Code CI / agentrun-nc01-release-ci-c88661566a9e0379fa4afad1ccb1aab030912c29 Success

fix: 保留 runner 镜像 init 入口
This commit is contained in:
Lyon
2026-07-16 19:30:25 +08:00
committed by GitHub
+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" },