File tree Expand file tree Collapse file tree 24 files changed +146
-154
lines changed
java-websphereliberty-gradle
java-wildfly-bootable-jar Expand file tree Collapse file tree 24 files changed +146
-154
lines changed Original file line number Diff line number Diff line change @@ -20,41 +20,39 @@ starterProjects:
20
20
origin : https://github.com/redhat-developer/s2i-dotnetcore-ex
21
21
subDir : app
22
22
23
-
24
23
components :
25
- - name : dotnet
26
- container :
27
- image : registry.access.redhat.com/ubi8/dotnet-50:5.0
28
- mountSources : true
29
- env :
30
- - name : CONFIGURATION
31
- value : Debug
32
- - name : STARTUP_PROJECT
33
- value : app.csproj
34
- - name : ASPNETCORE_ENVIRONMENT
35
- value : Development
36
- - name : ASPNETCORE_URLS
37
- value : http://*:8080
38
- endpoints :
39
- - name : http-8080
40
- targetPort : 8080
24
+ - name : dotnet
25
+ container :
26
+ image : registry.access.redhat.com/ubi8/dotnet-50:5.0
27
+ mountSources : true
28
+ env :
29
+ - name : CONFIGURATION
30
+ value : Debug
31
+ - name : STARTUP_PROJECT
32
+ value : app.csproj
33
+ - name : ASPNETCORE_ENVIRONMENT
34
+ value : Development
35
+ - name : ASPNETCORE_URLS
36
+ value : http://*:8080
37
+ endpoints :
38
+ - name : http-dotnet50
39
+ targetPort : 8080
41
40
42
41
commands :
43
- - id : build
44
- exec :
45
- workingDir : ${PROJECT_SOURCE}
46
- commandLine : kill $(pidof dotnet); dotnet build -c $CONFIGURATION $STARTUP_PROJECT /p:UseSharedCompilation=false
47
- component : dotnet
48
- group :
49
- isDefault : true
50
- kind : build
51
-
52
- - id : run
53
- exec :
54
- workingDir : ${PROJECT_SOURCE}
55
- commandLine : dotnet run -c $CONFIGURATION --no-build --project $STARTUP_PROJECT --no-launch-profile
56
- component : dotnet
57
- group :
58
- isDefault : true
59
- kind : run
42
+ - id : build
43
+ exec :
44
+ workingDir : ${PROJECT_SOURCE}
45
+ commandLine : kill $(pidof dotnet); dotnet build -c $CONFIGURATION $STARTUP_PROJECT /p:UseSharedCompilation=false
46
+ component : dotnet
47
+ group :
48
+ isDefault : true
49
+ kind : build
60
50
51
+ - id : run
52
+ exec :
53
+ workingDir : ${PROJECT_SOURCE}
54
+ commandLine : dotnet run -c $CONFIGURATION --no-build --project $STARTUP_PROJECT --no-launch-profile
55
+ component : dotnet
56
+ group :
57
+ isDefault : true
58
+ kind : run
Original file line number Diff line number Diff line change @@ -20,41 +20,39 @@ starterProjects:
20
20
origin : https://github.com/redhat-developer/s2i-dotnetcore-ex
21
21
subDir : app
22
22
23
-
24
23
components :
25
- - name : dotnet
26
- container :
27
- image : registry.access.redhat.com/ubi8/dotnet-60:6.0
28
- mountSources : true
29
- env :
30
- - name : CONFIGURATION
31
- value : Debug
32
- - name : STARTUP_PROJECT
33
- value : app.csproj
34
- - name : ASPNETCORE_ENVIRONMENT
35
- value : Development
36
- - name : ASPNETCORE_URLS
37
- value : http://*:8080
38
- endpoints :
39
- - name : http-8080
40
- targetPort : 8080
24
+ - name : dotnet
25
+ container :
26
+ image : registry.access.redhat.com/ubi8/dotnet-60:6.0
27
+ mountSources : true
28
+ env :
29
+ - name : CONFIGURATION
30
+ value : Debug
31
+ - name : STARTUP_PROJECT
32
+ value : app.csproj
33
+ - name : ASPNETCORE_ENVIRONMENT
34
+ value : Development
35
+ - name : ASPNETCORE_URLS
36
+ value : http://*:8080
37
+ endpoints :
38
+ - name : http-dotnet60
39
+ targetPort : 8080
41
40
42
41
commands :
43
- - id : build
44
- exec :
45
- workingDir : ${PROJECT_SOURCE}
46
- commandLine : kill $(pidof dotnet); dotnet build -c $CONFIGURATION $STARTUP_PROJECT /p:UseSharedCompilation=false
47
- component : dotnet
48
- group :
49
- isDefault : true
50
- kind : build
51
-
52
- - id : run
53
- exec :
54
- workingDir : ${PROJECT_SOURCE}
55
- commandLine : dotnet run -c $CONFIGURATION --no-build --project $STARTUP_PROJECT --no-launch-profile
56
- component : dotnet
57
- group :
58
- isDefault : true
59
- kind : run
42
+ - id : build
43
+ exec :
44
+ workingDir : ${PROJECT_SOURCE}
45
+ commandLine : kill $(pidof dotnet); dotnet build -c $CONFIGURATION $STARTUP_PROJECT /p:UseSharedCompilation=false
46
+ component : dotnet
47
+ group :
48
+ isDefault : true
49
+ kind : build
60
50
51
+ - id : run
52
+ exec :
53
+ workingDir : ${PROJECT_SOURCE}
54
+ commandLine : dotnet run -c $CONFIGURATION --no-build --project $STARTUP_PROJECT --no-launch-profile
55
+ component : dotnet
56
+ group :
57
+ isDefault : true
58
+ kind : run
Original file line number Diff line number Diff line change @@ -21,39 +21,38 @@ starterProjects:
21
21
subDir : app
22
22
23
23
components :
24
- - name : dotnet
25
- container :
26
- image : registry.access.redhat.com/ubi8/dotnet-31:3.1
27
- mountSources : true
28
- env :
29
- - name : CONFIGURATION
30
- value : Debug
31
- - name : STARTUP_PROJECT
32
- value : app.csproj
33
- - name : ASPNETCORE_ENVIRONMENT
34
- value : Development
35
- - name : ASPNETCORE_URLS
36
- value : http://*:8080
37
- endpoints :
38
- - name : http-8080
39
- targetPort : 8080
24
+ - name : dotnet
25
+ container :
26
+ image : registry.access.redhat.com/ubi8/dotnet-31:3.1
27
+ mountSources : true
28
+ env :
29
+ - name : CONFIGURATION
30
+ value : Debug
31
+ - name : STARTUP_PROJECT
32
+ value : app.csproj
33
+ - name : ASPNETCORE_ENVIRONMENT
34
+ value : Development
35
+ - name : ASPNETCORE_URLS
36
+ value : http://*:8080
37
+ endpoints :
38
+ - name : http-dotnetcore
39
+ targetPort : 8080
40
40
41
41
commands :
42
- - id : build
43
- exec :
44
- workingDir : ${PROJECT_SOURCE}
45
- commandLine : kill $(pidof dotnet); dotnet build -c $CONFIGURATION $STARTUP_PROJECT /p:UseSharedCompilation=false
46
- component : dotnet
47
- group :
48
- isDefault : true
49
- kind : build
50
-
51
- - id : run
52
- exec :
53
- workingDir : ${PROJECT_SOURCE}
54
- commandLine : dotnet run -c $CONFIGURATION --no-build --project $STARTUP_PROJECT --no-launch-profile
55
- component : dotnet
56
- group :
57
- isDefault : true
58
- kind : run
42
+ - id : build
43
+ exec :
44
+ workingDir : ${PROJECT_SOURCE}
45
+ commandLine : kill $(pidof dotnet); dotnet build -c $CONFIGURATION $STARTUP_PROJECT /p:UseSharedCompilation=false
46
+ component : dotnet
47
+ group :
48
+ isDefault : true
49
+ kind : build
59
50
51
+ - id : run
52
+ exec :
53
+ workingDir : ${PROJECT_SOURCE}
54
+ commandLine : dotnet run -c $CONFIGURATION --no-build --project $STARTUP_PROJECT --no-launch-profile
55
+ component : dotnet
56
+ group :
57
+ isDefault : true
58
+ kind : run
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ starterProjects:
19
19
components :
20
20
- container :
21
21
endpoints :
22
- - name : http
22
+ - name : http-go
23
23
targetPort : 8080
24
24
image : quay.io/devfile/golang:latest
25
25
memoryLimit : 1024Mi
Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ components:
20
20
memoryLimit : 512Mi
21
21
mountSources : true
22
22
endpoints :
23
- - name : ' http-8080 '
23
+ - name : http-maven
24
24
targetPort : 8080
25
25
volumeMounts :
26
26
- name : m2
27
27
path : /home/user/.m2
28
28
env :
29
29
- name : DEBUG_PORT
30
- value : " 5858"
30
+ value : ' 5858'
31
31
- name : m2
32
32
volume : {}
33
33
commands :
Original file line number Diff line number Diff line change @@ -45,12 +45,12 @@ components:
45
45
endpoints :
46
46
- exposure : public
47
47
path : /
48
- name : ep1
48
+ name : http-gradle
49
49
targetPort : 9080
50
50
protocol : http
51
51
env :
52
52
- name : DEBUG_PORT
53
- value : " 5858"
53
+ value : ' 5858'
54
54
commands :
55
55
- id : run
56
56
exec :
@@ -65,7 +65,7 @@ commands:
65
65
exec :
66
66
component : dev
67
67
commandLine : echo "gradle run-tests-off command "; {{gradle-cmd}} -Dgradle.user.home=/.gradle libertyDev -Pliberty.runtime.version={{liberty-version}} -Pliberty.runtime.name=openliberty-runtime -Pliberty.runtime.group=io.openliberty --libertyDebug=false
68
- workingDir : ${PROJECT_SOURCE}
68
+ workingDir : ${PROJECT_SOURCE}
69
69
hotReloadCapable : true
70
70
group :
71
71
kind : run
Original file line number Diff line number Diff line change @@ -47,17 +47,17 @@ components:
47
47
endpoints :
48
48
- exposure : public
49
49
path : /
50
- name : ep1
50
+ name : http-openlib
51
51
targetPort : 9080
52
52
protocol : http
53
53
env :
54
54
- name : DEBUG_PORT
55
- value : " 5858"
55
+ value : ' 5858'
56
56
commands :
57
57
- id : run
58
58
exec :
59
59
component : dev
60
- commandLine : echo "run command "; {{mvn-cmd}} -DinstallDirectory=/opt/ol/wlp -Ddebug=false -DhotTests=true -DcompileWait=3 io.openliberty.tools:liberty-maven-plugin:{{liberty-plugin-version}}:dev
60
+ commandLine : echo "run command "; {{mvn-cmd}} -DinstallDirectory=/opt/ol/wlp -Ddebug=false -DhotTests=true -DcompileWait=3 io.openliberty.tools:liberty-maven-plugin:{{liberty-plugin-version}}:dev
61
61
workingDir : ${PROJECT_SOURCE}
62
62
hotReloadCapable : true
63
63
group :
Original file line number Diff line number Diff line change @@ -26,11 +26,11 @@ components:
26
26
- name : m2
27
27
path : /home/user/.m2
28
28
endpoints :
29
- - name : ' 8080- http'
29
+ - name : http-quarkus
30
30
targetPort : 8080
31
31
env :
32
32
- name : DEBUG_PORT
33
- value : " 5858"
33
+ value : ' 5858'
34
34
- name : m2
35
35
volume :
36
36
size : 3Gi
Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ components:
21
21
memoryLimit : 768Mi
22
22
mountSources : true
23
23
endpoints :
24
- - name : ' 8080-tcp '
24
+ - name : http-springboot
25
25
targetPort : 8080
26
26
volumeMounts :
27
27
- name : m2
28
28
path : /home/user/.m2
29
29
env :
30
30
- name : DEBUG_PORT
31
- value : " 5858"
31
+ value : ' 5858'
32
32
- name : m2
33
33
volume :
34
34
size : 3Gi
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ components:
91
91
endpoints :
92
92
- exposure : public
93
93
path : /
94
- name : ' 8080-tcp '
94
+ name : http-vertx
95
95
targetPort : 8080
96
96
protocol : http
97
97
image : quay.io/eclipse/che-java11-maven:next
@@ -102,7 +102,7 @@ components:
102
102
path : /home/user/.m2
103
103
env :
104
104
- name : DEBUG_PORT
105
- value : " 5858"
105
+ value : ' 5858'
106
106
- name : m2
107
107
volume :
108
108
size : 3Gi
You can’t perform that action at this time.
0 commit comments