diff --git a/.tekton/source-to-image-unit-test.yaml b/.tekton/source-to-image-unit-test.yaml index 63e2165ec..93670b76e 100644 --- a/.tekton/source-to-image-unit-test.yaml +++ b/.tekton/source-to-image-unit-test.yaml @@ -19,7 +19,7 @@ spec: - description: The Go base image used to run the unit tests name: BASE_IMAGE type: string - default: registry.access.redhat.com/ubi10/go-toolset:1.25.3 + default: registry.redhat.io/ubi10/go-toolset:1.25.3 stepTemplate: volumeMounts: - mountPath: /var/workdir diff --git a/images/release/Dockerfile b/images/release/Dockerfile index 41017fe0a..c8c982f7c 100644 --- a/images/release/Dockerfile +++ b/images/release/Dockerfile @@ -3,7 +3,7 @@ # # The standard name for this image is openshift/sti-release # -FROM registry.redhat.io/ubi9/go-toolset:1.24 AS builder +FROM registry.access.redhat.com/ubi10/go-toolset:1.25.3 AS builder USER root ENV S2I_VERSION_FILE=/opt/app-root/src/source-to-image/sti-version-defs diff --git a/rhel8.Dockerfile b/rhel8.Dockerfile index 01325062b..8bbb1f86e 100644 --- a/rhel8.Dockerfile +++ b/rhel8.Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi10/go-toolset:1.25.3 AS builder +FROM registry.redhat.io/ubi10/go-toolset:1.25.3 AS builder ENV S2I_GIT_VERSION="1.5.2" \ S2I_GIT_MAJOR="1" \ diff --git a/rhel9.Dockerfile b/rhel9.Dockerfile index da60c8c4a..7a81a759c 100644 --- a/rhel9.Dockerfile +++ b/rhel9.Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi10/go-toolset:1.25.3 AS builder +FROM registry.redhat.io/ubi10/go-toolset:1.25.3 AS builder ENV S2I_GIT_VERSION="1.5.2" \ S2I_GIT_MAJOR="1" \ S2I_GIT_MINOR="5"