buildpacks / roadmap

Issue tracker
https://buildpacks.io
Apache License 2.0
0 stars 0 forks source link

Enforce `--run-image` on `pack rebase` #37

Closed sclevine closed 5 years ago

sclevine commented 5 years ago

Currently, rebase looks at config.toml for the run image to use when rebasing, based on stack. This is not guaranteed to produce stable results when rebasing, because this configuration can change at any time.

Also, run image names are now baked into the builder metadata, and are also configurable as local overrides. How should we combine this information together when rebasing to decided which image to rebase with?

Acceptance Criteria When I run pack rebase without --run-image Then pack rebase fails

When I run pack rebase --run-image my/run:image Then pack rebase successfully rebases the OCI image with my/run:image