app-container: update SPEC on filesets

Originally we thought that this would be used for making correctly
hashed ACI reassembly possible but we realized that if you are storing
the on-disk ACI then you can also store the ordered list too; for later
verification against a key.
This commit is contained in:
Brandon Philips
2014-12-01 10:47:58 -08:00
parent 10ff65e9d6
commit 2d941f1341
+1 -1
View File
@@ -572,4 +572,4 @@ JSON Schema for the App Image Manifest
* **hash** content hash of the fileset
* **name** name of the app
* **root** the place in this filesets hierarchy that the dependent rootfs should be placed
* **files** ordered list of files that exist in this fileset. Ordering matters as it is the order items should be added to the tar file for hashing.
* **files** whitelist of files that should exist on-disk for this fileset. This is only required if you have dependent filesets and want to remove files from those filesets before running the container.