From 1ea2d469b7b3359dc73e8f74d02d31340746cf6a Mon Sep 17 00:00:00 2001 From: platform-engineering-bot <137812415+platform-engineering-bot@users.noreply.github.com> Date: Mon, 19 Feb 2024 14:17:41 +0200 Subject: [PATCH] Update registry.access.redhat.com/ubi9/openjdk-17 Docker tag to v1.17-1.1705573248 (#291) Signed-off-by: null --- stacks/java-maven/1.3.0/devfile.yaml | 2 +- stacks/java-springboot/1.3.0/devfile.yaml | 2 +- stacks/java-springboot/2.1.0/devfile.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stacks/java-maven/1.3.0/devfile.yaml b/stacks/java-maven/1.3.0/devfile.yaml index 3d993da2..7fac0072 100644 --- a/stacks/java-maven/1.3.0/devfile.yaml +++ b/stacks/java-maven/1.3.0/devfile.yaml @@ -18,7 +18,7 @@ starterProjects: components: - name: tools container: - image: registry.access.redhat.com/ubi9/openjdk-17:1.17-1 + image: registry.access.redhat.com/ubi9/openjdk-17:1.17-1.1705573248 command: ["tail", "-f", "/dev/null"] memoryLimit: 512Mi mountSources: true diff --git a/stacks/java-springboot/1.3.0/devfile.yaml b/stacks/java-springboot/1.3.0/devfile.yaml index e1789c84..b50e7bcd 100644 --- a/stacks/java-springboot/1.3.0/devfile.yaml +++ b/stacks/java-springboot/1.3.0/devfile.yaml @@ -19,7 +19,7 @@ starterProjects: components: - name: tools container: - image: registry.access.redhat.com/ubi9/openjdk-17:1.17-1 + image: registry.access.redhat.com/ubi9/openjdk-17:1.17-1.1705573248 command: ["tail", "-f", "/dev/null"] memoryLimit: 768Mi mountSources: true diff --git a/stacks/java-springboot/2.1.0/devfile.yaml b/stacks/java-springboot/2.1.0/devfile.yaml index 25a849dc..2cf21f71 100644 --- a/stacks/java-springboot/2.1.0/devfile.yaml +++ b/stacks/java-springboot/2.1.0/devfile.yaml @@ -19,7 +19,7 @@ starterProjects: components: - name: tools container: - image: registry.access.redhat.com/ubi9/openjdk-17:1.17-1 + image: registry.access.redhat.com/ubi9/openjdk-17:1.17-1.1705573248 command: ['tail', '-f', '/dev/null'] memoryLimit: 768Mi mountSources: true