area/spechelp wanted
Repository metrics
- Stars
- (1,253 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
From @philips on December 2, 2014 0:0
Currently ACI's can be compressed with xz or bzip2 but actool build can only do gzip compression because Go libraries don't exist for xz or bzip2.
This feature would require implementing these specs in pure-go. Shelling out or linking to a C library won't fix this bug.
Copied from original issue: coreos/rocket#143