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

Add local project dependencies to a different layer for jib #25941

Merged
merged 1 commit into from
Jun 3, 2022

Conversation

geoand
Copy link
Contributor

@geoand geoand commented Jun 3, 2022

By leveraging the fact that Quarkus can do workspace discovery
during the build, we are able to place dependencies in the
workspace in a separate layer above the normal dependencies.
The expectation is that the workspace dependencies will change
faster than the normal dependencies.

Closes: #9818

By leveraging the fact that Quarkus can do workspace discovery
during the build, we are able to place dependencies in the
workspace in a separate layer above the normal dependencies.
The expectation is that the workspace dependencies will change
faster than the normal dependencies.

Closes: quarkusio#9818
@geoand geoand merged commit be9e44c into quarkusio:main Jun 3, 2022
@quarkus-bot quarkus-bot bot added this to the 2.10 - main milestone Jun 3, 2022
@quarkus-bot quarkus-bot bot added the kind/enhancement New feature or request label Jun 3, 2022
@geoand geoand deleted the #9818 branch June 9, 2022 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Layered container image generation
3 participants