Skip to content

Commit abddcdb

Browse files
Document dockerfile manifest field
1 parent c8083e3 commit abddcdb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/content/authoring-bundles.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ We have full [examples](https://github.com/deislabs/porter/tree/master/examples)
1717

1818
## Bundle Metadata
1919

20-
The metadata is defined by the [CNAB Spec](https://github.com/deislabs/cnab-spec/blob/master/101-bundle-json.md).
20+
A lot of the metadata is defined by the [CNAB Spec](https://github.com/deislabs/cnab-spec/blob/master/101-bundle-json.md)
21+
although Porter does have extra fields that are specific to making Porter bundles.
2122

2223
```yaml
2324
name: porter-azure-wordpress
@@ -31,6 +32,8 @@ invocationImage: deislabs/porter-azure-wordpress:latest
3132
* `version`: The version of the bundle, uses [semver](https://semver.org)
3233
* `invocationImage`: The name of the container image to tag the bundle with when it is built. The format is
3334
`REGISTRY/IMAGE:TAG`. Porter will push to this location during `porter build` so select a location that you have access to.
35+
* `dockerfile`: The relative path to a Dockerfile to use as a template during `porter build`. It is your responsibility
36+
to provide a suitable base image, for example one that has root ssl certificates installed.
3437

3538
## Mixins
3639

0 commit comments

Comments
 (0)