cnabio/cnab-go

Runtimes should insert bundle contents at `/cnab/bundle.json`

Closed this issue · 1 comments

In the cnab-spec, it says:

The bundle definition is made accessible from inside the invocation image in order to allow the run tool to reference information in the file. The bundle.json MUST be mounted to /cnab/bundle.json.

When I run duffle install mybundle.json --bundle-is-file, there is no file at /cnab/bundle.json.

cc @youreddy

This should be apart of Duffle's 1.0 Milestone.