This update for docker-distribution fixes the following issues:
Enable build on %arm (which include armv6), not only on armv7
Enable ppc64le
Use correct URL to project
Remove fillup, we don't ship a sysconfig file
Correct systemd requires
Enable build on ARM
Upgraded to 2.7.1
This release is a special security release to address an issue allowing an attacker to force arbitrarily-sized memory allocations in a registry instance through the manifest endpoint. The problem has been mitigated by limiting the size of reads for image manifest content. Details for mitigation are in 29fa466 Fixes boo#1049850 (CVE-2017-11468) Fixes boo#1033172