Skip to content

Commit ef419a3

Browse files
authored
Fix tags for Java stack images (#183)
* Remove latest from java maven stack Signed-off-by: thepetk <thepetk@gmail.com> * Specify tag for Java quarkus stack Signed-off-by: thepetk <thepetk@gmail.com> * Specify image tag for spring boot stacks Signed-off-by: thepetk <thepetk@gmail.com> * Revert version updates Signed-off-by: thepetk <thepetk@gmail.com> * Fix tag of java-vertx stack Signed-off-by: thepetk <thepetk@gmail.com> * Update openjdk-11 and openjdk-17 images Signed-off-by: thepetk <thepetk@gmail.com> --------- Signed-off-by: thepetk <thepetk@gmail.com>
1 parent ec16a43 commit ef419a3

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

stacks/java-maven/devfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ starterProjects:
1818
components:
1919
- name: tools
2020
container:
21-
image: registry.access.redhat.com/ubi8/openjdk-11:latest
21+
image: registry.access.redhat.com/ubi8/openjdk-11:1.16-1
2222
command: ["tail", "-f", "/dev/null"]
2323
memoryLimit: 512Mi
2424
mountSources: true

stacks/java-quarkus/devfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ starterProjects:
2121
components:
2222
- name: tools
2323
container:
24-
image: registry.access.redhat.com/ubi8/openjdk-17
24+
image: registry.access.redhat.com/ubi8/openjdk-17:1.16-1
2525
args: ['tail', '-f', '/dev/null']
2626
memoryLimit: 512Mi ## default app nowhere needs this but leaving room for expansion.
2727
mountSources: true

stacks/java-springboot/1.2.0/devfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ starterProjects:
1919
components:
2020
- name: tools
2121
container:
22-
image: registry.access.redhat.com/ubi8/openjdk-11:latest
22+
image: registry.access.redhat.com/ubi8/openjdk-11:1.16-1
2323
command: ["tail", "-f", "/dev/null"]
2424
memoryLimit: 768Mi
2525
mountSources: true

stacks/java-springboot/2.0.0/devfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ starterProjects:
1919
components:
2020
- name: tools
2121
container:
22-
image: registry.access.redhat.com/ubi8/openjdk-11:latest
22+
image: registry.access.redhat.com/ubi8/openjdk-11:1.16-1
2323
command: ['tail', '-f', '/dev/null']
2424
memoryLimit: 768Mi
2525
mountSources: true

stacks/java-vertx/devfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ components:
9999
- exposure: none
100100
name: debug
101101
targetPort: 5858
102-
image: quay.io/eclipse/che-java11-maven:next
102+
image: quay.io/eclipse/che-java11-maven:7.37.2
103103
memoryLimit: 512Mi
104104
mountSources: true
105105
volumeMounts:

0 commit comments

Comments
 (0)