Skip to content
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

Merged
merged 3 commits into from
May 3, 2024

Conversation

natalieparellano
Copy link
Member

Newer platforms don't copy the Dockerfile from where extensions output them

Summary

Output

Before

After

Documentation

  • Should this change be documented?
    • Yes, see #___
    • No

Related

Resolves #___

@natalieparellano natalieparellano requested review from a team as code owners April 29, 2024 15:23
@github-actions github-actions bot added this to the 0.34.0 milestone Apr 29, 2024
@github-actions github-actions bot added the type/enhancement Issue that requests a new feature or improvement. label Apr 29, 2024
…dpack-id>/Dockerfile.build

Newer platforms don't copy the Dockerfile from where extensions output them

Signed-off-by: Natalie Arellano <narellano@vmware.com>
@natalieparellano natalieparellano linked an issue Apr 29, 2024 that may be closed by this pull request
@jjbustamante
Copy link
Member

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>
@github-actions github-actions bot added the type/chore Issue that requests non-user facing changes. label May 3, 2024
Copy link

codecov bot commented May 3, 2024

Codecov Report

Attention: Patch coverage is 93.33333% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 70.15%. Comparing base (d7c6f0e) to head (c1ad91c).
Report is 8 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            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     
Flag Coverage Δ
os_linux 69.30% <93.34%> (-0.13%) ⬇️
os_macos 65.72% <93.34%> (-0.10%) ⬇️
os_windows 69.68% <93.34%> (-0.13%) ⬇️
unit 70.15% <93.34%> (-0.14%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Copy link
Member

@jjbustamante jjbustamante left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @natalieparellano

@jjbustamante jjbustamante merged commit 57282c7 into main May 3, 2024
16 checks passed
@jjbustamante jjbustamante deleted the extensions-context branch May 3, 2024 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/chore Issue that requests non-user facing changes. type/enhancement Issue that requests a new feature or improvement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Platform API 0.13
2 participants