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

Creator errors if detected order contains extensions #1246

Merged
merged 1 commit into from
Nov 15, 2023

Conversation

natalieparellano
Copy link
Member

Summary

Previously, if a platform provided an order.toml containing extensions, the creator would error due to "missing extensions directory". Now, the creator will actually run detect on the order and error with a "not supported" message if the detected group contains extensions, proceeding otherwise.

This will allow builders to contain extensions and builds to succeed if the contained extensions do not detect by default (see buildpacks/community#244).

Release notes

Creator errors if detected order contains extensions


Related

Resolves #1241

@natalieparellano natalieparellano requested a review from a team as a code owner November 14, 2023 18:59
@natalieparellano natalieparellano merged commit b8a92ac into main Nov 15, 2023
8 checks passed
@natalieparellano natalieparellano deleted the fix/fail-create-ext branch November 15, 2023 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The creator should fail after detect if the found group contains extensions
2 participants