From 9ecfef2afd7df7d35b74c1dc07bbcf1c9a38706a Mon Sep 17 00:00:00 2001 From: Nick Boldt Date: Fri, 19 Apr 2024 18:03:19 +0000 Subject: [PATCH 1/3] chore: Update from ubi8/ubi:8.9-1107 to ubi8/ubi:8.9-1160 Signed-off-by: Nick Boldt --- che-plugin/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/che-plugin/Dockerfile b/che-plugin/Dockerfile index 10cc2294..f81e90e5 100644 --- a/che-plugin/Dockerfile +++ b/che-plugin/Dockerfile @@ -7,7 +7,7 @@ # # https://registry.access.redhat.com/ubi8/ubi -FROM registry.access.redhat.com/ubi8/ubi:8.9-1107 +FROM registry.access.redhat.com/ubi8/ubi:8.9-1160 RUN yum install java-11-openjdk-devel unzip -y --nodocs COPY . /devfile-plugin-compilation From 8d7b7ff6ae934c57cce33f4fcdc0618745871231 Mon Sep 17 00:00:00 2001 From: Nick Boldt Date: Fri, 19 Apr 2024 18:03:24 +0000 Subject: [PATCH 2/3] chore: Update from ubi8/ubi:8.9-1107 to ubi8/ubi:8.9-1160 Signed-off-by: Nick Boldt --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 039edaf9..37885bac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,7 @@ # * asset-projector-server-assembly.zip - Projector Server assembly; # * asset-static-assembly.tar.gz - archived `static/` directory. # https://registry.access.redhat.com/ubi8/ubi -FROM registry.access.redhat.com/ubi8/ubi:8.9-1107 as ubi-builder +FROM registry.access.redhat.com/ubi8/ubi:8.9-1160 as ubi-builder COPY --chown=0:0 asset-required-rpms.txt /tmp/asset-required-rpms.txt RUN mkdir -p /mnt/rootfs From 105caf08981bd17e80fef8d9ea5203e3a214bec2 Mon Sep 17 00:00:00 2001 From: Nick Boldt Date: Fri, 19 Apr 2024 18:03:27 +0000 Subject: [PATCH 3/3] chore: Update from ubi8-minimal:8.9-1108 to ubi8-minimal:8.9-1161 Signed-off-by: Nick Boldt --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 37885bac..76ac2ad1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -84,7 +84,7 @@ RUN rm /mnt/rootfs/etc/hosts # Stage 2. Copy from build environment Projector assembly to the runtime. Projector runs in headless mode. # https://registry.access.redhat.com/ubi8-minimal -FROM registry.access.redhat.com/ubi8-minimal:8.9-1108 +FROM registry.access.redhat.com/ubi8-minimal:8.9-1161 ENV HOME=/home/projector ENV PROJECTOR_ASSEMBLY_DIR /projector ENV PROJECTOR_CONFIG_DIR $HOME/.jetbrains