rkt/rkt
GitHub で見るstore: implement "store-verify", save tar and compression information
Open
#544 opened on 2015年2月20日
component/storehelp wanted
説明
Rocket should store the compression and tar headers along with the original filesystem in the store. This way the user can verify the crypto hash at anytime. Desired example use case:
$ rkt store-verify
example.com/foobar expected ID c830f... got a839f...
- Store the raw tar headers @vbatts has started to implement a library to do this: https://github.com/vbatts/tar-split
- Store the compression headers, this will be part of the work that @pbx0 is doing with gzip
As a bonus we should store the original signatures and verify against those too.