actions / actions/runner-container-hooks
[docs] Dependencies are not clear on container
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 153
- Forks
- 112
- Avg merge
- 6m
- Merged PRs (30d)
- 1
Description
The dependencies are not clear on the container, the documentation states
- Container actions will have to specify the entrypoint, since the default entrypoint will be overridden to run the commands from the workflow.
- Container actions need to have the following binaries in their container image:
sh,env,tail.
However, with the new implementation, it needs to have a GNU compatible stat a GNU compatible find, cp, exec, mkdir, and tar AFAIK. It would be nice to mention this in the documentation. Especially since it is a type of breaking change
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 packages/k8s/README.md at the linked lines 43-44 and compare the documented container requirements with the dependencies listed in the issue. Update the documentation to include the additional required binaries and clarify the breaking change, then verify that the README accurately describes the current requirements.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 78/100