From d0e4f003bae9bd9c43bcdda93c40bc1826f50da5 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 08:19:00 +0000 Subject: [PATCH] Update registry.access.redhat.com/ubi8-minimal Docker tag to v8.10-1770597478 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- image/Containerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/image/Containerfile b/image/Containerfile index 6fc0fa1..9da6632 100644 --- a/image/Containerfile +++ b/image/Containerfile @@ -19,7 +19,7 @@ # 4. Start using uploader # charon upload/delete from /home/charon/upload/... ### -FROM registry.access.redhat.com/ubi8-minimal:8.10-1770021813 as builder +FROM registry.access.redhat.com/ubi8-minimal:8.10-1770597478 as builder ARG GIT_BRANCH=release @@ -28,7 +28,7 @@ RUN git clone -b ${GIT_BRANCH} --depth 1 https://github.com/Commonjava/charon.gi RUN pip3 install --no-cache-dir --upgrade pip RUN pip3 wheel ./charon -FROM registry.access.redhat.com/ubi8-minimal:8.10-1770021813 +FROM registry.access.redhat.com/ubi8-minimal:8.10-1770597478 ARG USER=charon ARG UID=10000