From 0844907f96a2ca0da165649df80f44c89f2046be Mon Sep 17 00:00:00 2001 From: platform-engineering-bot <137812415+platform-engineering-bot@users.noreply.github.com> Date: Tue, 27 Feb 2024 14:42:41 +0200 Subject: [PATCH] Update registry.access.redhat.com/ubi8/nodejs-16 Docker tag to v1-153 (#301) Signed-off-by: null --- stacks/nodejs-angular/2.0.2/devfile.yaml | 2 +- stacks/nodejs-nextjs/1.0.3/devfile.yaml | 2 +- stacks/nodejs-nuxtjs/1.0.3/devfile.yaml | 2 +- stacks/nodejs-react/2.0.2/devfile.yaml | 2 +- stacks/nodejs-svelte/1.0.3/devfile.yaml | 2 +- stacks/nodejs-vue/1.0.2/devfile.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/stacks/nodejs-angular/2.0.2/devfile.yaml b/stacks/nodejs-angular/2.0.2/devfile.yaml index c81999b6..dfc7caf8 100644 --- a/stacks/nodejs-angular/2.0.2/devfile.yaml +++ b/stacks/nodejs-angular/2.0.2/devfile.yaml @@ -26,7 +26,7 @@ components: endpoints: - name: http-angular targetPort: 4200 - image: registry.access.redhat.com/ubi8/nodejs-16:1-145 + image: registry.access.redhat.com/ubi8/nodejs-16:1-153 args: ["tail", "-f", "/dev/null"] memoryLimit: 1024Mi name: runtime diff --git a/stacks/nodejs-nextjs/1.0.3/devfile.yaml b/stacks/nodejs-nextjs/1.0.3/devfile.yaml index 3963da8a..74279321 100644 --- a/stacks/nodejs-nextjs/1.0.3/devfile.yaml +++ b/stacks/nodejs-nextjs/1.0.3/devfile.yaml @@ -25,7 +25,7 @@ components: endpoints: - name: http-nextjs targetPort: 3000 - image: registry.access.redhat.com/ubi8/nodejs-16:1-145 + image: registry.access.redhat.com/ubi8/nodejs-16:1-153 command: ['tail', '-f', '/dev/null'] memoryLimit: 1024Mi name: runtime diff --git a/stacks/nodejs-nuxtjs/1.0.3/devfile.yaml b/stacks/nodejs-nuxtjs/1.0.3/devfile.yaml index f082f050..ecef06c5 100644 --- a/stacks/nodejs-nuxtjs/1.0.3/devfile.yaml +++ b/stacks/nodejs-nuxtjs/1.0.3/devfile.yaml @@ -24,7 +24,7 @@ components: endpoints: - name: http-nuxtjs targetPort: 3000 - image: registry.access.redhat.com/ubi8/nodejs-16:1-145 + image: registry.access.redhat.com/ubi8/nodejs-16:1-153 args: ['tail', '-f', '/dev/null'] memoryLimit: 1024Mi name: runtime diff --git a/stacks/nodejs-react/2.0.2/devfile.yaml b/stacks/nodejs-react/2.0.2/devfile.yaml index c60c764c..c823744d 100644 --- a/stacks/nodejs-react/2.0.2/devfile.yaml +++ b/stacks/nodejs-react/2.0.2/devfile.yaml @@ -24,7 +24,7 @@ components: endpoints: - name: http-react targetPort: 3000 - image: registry.access.redhat.com/ubi8/nodejs-16:1-145 + image: registry.access.redhat.com/ubi8/nodejs-16:1-153 args: ['tail', '-f', '/dev/null'] memoryLimit: 1024Mi name: runtime diff --git a/stacks/nodejs-svelte/1.0.3/devfile.yaml b/stacks/nodejs-svelte/1.0.3/devfile.yaml index 855adb10..52952332 100644 --- a/stacks/nodejs-svelte/1.0.3/devfile.yaml +++ b/stacks/nodejs-svelte/1.0.3/devfile.yaml @@ -24,7 +24,7 @@ components: endpoints: - name: http-svelte targetPort: 3000 - image: registry.access.redhat.com/ubi8/nodejs-16:1-145 + image: registry.access.redhat.com/ubi8/nodejs-16:1-153 args: ['tail', '-f', '/dev/null'] memoryLimit: 1024Mi name: runtime diff --git a/stacks/nodejs-vue/1.0.2/devfile.yaml b/stacks/nodejs-vue/1.0.2/devfile.yaml index b567ddfe..ef862a07 100644 --- a/stacks/nodejs-vue/1.0.2/devfile.yaml +++ b/stacks/nodejs-vue/1.0.2/devfile.yaml @@ -27,7 +27,7 @@ components: endpoints: - name: http-vue targetPort: 3000 - image: registry.access.redhat.com/ubi8/nodejs-16:1-145 + image: registry.access.redhat.com/ubi8/nodejs-16:1-153 args: ['tail', '-f', '/dev/null'] memoryLimit: 1024Mi name: runtime