generate relocation map on both push and pull (regarding @glyn's comment about generating the map on push, it can be safely dropped - not entirely sure if it's better to just not return it at all - WDYT?)
store the entire bundle.json file in canonical form
pull bundle.json in canonical form
add a fixup flag for automatically updating the bundle when media type, content digest, and size are missing from an image.
closes #58
Changes in this PR:
push
, it can be safely dropped - not entirely sure if it's better to just not return it at all - WDYT?)bundle.json
file in canonical formbundle.json
in canonical formfixup
flag for automatically updating the bundle when media type, content digest, and size are missing from an image.Thanks to @silvin-lubecki for pairing on this!