Reduce func-utils image size by inlining dependencies
Open
@matejvasek is already working on this.
Since Mar 24, 2026.
- Dominant language
- Go
- Stars
- 365
- Forks
- 223
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 25
Description
The func-utils image currently depends on external programs (sh, socat,
tar). Integrating this functionality directly into the func-utils
binary would allow the image to be based on a minimal base (e.g.
ubi-micro), significantly reducing image size and attack surface.
Related: SRVOCF-635
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.
Assessment
This issue has not been assessed yet.