Skip to content

Commit

Permalink
use more up-to-date images for java-maven and java-springboot
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Kral <tkral@redhat.com>
  • Loading branch information
kadel authored and elsony committed Nov 14, 2022
1 parent 627b49e commit bf3a2ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stacks/java-maven/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ starterProjects:
components:
- name: tools
container:
image: quay.io/eclipse/che-java11-maven:next
image: registry.access.redhat.com/ubi8/openjdk-11:latest
memoryLimit: 512Mi
mountSources: true
endpoints:
Expand Down
2 changes: 1 addition & 1 deletion stacks/java-springboot/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ starterProjects:
components:
- name: tools
container:
image: quay.io/eclipse/che-java11-maven:next
image: registry.access.redhat.com/ubi8/openjdk-11:latest
memoryLimit: 768Mi
mountSources: true
endpoints:
Expand Down

0 comments on commit bf3a2ce

Please sign in to comment.