File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11schemaVersion : 2.1.0
22metadata :
33 name : java-springboot
4- version : 1.2 .0
4+ version : 1.3 .0
55 displayName : Spring Boot®
66 description : Spring Boot® using Java
77 tags :
@@ -19,7 +19,7 @@ starterProjects:
1919components :
2020 - name : tools
2121 container :
22- image : registry.access.redhat.com/ubi8 /openjdk-11 :latest
22+ image : registry.access.redhat.com/ubi9 /openjdk-17 :latest
2323 command : ["tail", "-f", "/dev/null"]
2424 memoryLimit : 768Mi
2525 mountSources : true
Original file line number Diff line number Diff line change 11schemaVersion : 2.2.0
22metadata :
33 name : java-springboot
4- version : 2.0 .0
4+ version : 2.1 .0
55 displayName : Spring Boot®
66 description : Spring Boot® using Java
77 tags :
@@ -19,7 +19,7 @@ starterProjects:
1919components :
2020 - name : tools
2121 container :
22- image : registry.access.redhat.com/ubi8 /openjdk-11 :latest
22+ image : registry.access.redhat.com/ubi9 /openjdk-17 :latest
2323 command : ['tail', '-f', '/dev/null']
2424 memoryLimit : 768Mi
2525 mountSources : true
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ RUN mvn dependency:go-offline
2020COPY src src
2121RUN mvn package -Dmaven.test.skip=true
2222
23- FROM openjdk:11-jdk
23+ FROM registry.access.redhat.com/ubi9/ openjdk-17-runtime:latest
2424COPY --from=0 /build/target/demo-0.0.1-SNAPSHOT.jar /app/target/demo-0.0.1-SNAPSHOT.jar
2525
2626EXPOSE 8081
File renamed without changes.
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ description: Spring Boot using Java
33displayName : Spring Boot
44icon : https://raw.githubusercontent.com/devfile-samples/devfile-stack-icons/main/spring.svg
55versions :
6- - version : 1.2 .0
6+ - version : 1.3 .0
77 default : true # should have one and only one default version
8- - version : 2.0 .0
8+ - version : 2.1 .0
You can’t perform that action at this time.
0 commit comments