It is recommended to change the calling method of the entrance
还没有人认领这个 Issue。
- 主要语言
- Dockerfile
- 星标
- 59
- 派生
- 32
- 平均合并
- 16 分钟
- 30 天内合并 PR
- 1
描述
https://github.com/micro-ROS/docker/blob/iron/micro-ROS-static-library-builder/Dockerfile
In micro-ROS-static-library-builder is :
`ENTRYPOINT ["/entrypoint.sh"]`
It should be changed to the following link:
https://github.com/micro-ROS/docker/blob/iron/micro-ROS-Agent/Dockerfile
In micro-ROS-Agent is:
`ENTRYPOINT ["/bin/sh", "/micro-ros_entrypoint.sh"]`
The above micro-ROS-static-library-builder example will have permission issues, causing it to not work properly when running docker.
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从 micro-ROS-static-library-builder/Dockerfile 开始,并将其 ENTRYPOINT 与 micro-ROS-Agent/Dockerfile 中的 ENTRYPOINT 进行比较。重现运行 static-library-builder 镜像时报告的权限失败,然后验证对 entrypoint 的更改是否允许 Docker 容器正常运行。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- docker
- 领域
- devops
- Issue 类型
- 缺陷
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 描述清楚
- 新手友好度
- 45/100