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

Prevent inception style buildpack builds #23613

Closed
iocanel opened this issue Feb 11, 2022 · 0 comments · Fixed by #24995
Closed

Prevent inception style buildpack builds #23613

iocanel opened this issue Feb 11, 2022 · 0 comments · Fixed by #24995
Assignees
Labels
kind/enhancement New feature or request
Milestone

Comments

@iocanel
Copy link
Contributor

iocanel commented Feb 11, 2022

Description

If the user adds quarkus.container-image.build=true in a buildpack enabled project, then the buildpack build will create a builder container that will run mvn clean package .... This command will also trigger a buildpack build (a build within a build) that will eventually fail as it won't be able to access the docker daemon.

We need to find a way to prevent nesting builds.

Implementation ideas

No response

@iocanel iocanel added the kind/enhancement New feature or request label Feb 11, 2022
@iocanel iocanel self-assigned this Feb 11, 2022
@quarkus-bot quarkus-bot bot added this to the 2.9 - main milestone Apr 25, 2022
@gsmet gsmet modified the milestones: 2.9 - main, 2.8.2.Final Apr 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants