File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ starterProjects:
18
18
components :
19
19
- name : tools
20
20
container :
21
- image : registry.access.redhat.com/ubi8/openjdk-11:latest
21
+ image : registry.access.redhat.com/ubi8/openjdk-11:1.16-1
22
22
command : ["tail", "-f", "/dev/null"]
23
23
memoryLimit : 512Mi
24
24
mountSources : true
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ starterProjects:
21
21
components :
22
22
- name : tools
23
23
container :
24
- image : registry.access.redhat.com/ubi8/openjdk-17
24
+ image : registry.access.redhat.com/ubi8/openjdk-17:1.16-1
25
25
args : ['tail', '-f', '/dev/null']
26
26
memoryLimit : 512Mi # # default app nowhere needs this but leaving room for expansion.
27
27
mountSources : true
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ starterProjects:
19
19
components :
20
20
- name : tools
21
21
container :
22
- image : registry.access.redhat.com/ubi8/openjdk-11:latest
22
+ image : registry.access.redhat.com/ubi8/openjdk-11:1.16-1
23
23
command : ["tail", "-f", "/dev/null"]
24
24
memoryLimit : 768Mi
25
25
mountSources : true
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ starterProjects:
19
19
components :
20
20
- name : tools
21
21
container :
22
- image : registry.access.redhat.com/ubi8/openjdk-11:latest
22
+ image : registry.access.redhat.com/ubi8/openjdk-11:1.16-1
23
23
command : ['tail', '-f', '/dev/null']
24
24
memoryLimit : 768Mi
25
25
mountSources : true
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ components:
99
99
- exposure : none
100
100
name : debug
101
101
targetPort : 5858
102
- image : quay.io/eclipse/che-java11-maven:next
102
+ image : quay.io/eclipse/che-java11-maven:7.37.2
103
103
memoryLimit : 512Mi
104
104
mountSources : true
105
105
volumeMounts :
You can’t perform that action at this time.
0 commit comments