From e60a2df091603e344169c1a4223c888e486524fc Mon Sep 17 00:00:00 2001 From: che-bot <39771996+che-bot@users.noreply.github.com> Date: Mon, 6 Jun 2022 16:16:54 +0200 Subject: [PATCH] chore: Update from ubi8/nodejs-14:1-75 to ubi8/nodejs-14:1-75.1652296492 (#1351) * chore: Update from ubi8/nodejs-14:1-75 to ubi8/nodejs-14:1-75.1652296492 Signed-off-by: Mykhailo Kuznietsov * chore: Update from ubi8/nodejs-14:1-75 to ubi8/nodejs-14:1-75.1652296492 Signed-off-by: Mykhailo Kuznietsov * chore: Update from ubi8/nodejs-14:1-75 to ubi8/nodejs-14:1-75.1652296492 Signed-off-by: Mykhailo Kuznietsov Co-authored-by: Mykhailo Kuznietsov --- dockerfiles/theia-dev/docker/ubi8/builder-image-from.dockerfile | 2 +- dockerfiles/theia/docker/ubi8/build-result-from.dockerfile | 2 +- dockerfiles/theia/docker/ubi8/runtime-from.dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dockerfiles/theia-dev/docker/ubi8/builder-image-from.dockerfile b/dockerfiles/theia-dev/docker/ubi8/builder-image-from.dockerfile index 9b5e93ffd..1c1c04383 100644 --- a/dockerfiles/theia-dev/docker/ubi8/builder-image-from.dockerfile +++ b/dockerfiles/theia-dev/docker/ubi8/builder-image-from.dockerfile @@ -1,2 +1,2 @@ # https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi8/nodejs-14 -FROM registry.access.redhat.com/ubi8/nodejs-14:1-75 +FROM registry.access.redhat.com/ubi8/nodejs-14:1-75.1652296492 diff --git a/dockerfiles/theia/docker/ubi8/build-result-from.dockerfile b/dockerfiles/theia/docker/ubi8/build-result-from.dockerfile index bb2e16558..82ea9e813 100644 --- a/dockerfiles/theia/docker/ubi8/build-result-from.dockerfile +++ b/dockerfiles/theia/docker/ubi8/build-result-from.dockerfile @@ -1,3 +1,3 @@ # https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi8/nodejs-14 -FROM registry.access.redhat.com/ubi8/nodejs-14:1-75 as build-result +FROM registry.access.redhat.com/ubi8/nodejs-14:1-75.1652296492 as build-result USER root diff --git a/dockerfiles/theia/docker/ubi8/runtime-from.dockerfile b/dockerfiles/theia/docker/ubi8/runtime-from.dockerfile index a088e9a74..c25a75285 100644 --- a/dockerfiles/theia/docker/ubi8/runtime-from.dockerfile +++ b/dockerfiles/theia/docker/ubi8/runtime-from.dockerfile @@ -1,2 +1,2 @@ # https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi8/nodejs-14 -FROM registry.access.redhat.com/ubi8/nodejs-14:1-75 as runtime +FROM registry.access.redhat.com/ubi8/nodejs-14:1-75.1652296492 as runtime