Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix tags for Java stack images #183

Merged
merged 6 commits into from
Jun 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: registry.access.redhat.com/ubi8/openjdk-11:latest
image: registry.access.redhat.com/ubi8/openjdk-11:1.16-1
command: ["tail", "-f", "/dev/null"]
memoryLimit: 512Mi
mountSources: true
Expand Down
2 changes: 1 addition & 1 deletion stacks/java-quarkus/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ starterProjects:
components:
- name: tools
container:
image: registry.access.redhat.com/ubi8/openjdk-17
image: registry.access.redhat.com/ubi8/openjdk-17:1.16-1
args: ['tail', '-f', '/dev/null']
memoryLimit: 512Mi ## default app nowhere needs this but leaving room for expansion.
mountSources: true
Expand Down
2 changes: 1 addition & 1 deletion stacks/java-springboot/1.2.0/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ starterProjects:
components:
- name: tools
container:
image: registry.access.redhat.com/ubi8/openjdk-11:latest
image: registry.access.redhat.com/ubi8/openjdk-11:1.16-1
command: ["tail", "-f", "/dev/null"]
memoryLimit: 768Mi
mountSources: true
Expand Down
2 changes: 1 addition & 1 deletion stacks/java-springboot/2.0.0/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ starterProjects:
components:
- name: tools
container:
image: registry.access.redhat.com/ubi8/openjdk-11:latest
image: registry.access.redhat.com/ubi8/openjdk-11:1.16-1
command: ['tail', '-f', '/dev/null']
memoryLimit: 768Mi
mountSources: true
Expand Down
2 changes: 1 addition & 1 deletion stacks/java-vertx/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ components:
- exposure: none
name: debug
targetPort: 5858
image: quay.io/eclipse/che-java11-maven:next
image: quay.io/eclipse/che-java11-maven:7.37.2
memoryLimit: 512Mi
mountSources: true
volumeMounts:
Expand Down