cnabio/duffle

Duffle should insert bundle.json at /cnab/bundle.json

astrieanna opened this issue · 0 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 -d docker, there is no file at /cnab/bundle.json. I have not tested with other drivers, but I would not be surprised if none of them do this.

I've also made an issue #123 on cnab-go, since the code change needs to happen on the drivers in cnab-go. I'm creating this issue so that it can be added to Duffle's 1.0 Milestone.

cc @youreddy @glyn