最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

github - How should I fix the Node20 problem with running jobs in a container? - Stack Overflow

programmeradmin0浏览0评论

I am trying to run a workflow on Github Action, with job in a custom container.

All works well until I try using Action depending on Node, where I get the error:

OCI runtime exec failed: exec failed: unable to start container process: exec: "/__e/node20/bin/node": stat /__e/node20/bin/node: no such file or directory: unknown

After more research, I found multiple topic talking about simular issues.

From what I understand, it appears this is due to problem with dynamic linking of NodeJs with some libs on the host.

Ok cool, but, how do I fix that? Is there a base Docker image that do not have this issue?

I tried building my container over official Node image "FROM node:20", but still same issue.

发布评论

评论列表(0)

  1. 暂无评论