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 sample versions in extraDevfileEntries.yaml #254

Merged
merged 1 commit into from
Dec 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
84 changes: 66 additions & 18 deletions extraDevfileEntries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,14 @@ samples:
projectType: Node.js
language: JavaScript
provider: Red Hat
git:
remotes:
origin: https://github.com/nodeshift-starters/devfile-sample.git
versions:
- version: 3.0.0
default: true
schemaVersion: 2.2.0
git:
revision: main
remotes:
origin: https://github.com/nodeshift-starters/devfile-sample.git
- name: code-with-quarkus
displayName: Basic Quarkus
description: Java Quarkus application using Maven 4.0 and OpenJDK 17
Expand All @@ -23,9 +28,14 @@ samples:
projectType: Quarkus
language: Java
provider: Red Hat
git:
remotes:
origin: https://github.com/devfile-samples/devfile-sample-code-with-quarkus.git
versions:
- version: 1.2.1
default: true
schemaVersion: 2.2.0
git:
revision: main
remotes:
origin: https://github.com/devfile-samples/devfile-sample-code-with-quarkus.git
- name: java-springboot-basic
displayName: Basic Spring Boot
description: Java Spring Boot application using Maven 4.0 and OpenJDK 17
Expand All @@ -36,9 +46,20 @@ samples:
projectType: springboot
language: Java
provider: Red Hat
git:
remotes:
origin: https://github.com/devfile-samples/devfile-sample-java-springboot-basic.git
versions:
- version: 1.2.1
default: true
schemaVersion: 2.2.0
git:
revision: main
remotes:
origin: https://github.com/devfile-samples/devfile-sample-java-springboot-basic.git
- version: 2.0.0
schemaVersion: 2.2.0
git:
revision: v2.0.0
remotes:
origin: https://github.com/devfile-samples/devfile-sample-java-springboot-basic.git
- name: python-basic
displayName: Basic Python
description: Python 3.9.x application with Flask
Expand All @@ -50,9 +71,20 @@ samples:
projectType: Python
language: Python
provider: Red Hat
git:
remotes:
origin: https://github.com/devfile-samples/devfile-sample-python-basic.git
versions:
- version: 1.0.1
default: true
schemaVersion: 2.2.0
git:
revision: main
remotes:
origin: https://github.com/devfile-samples/devfile-sample-python-basic.git
- version: 2.0.0
schemaVersion: 2.2.0
git:
revision: v2.0.0
remotes:
origin: https://github.com/devfile-samples/devfile-sample-python-basic.git
- name: go-basic
displayName: Basic Go
description: Go 1.16 application
Expand All @@ -62,9 +94,20 @@ samples:
projectType: Go
language: Go
provider: Red Hat
git:
remotes:
origin: https://github.com/devfile-samples/devfile-sample-go-basic.git
versions:
- version: 1.1.0
default: true
schemaVersion: 2.2.0
git:
revision: main
remotes:
origin: https://github.com/devfile-samples/devfile-sample-go-basic.git
- version: 2.0.0
schemaVersion: 2.2.0
git:
revision: v2.0.0
remotes:
origin: https://github.com/devfile-samples/devfile-sample-go-basic.git
- name: dotnet-basic
displayName: Basic .NET
description: MVC .NET 6.0 application
Expand All @@ -74,6 +117,11 @@ samples:
projectType: dotnet
language: .NET
provider: Red Hat
git:
remotes:
origin: https://github.com/devfile-samples/devfile-sample-dotnet60-basic.git
versions:
- version: 1.1.1
default: true
schemaVersion: 2.2.0
git:
revision: main
remotes:
origin: https://github.com/devfile-samples/devfile-sample-dotnet60-basic.git
Loading