Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Platform api changes to support phase 2 of Dockerfiles implementation #320

Merged
merged 8 commits into from
Oct 31, 2022
Prev Previous commit
Next Next commit
Add build-imag to analyzed.toml
Signed-off-by: Natalie Arellano <narellano@vmware.com>
  • Loading branch information
natalieparellano committed Oct 21, 2022
commit 4864b74f7777b17770833bfc6bb2e318f182e7a1
5 changes: 4 additions & 1 deletion platform.md
Original file line number Diff line number Diff line change
@@ -526,7 +526,7 @@ Usage:

##### Outputs

In addition to the outputs enumerated below, outputs produced by `extender` include those produced by `builder` - as the lifecycle will run the `build` phase after extending the build image. When using the `extender` platforms MUST skip the `builder` and proceed to the `exporter`.
In addition to the outputs enumerated below, outputs produced by `extender` include those produced by `builder` - as the lifecycle will run the `build` phase after extending the build image. When using the `extender` platforms MUST skip the `builder` and proceed to the `exporter`.

| Output | Description |
|-----------------|----------------------------------------|
@@ -1018,6 +1018,9 @@ For more information on build reproducibility see [https://reproducible-builds.o

[run-image]
reference = "<image reference>"

[build-image]
reference = "<image reference>"
```

Where: