Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Commit

Permalink
Add schemaVersion property to examples
Browse files Browse the repository at this point in the history
Signed-off-by: Radu M <[email protected]>
  • Loading branch information
Radu M authored and glyn committed Jul 26, 2019
1 parent d9231e7 commit 335839b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
5 changes: 3 additions & 2 deletions examples/helloazure/bundle.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"imageType": "azure-image",
"image": "duffle-dev/duffle-vm-example-0.1.1"
}
]
}
],
"schemaVersion": "v1.0.0-WD"
}
7 changes: 4 additions & 3 deletions examples/helloworld/bundle.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"invocationImages": [
{
"image": "deislabs/helloworld-cnab:675c2daf7449ae58927f251acdd88acb9d1e9767",
"imageType":"docker"
"imageType": "docker"
}
],
"keywords": [
Expand All @@ -27,5 +27,6 @@
],
"images": null,
"parameters": null,
"credentials": null
}
"credentials": null,
"schemaVersion": "v1.0.0-WD"
}
5 changes: 3 additions & 2 deletions examples/helloworld/duffle.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@
}
},
"parameters": null,
"credentials": null
}
"credentials": null,
"schemaVersion": "v1.0.0-WD"
}

0 comments on commit 335839b

Please sign in to comment.