Skip to content

Commit

Permalink
Merge pull request #324 from buildpacks/clarify-skip-restore-2
Browse files Browse the repository at this point in the history
Makes creator spec internally consistent
  • Loading branch information
natalieparellano authored Oct 31, 2022
2 parents ff4a5df + 73c62df commit 25fb1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ Running `creator` SHALL be equivalent to running `detector`, `analyzer`, `restor
| `<skip-restore>` | `CNB_SKIP_RESTORE` | `false` | Prevent buildpacks from reusing layers from previous builds, by skipping the restoration of any data to each buildpack's layers directory, with the exception of `store.toml`.
| `<tag>...` | | | Additional tag to apply to exported image

- **If** `<skip-restore>` is `true` the `creator` SHALL skip sbom layer restoration and skip the entire Restore phase.
- **If** `<skip-restore>` is `true` the `creator` SHALL skip the restoration of any data to each buildpack's layers directory, with the exception of `store.toml`.
- **If** the platform provides one or more `<tag>` inputs they SHALL be treated as additional `<image>` inputs to the `exporter`

##### Outputs
Expand Down

0 comments on commit 25fb1c0

Please sign in to comment.