forked from eclipse-che/che-devfile-registry
-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update to the upstream. #38
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- to fix the build of the default Quarkus sample which has moved Quarkus 1.3.1-Final and requires Maven 3.6.3 - to have native compilation working with the default Quarkus sample
Updated Zowe components. Updated description. Signed-off-by: Filip Kroupa <[email protected]>
…clipse-che#224) Signed-off-by: Ming Fang <[email protected]>
It replaces centos/httpd with alpine/httpd allowing to be smaller/updated and also multi-arch Change-Id: I3b9802799fcd05bb388b4fcd3ffa14a6424a8a9e Signed-off-by: Florent Benoit <[email protected]>
…o update to latest base images and fix CVE issue in systemd (eclipse-che#227) Change-Id: I9cb9a3b36d60b5c019b9486ddd4a66586679eaea Signed-off-by: nickboldt <[email protected]>
Signed-off-by: Vitalii Parfonov <[email protected]> Co-authored-by: Vitalii Parfonov <[email protected]>
Signed-off-by: sutan-1 <[email protected]>
Why: * "Development server" is not the right term for quarkus:dev (since 1.4 there command mode which is not a server. * All Quarkus apps and examples by default comes with mvn wrapper. That should be the default used. This change addreses the need by: * Make 'development server' 'Development mode" * Update tasks to use `./mvnw` instead of `mvn` Signed-off-by: Max Rydahl Andersen <[email protected]>
* Enabling quarkus native compilation * renaming command for devmode Signed-off-by: sutan-1 <[email protected]>
Signed-off-by: Aditi Jadhav <[email protected]>
Signed-off-by: Mykhailo Kuznietsov <[email protected]>
Signed-off-by: Masaki Muranaka <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.