From 2d941f13414b70a2657f79ffba3bc74de89ab2ab Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Mon, 1 Dec 2014 10:47:58 -0800 Subject: [PATCH] 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. --- app-container/SPEC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-container/SPEC.md b/app-container/SPEC.md index 7893960..dfdb123 100644 --- a/app-container/SPEC.md +++ b/app-container/SPEC.md @@ -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.