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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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" \
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user