From db4560fa73e004ff0df1259d5c6704226460b48a Mon Sep 17 00:00:00 2001 From: null Date: Fri, 9 Feb 2024 02:21:08 +0000 Subject: [PATCH] Update registry.access.redhat.com/ubi9/openjdk-17 Docker tag to v1.17-1.1705573248 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 3d993da21..7fac00721 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 e1789c841..b50e7bcd3 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 25a849dcd..2cf21f716 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