Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion jupyter/pytorch/ubi9-python-3.12/Dockerfile.konflux.cuda
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion jupyter/trustyai/ubi9-python-3.12/Dockerfile.konflux.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions scripts/dockerfile_fragments.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down
Loading