File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ We have full [examples](https://github.com/deislabs/porter/tree/master/examples)
17
17
18
18
## Bundle Metadata
19
19
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.
21
22
22
23
``` yaml
23
24
name : porter-azure-wordpress
@@ -31,6 +32,8 @@ invocationImage: deislabs/porter-azure-wordpress:latest
31
32
* `version`: The version of the bundle, uses [semver](https://semver.org)
32
33
* `invocationImage`: The name of the container image to tag the bundle with when it is built. The format is
33
34
` 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.
34
37
35
38
# # Mixins
36
39
You can’t perform that action at this time.
0 commit comments