mirror of
https://github.com/clearlinux/rkt.git
synced 2026-08-19 05:27:23 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user