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

Merge pull request #1285 from sayan-biswas/update-release-dockerfile

Update release Dockerfiles
This commit is contained in:
Sayan Biswas
2025-11-25 15:01:38 +05:30
committed by GitHub
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"