-
Notifications
You must be signed in to change notification settings - Fork 349
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
Standard/Incremental build option #3011
Labels
Comments
squakez
added
the
area/build-operator
Related to the internal image build operator
label
Feb 24, 2022
This issue has been automatically marked as stale due to 90 days of inactivity. |
squakez
added a commit
to squakez/camel-k
that referenced
this issue
Oct 11, 2023
squakez
added a commit
to squakez/camel-k
that referenced
this issue
Oct 11, 2023
squakez
added a commit
to squakez/camel-k
that referenced
this issue
Oct 11, 2023
squakez
added a commit
to squakez/camel-k
that referenced
this issue
Oct 11, 2023
squakez
added a commit
to squakez/camel-k
that referenced
this issue
Oct 11, 2023
squakez
added a commit
that referenced
this issue
Oct 11, 2023
squakez
added a commit
that referenced
this issue
Oct 11, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
The logic to configure either "standard" or "incremental" should be done in the builder trait, where a configuration parameter could be added, and the corresponding build step added. It's a bit more subtle than that, because "incremental" image build step should be deactivated for Quarkus native build, from the quarkus trait, that already manipulates the build steps, but that should be quite straightforward.
There is also the following TODO that may be removed while we are at it:
camel-k/pkg/builder/image.go
Line 148 in 478ca56
Originally posted by @astefanutti in #3008 (comment)
The text was updated successfully, but these errors were encountered: