Pack doesn't mount provided volume when using creator #674
Labels
size/sm
Small level of effort
status/user-accepted
Pull Request that has passed user acceptance.
type/bug
Issue that reports an unexpected behaviour.
Summary
When building an image using a trusted builder pack now uses a single
creator
lifecycle phase container to perform all operations. When the--volume
argument is passed, this is generally used to instantiate containers for the individual phases that need it. This argument is currently not being respected when initializing acreator
phase.Reproduction
Steps
some-string
the tests will failCurrent behavior
Creator is not mounted with the expected bind configured with
--volume
leading a buildpack that expects to find mounted content unable to read it.Expected behavior
Creator is mounted with the bind configured with
--volume
, a buildpack can read content from this volumeEnvironment
Acceptance tests
The text was updated successfully, but these errors were encountered: