Skip to content

Commit

Permalink
Update registry.access.redhat.com/ubi8/openjdk-11 Docker tag to v1.18…
Browse files Browse the repository at this point in the history
…-2 (#268)

Signed-off-by: null <platform-engineering@redhat.com>
  • Loading branch information
platform-engineering-bot authored Jan 5, 2024
1 parent 2150bd4 commit 9645722
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stacks/java-maven/1.2.0/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:1.17-9
image: registry.access.redhat.com/ubi8/openjdk-11:1.18-2
command: ["tail", "-f", "/dev/null"]
memoryLimit: 512Mi
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:1.17-9
image: registry.access.redhat.com/ubi8/openjdk-11:1.18-2
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:1.17-9
image: registry.access.redhat.com/ubi8/openjdk-11:1.18-2
command: ['tail', '-f', '/dev/null']
memoryLimit: 768Mi
mountSources: true
Expand Down

0 comments on commit 9645722

Please sign in to comment.