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.1705602259 (#288)

Signed-off-by: null <[email protected]>
  • Loading branch information
platform-engineering-bot authored Feb 16, 2024
1 parent d5b9c25 commit 49457ce
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.18-2
image: registry.access.redhat.com/ubi8/openjdk-11:1.18-2.1705602259
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.18-2
image: registry.access.redhat.com/ubi8/openjdk-11:1.18-2.1705602259
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.18-2
image: registry.access.redhat.com/ubi8/openjdk-11:1.18-2.1705602259
command: ['tail', '-f', '/dev/null']
memoryLimit: 768Mi
mountSources: true
Expand Down
2 changes: 1 addition & 1 deletion stacks/java-vertx/1.3.0/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: registry.access.redhat.com/ubi8/openjdk-11:1.18-2
image: registry.access.redhat.com/ubi8/openjdk-11:1.18-2.1705602259
command: ["tail", "-f", "/dev/null"]
memoryLimit: 512Mi
mountSources: true
Expand Down
2 changes: 1 addition & 1 deletion stacks/java-wildfly-bootable-jar/1.2.0/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ starterProjects:
components:
- name: wildfly
container:
image: registry.access.redhat.com/ubi8/openjdk-11:1.18-2
image: registry.access.redhat.com/ubi8/openjdk-11:1.18-2.1705602259
args: ['tail', '-f', '/dev/null']
memoryLimit: 1512Mi
mountSources: true
Expand Down

0 comments on commit 49457ce

Please sign in to comment.