fargate 上的 gitlab 运行者

问题描述 投票:0回答:0

我遵循了这里的示例:https://github.com/aws-samples/cdk-fargate-gitlab-runner

而且效果很好。然而,为了使用 gitlab 的任何安全功能,例如 DAST/Dep 扫描等,显然它需要 docker 执行器。

目前我必须使用自定义执行器来处理fargate。

管道中的错误示例:

$ /analyzer run
bash: line 163: /analyzer: No such file or directory
ERRO[2024-05-07T10:03:20Z] Application execution failed PID=xxxxx
error="executing the script on the remote host: executing script on
container with IP \"xxx.xxx.xxx.xxx\": executing script: executing
remote script: executing SSH command: Process exited with status 1"

这不是 SSH 问题。

有人有过这样的经历吗?有什么决议吗?

非常感谢

amazon-web-services gitlab cicd aws-fargate
© www.soinside.com 2019 - 2024. All rights reserved.