It is recommended to change the calling method of the entrance
Nobody has claimed this yet.
- Dominant language
- Dockerfile
- Stars
- 59
- Forks
- 32
- Avg merge
- 16m
- Merged PRs (30d)
- 1
Description
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with micro-ROS-static-library-builder/Dockerfile and compare its ENTRYPOINT with micro-ROS-Agent/Dockerfile. Reproduce the reported permission failure when running the static-library-builder image, then verify that the entrypoint change allows the Docker container to run correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker
- Domain
- devops
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100