rkt/rkt

store: implement "store-verify", save tar and compression information

Open

#544 opened on 2015年2月20日

GitHub で見る
 (3 comments) (0 reactions) (0 assignees)Go (8,871 stars) (865 forks)batch import
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...
  1. Store the raw tar headers @vbatts has started to implement a library to do this: https://github.com/vbatts/tar-split
  2. 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.

コントリビューターガイド