Skip to content

Commit

Permalink
chore(deps): update registry.access.redhat.com/ubi8/openjdk-11 docker…
Browse files Browse the repository at this point in the history
… tag to v1.21-1.1736337912 (#567)

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Co-authored-by: red-hat-konflux[bot] <126015336+red-hat-konflux[bot]@users.noreply.github.com>
  • Loading branch information
red-hat-konflux[bot] authored Jan 30, 2025
1 parent efd5b2a commit 0319a40
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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.19-4.1715070694
image: registry.access.redhat.com/ubi8/openjdk-11:1.21-1.1736337912
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.19-4.1715070694
image: registry.access.redhat.com/ubi8/openjdk-11:1.21-1.1736337912
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.19-4.1715070694
image: registry.access.redhat.com/ubi8/openjdk-11:1.21-1.1736337912
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.19-4.1715070694
image: registry.access.redhat.com/ubi8/openjdk-11:1.21-1.1736337912
command: ["tail", "-f", "/dev/null"]
memoryLimit: 512Mi
mountSources: true
Expand Down
2 changes: 1 addition & 1 deletion stacks/java-vertx/1.4.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.1705602259
image: registry.access.redhat.com/ubi8/openjdk-11:1.21-1.1736337912
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.19-4.1715070694
image: registry.access.redhat.com/ubi8/openjdk-11:1.21-1.1736337912
args: ['tail', '-f', '/dev/null']
memoryLimit: 1512Mi
mountSources: true
Expand Down
2 changes: 1 addition & 1 deletion stacks/java-wildfly-bootable-jar/1.3.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.19-4.1715070694
image: registry.access.redhat.com/ubi8/openjdk-11:1.21-1.1736337912
args: ['tail', '-f', '/dev/null']
memoryLimit: 1512Mi
mountSources: true
Expand Down

0 comments on commit 0319a40

Please sign in to comment.