Skip to content

Commit 1464914

Browse files
Update registry.access.redhat.com/ubi8/nodejs-16 Docker tag to v1-139
Signed-off-by: Platform Engineering Bot <platform-engineering@redhat.com>
1 parent cd53976 commit 1464914

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

stacks/nodejs-angular/2.0.2/devfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ components:
2626
endpoints:
2727
- name: http-angular
2828
targetPort: 4200
29-
image: registry.access.redhat.com/ubi8/nodejs-16:1-129.1698060573
29+
image: registry.access.redhat.com/ubi8/nodejs-16:1-139
3030
args: ["tail", "-f", "/dev/null"]
3131
memoryLimit: 1024Mi
3232
name: runtime

stacks/nodejs-nextjs/1.0.3/devfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ components:
2525
endpoints:
2626
- name: http-nextjs
2727
targetPort: 3000
28-
image: registry.access.redhat.com/ubi8/nodejs-16:1-129.1698060573
28+
image: registry.access.redhat.com/ubi8/nodejs-16:1-139
2929
command: ['tail', '-f', '/dev/null']
3030
memoryLimit: 1024Mi
3131
name: runtime

stacks/nodejs-nuxtjs/1.0.3/devfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ components:
2424
endpoints:
2525
- name: http-nuxtjs
2626
targetPort: 3000
27-
image: registry.access.redhat.com/ubi8/nodejs-16:1-129.1698060573
27+
image: registry.access.redhat.com/ubi8/nodejs-16:1-139
2828
args: ['tail', '-f', '/dev/null']
2929
memoryLimit: 1024Mi
3030
name: runtime

stacks/nodejs-react/2.0.2/devfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ components:
2424
endpoints:
2525
- name: http-react
2626
targetPort: 3000
27-
image: registry.access.redhat.com/ubi8/nodejs-16:1-129.1698060573
27+
image: registry.access.redhat.com/ubi8/nodejs-16:1-139
2828
args: ['tail', '-f', '/dev/null']
2929
memoryLimit: 1024Mi
3030
name: runtime

stacks/nodejs-svelte/1.0.3/devfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ components:
2424
endpoints:
2525
- name: http-svelte
2626
targetPort: 3000
27-
image: registry.access.redhat.com/ubi8/nodejs-16:1-129.1698060573
27+
image: registry.access.redhat.com/ubi8/nodejs-16:1-139
2828
args: ['tail', '-f', '/dev/null']
2929
memoryLimit: 1024Mi
3030
name: runtime

stacks/nodejs-vue/1.0.2/devfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ components:
2727
endpoints:
2828
- name: http-vue
2929
targetPort: 3000
30-
image: registry.access.redhat.com/ubi8/nodejs-16:1-129.1698060573
30+
image: registry.access.redhat.com/ubi8/nodejs-16:1-139
3131
args: ['tail', '-f', '/dev/null']
3232
memoryLimit: 1024Mi
3333
name: runtime

0 commit comments

Comments
 (0)