Skip to content

Commit

Permalink
Clarify output location for exported layers
Browse files Browse the repository at this point in the history
Signed-off-by: Sambhav Kothari <[email protected]>
  • Loading branch information
sambhav committed Jul 1, 2021
1 parent 5959e75 commit 16a896b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion text/0000-read-only-build-layers.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ Updates to the lifecycle so that `build` layers created by buildpacks should be

The lifecycle will have to layerize the layers marked `build` as `true` during the `build` phase of the lifecycle instead of the `export` phase.

The layerized output from the `build` phase of lifecycle could be stored at `/<layers>/.exported` (which should not clash with any buildpack IDs) where `<layers>`. The exporter will just read from this to construct the final image.

# Drawbacks
[drawbacks]: #drawbacks

Expand Down Expand Up @@ -92,7 +94,7 @@ The impact this would have on the performance of the export step. The exact deta

How to handle the cases when users want a common build workspace that is cached. This will be covered in a subsequent RFC and that RFC and this RFC should be implemented as an "atomic" change to avoid existing use cases from being broken without a proper migration path.

# Spec. Changes (OPTIONAL)
# Spec. Changes
[spec-changes]: #spec-changes

None.

0 comments on commit 16a896b

Please sign in to comment.