if either user or group is missing, the actool validation would remind it's required:
$ actool -debug validate manifest.json
manifest.json: invalid ImageManifest: User is required
manifest.json: invalid ImageManifest: Group is required
Signed-off-by: Derek Ch <crquan@gmail.com>
The "app manifest" is now called "image manifest" and its structure has
changed. Fix that up.
Signed-off-by: Pekka Enberg <penberg@cloudius-systems.com>
The appc spec has moved! Its new home is at https://github.com/appc/spec
This removes the spec (since it has already been migrated), and adds
placeholders linking to the new repo. It also updates rocket to
reference the spec repo _directly_ (i.e. NOT godepped). This means that
people will need to maintain the spec in their gopath for now when
building rocket.