containerd-packaging
containerd-packaging copied to clipboard
Add target for static builds
Follow-up to https://github.com/docker/containerd-packaging/pull/154 fixes / addresses https://github.com/docker/packaging/issues/328
See individual commits for details
Failing on CentOS 8;
#24 16.60 No match for argument: glibc-static
#24 16.61 Error: Unable to find a match: glibc-static
Looks like that needs to have the PowerTools repository enabled; https://stackoverflow.com/a/60240769/1811501
opened https://github.com/docker/containerd-packaging/pull/244 to fix the centos 8 builds. Will rebase this PR once that's merged