From 428987dc3d574f0633795e38938dc96ac0c4e9b7 Mon Sep 17 00:00:00 2001 From: "konflux-internal-p02[bot]" <170854209+konflux-internal-p02[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 02:37:34 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v1.26.2-1777889793 Signed-off-by: konflux-internal-p02 <170854209+konflux-internal-p02[bot]@users.noreply.github.com> --- jupyter/datascience/ubi9-python-3.12/Dockerfile.konflux.cpu | 2 +- .../ubi9-python-3.12/Dockerfile.konflux.cuda | 2 +- jupyter/pytorch/ubi9-python-3.12/Dockerfile.konflux.cuda | 2 +- jupyter/rocm/pytorch/ubi9-python-3.12/Dockerfile.konflux.rocm | 2 +- .../rocm/tensorflow/ubi9-python-3.12/Dockerfile.konflux.rocm | 2 +- jupyter/tensorflow/ubi9-python-3.12/Dockerfile.konflux.cuda | 2 +- jupyter/trustyai/ubi9-python-3.12/Dockerfile.konflux.cpu | 2 +- scripts/dockerfile_fragments.py | 4 ++-- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/jupyter/datascience/ubi9-python-3.12/Dockerfile.konflux.cpu b/jupyter/datascience/ubi9-python-3.12/Dockerfile.konflux.cpu index 0e9d68952c..fa41bcfb5e 100644 --- a/jupyter/datascience/ubi9-python-3.12/Dockerfile.konflux.cpu +++ b/jupyter/datascience/ubi9-python-3.12/Dockerfile.konflux.cpu @@ -7,7 +7,7 @@ ARG BASE_IMAGE # mongocli-builder (build stage only, not published) # # Source: shared git submodule; Go modules from Cachi2 # ###################################################### -FROM registry.access.redhat.com/ubi9/go-toolset:1.25.9-1778504036 AS mongocli-builder +FROM registry.access.redhat.com/ubi9/go-toolset:1.26.2-1777889793 AS mongocli-builder USER 0 diff --git a/jupyter/pytorch+llmcompressor/ubi9-python-3.12/Dockerfile.konflux.cuda b/jupyter/pytorch+llmcompressor/ubi9-python-3.12/Dockerfile.konflux.cuda index 081f555e6b..c3180bc3c8 100644 --- a/jupyter/pytorch+llmcompressor/ubi9-python-3.12/Dockerfile.konflux.cuda +++ b/jupyter/pytorch+llmcompressor/ubi9-python-3.12/Dockerfile.konflux.cuda @@ -10,7 +10,7 @@ ARG BASE_IMAGE # Source: git submodule at prefetch-input/mongocli; # # Go deps prefetched by Konflux/Cachi2 (gomod). # ###################################################### -FROM registry.access.redhat.com/ubi9/go-toolset:1.25.9-1778504036 AS mongocli-builder +FROM registry.access.redhat.com/ubi9/go-toolset:1.26.2-1777889793 AS mongocli-builder # OS Packages needs to be installed as root USER 0 diff --git a/jupyter/pytorch/ubi9-python-3.12/Dockerfile.konflux.cuda b/jupyter/pytorch/ubi9-python-3.12/Dockerfile.konflux.cuda index f0c38e22b2..f9330cbb1b 100644 --- a/jupyter/pytorch/ubi9-python-3.12/Dockerfile.konflux.cuda +++ b/jupyter/pytorch/ubi9-python-3.12/Dockerfile.konflux.cuda @@ -10,7 +10,7 @@ ARG BASE_IMAGE # Source: git submodule at repo-root prefetch-input/mongocli. # # Go deps prefetched by Konflux/Cachi2 (gomod). # ###################################################### -FROM registry.access.redhat.com/ubi9/go-toolset:1.25.9-1778504036 AS mongocli-builder +FROM registry.access.redhat.com/ubi9/go-toolset:1.26.2-1777889793 AS mongocli-builder ARG PYTORCH_SOURCE_CODE=jupyter/pytorch/ubi9-python-3.12 diff --git a/jupyter/rocm/pytorch/ubi9-python-3.12/Dockerfile.konflux.rocm b/jupyter/rocm/pytorch/ubi9-python-3.12/Dockerfile.konflux.rocm index 271a389547..3d3e25ec96 100644 --- a/jupyter/rocm/pytorch/ubi9-python-3.12/Dockerfile.konflux.rocm +++ b/jupyter/rocm/pytorch/ubi9-python-3.12/Dockerfile.konflux.rocm @@ -8,7 +8,7 @@ ARG BASE_IMAGE # Source: git submodule at repo-root prefetch-input/mongocli. # # Go deps prefetched by Konflux/Cachi2 (gomod). # ###################################################### -FROM registry.access.redhat.com/ubi9/go-toolset:1.25.9-1778504036 AS mongocli-builder +FROM registry.access.redhat.com/ubi9/go-toolset:1.26.2-1777889793 AS mongocli-builder USER 0 diff --git a/jupyter/rocm/tensorflow/ubi9-python-3.12/Dockerfile.konflux.rocm b/jupyter/rocm/tensorflow/ubi9-python-3.12/Dockerfile.konflux.rocm index 51d0b5240b..6ffb148477 100644 --- a/jupyter/rocm/tensorflow/ubi9-python-3.12/Dockerfile.konflux.rocm +++ b/jupyter/rocm/tensorflow/ubi9-python-3.12/Dockerfile.konflux.rocm @@ -10,7 +10,7 @@ ARG BASE_IMAGE # Source: git submodule at repo-root prefetch-input/mongocli. # # Go deps prefetched by Konflux/Cachi2 (gomod). # ###################################################### -FROM registry.access.redhat.com/ubi9/go-toolset:1.25.9-1778504036 AS mongocli-builder +FROM registry.access.redhat.com/ubi9/go-toolset:1.26.2-1777889793 AS mongocli-builder # OS Packages needs to be installed as root USER 0 diff --git a/jupyter/tensorflow/ubi9-python-3.12/Dockerfile.konflux.cuda b/jupyter/tensorflow/ubi9-python-3.12/Dockerfile.konflux.cuda index 9cefbe76bb..15b602da73 100644 --- a/jupyter/tensorflow/ubi9-python-3.12/Dockerfile.konflux.cuda +++ b/jupyter/tensorflow/ubi9-python-3.12/Dockerfile.konflux.cuda @@ -10,7 +10,7 @@ ARG BASE_IMAGE # Source: git submodule at prefetch-input/mongocli; # # Go deps prefetched by Konflux/Cachi2 (gomod). # ###################################################### -FROM registry.access.redhat.com/ubi9/go-toolset:1.25.9-1778504036 AS mongocli-builder +FROM registry.access.redhat.com/ubi9/go-toolset:1.26.2-1777889793 AS mongocli-builder # OS Packages needs to be installed as root USER 0 diff --git a/jupyter/trustyai/ubi9-python-3.12/Dockerfile.konflux.cpu b/jupyter/trustyai/ubi9-python-3.12/Dockerfile.konflux.cpu index 4ab0582bdb..27f2152ff3 100644 --- a/jupyter/trustyai/ubi9-python-3.12/Dockerfile.konflux.cpu +++ b/jupyter/trustyai/ubi9-python-3.12/Dockerfile.konflux.cpu @@ -7,7 +7,7 @@ ARG BASE_IMAGE # mongocli-builder (build stage only, not published) # # Source: shared git submodule; Go modules from Cachi2 # ###################################################### -FROM registry.access.redhat.com/ubi9/go-toolset:1.25.9-1778504036 AS mongocli-builder +FROM registry.access.redhat.com/ubi9/go-toolset:1.26.2-1777889793 AS mongocli-builder USER 0 diff --git a/scripts/dockerfile_fragments.py b/scripts/dockerfile_fragments.py index 3fd9b74bc4..42ccaa4bd2 100755 --- a/scripts/dockerfile_fragments.py +++ b/scripts/dockerfile_fragments.py @@ -234,7 +234,7 @@ def main(): ###################################################### # mongocli-builder (build stage only, not published) # ###################################################### - FROM registry.access.redhat.com/ubi9/go-toolset:1.25.9-1778504036 AS mongocli-builder + FROM registry.access.redhat.com/ubi9/go-toolset:1.26.2-1777889793 AS mongocli-builder ARG MONGOCLI_VERSION=2.0.4 @@ -251,7 +251,7 @@ def main(): ###################################################### # mongocli-builder (build stage only, not published) # ###################################################### - FROM registry.access.redhat.com/ubi9/go-toolset:1.25.9-1778504036 AS mongocli-builder + FROM registry.access.redhat.com/ubi9/go-toolset:1.26.2-1777889793 AS mongocli-builder ARG MONGOCLI_VERSION=2.0.4