-
Notifications
You must be signed in to change notification settings - Fork 288
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 0.13: look for build Dockerfiles in <layers>/generated/<buildpack-id>/Dockerfile.build #2145
Conversation
…dpack-id>/Dockerfile.build Newer platforms don't copy the Dockerfile from where extensions output them Signed-off-by: Natalie Arellano <narellano@vmware.com>
78f3a7c
to
869bc63
Compare
I was testing #2125 with the samples extensions and I realized I need this one first! :), when platform 0.13 is used I was getting: ERROR: open /var/folders/l7/zgqmtk951vx4dy6q8zl_9js80000gn/T/pack.tmp279107406/build: no such file or directory I will merge than one after this. |
Signed-off-by: Natalie Arellano <narellano@vmware.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2145 +/- ##
==========================================
- Coverage 70.29% 70.15% -0.14%
==========================================
Files 231 231
Lines 17104 17228 +124
==========================================
+ Hits 12022 12085 +63
- Misses 4317 4360 +43
- Partials 765 783 +18
Flags with carried forward coverage won't be shown. Click here to find out more. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @natalieparellano
Newer platforms don't copy the Dockerfile from where extensions output them
Summary
Output
Before
After
Documentation
Related
Resolves #___