You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 101-bundle-json.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ A `bundle.json` is broken down into the following categories of information:
26
26
- A list of outputs (name, type and location) that the application produces
27
27
- A set of schema definitions used to validate user input
28
28
29
-
The `bundle.json`is located at `/cnab/bundle.json` in the invocation image's runtime filesystem.
29
+
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.
30
30
31
31
The `bundle.json` is also known as a _thin bundle_. Bundles come in two formats: thick and thin. Read more about thick and thin bundles in the [bundle formats section](104-bundle-formats.md).
0 commit comments