appc/spec

wanted: xz and bzip2 compressors in Go

Open

#14 opened on Dec 9, 2014

View on GitHub
 (19 comments) (0 reactions) (0 assignees)Go (143 forks)github user discovery
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

Contributor guide