Merge pull request #374 from pikasTech/fix/372-runner-entrypoint
Pipelines as Code CI / agentrun-nc01-release-ci-c88661566a9e0379fa4afad1ccb1aab030912c29 Success
Pipelines as Code CI / agentrun-nc01-release-ci-c88661566a9e0379fa4afad1ccb1aab030912c29 Success
fix: 保留 runner 镜像 init 入口
This commit is contained in:
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user