cnabio / cnab-go

A Go implementation of CNAB Core 1.0
MIT License
69 stars 37 forks source link

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

Closed astrieanna closed 5 years ago

astrieanna commented 5 years ago

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

youreddy commented 5 years ago

This should be apart of Duffle's 1.0 Milestone.