genuinetools / img

Standalone, daemon-less, unprivileged Dockerfile and OCI compatible container image builder.
https://blog.jessfraz.com/post/building-container-images-securely-on-kubernetes/
MIT License
3.88k stars 230 forks source link

Add osusergo build tag #295

Closed fr33jc closed 4 years ago

fr33jc commented 4 years ago

This enables a Go-native os/user which should make binaries built on Ubuntu Bionic (in this case, via travis-ci.org) work on other Linuxes with different syscall ABIs.

Fixes a segfault when cgo is looking up a user.

codecov-commenter commented 4 years ago

Codecov Report

Merging #295 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #295   +/-   ##
======================================
  Coverage    0.00%   0.00%           
======================================
  Files          16      16           
  Lines        1006    1006           
======================================
  Misses       1006    1006           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 38b683a...e6e1556. Read the comment docs.

austinorth commented 4 years ago

Can we get a release tagged with this?