1
0
mirror of https://github.com/openshift/source-to-image.git synced 2026-02-05 03:45:02 +01:00

Update release Dockerfiles

Changes:
- Konflux Dockerfiles updated to use authenticated UBI images from authenticated registry
- Upstream release Dockerfile updated to use golang builder image 1.25.3

Signed-off-by: Sayan Biswas <sayan-biswas@live.com>
This commit is contained in:
Sayan Biswas
2025-11-25 01:12:32 +05:30
committed by Sayan Biswas
parent 3189d6eb43
commit 939c66edfe
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

@@ -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" \

View File

@@ -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"