forked from eclipse-che/che-devfile-registry
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clarify the Quarkus stack titles + descriptions (eclipse-che#293)
Closes eclipse-che/che#17966 Signed-off-by: Eric Williams <ericwill@redhat.com>
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
displayName: Quarkus command mode | ||
description: Quarkus command mode with OpenJDK 11 and Maven 3.6.3 | ||
displayName: Quarkus CLI | ||
description: Quarkus stack with a command-mode sample | ||
tags: ["Java", "Quarkus", "OpenJDK", "Maven", "Debian"] | ||
icon: /images/quarkus.svg | ||
globalMemoryLimit: 2674Mi |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
displayName: Quarkus | ||
description: Quarkus Stack with OpenJDK 11 and Maven 3.6.3 | ||
displayName: Quarkus REST API | ||
description: Quarkus stack with a default REST endpoint application sample | ||
tags: ["Java", "Quarkus", "OpenJDK", "Maven", "Debian"] | ||
icon: /images/quarkus.svg | ||
globalMemoryLimit: 2674Mi |