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

chore: use major version tags for docker images

- using major version tags for dockerfile ensures that the images
are built using latest update

Signed-off-by: Avinal Kumar <avinal@redhat.com>
This commit is contained in:
Avinal Kumar
2025-07-01 16:02:26 +05:30
parent c301811d96
commit c9f710fe2e
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8/go-toolset:1.23.6-2.1747789945 AS builder
FROM registry.access.redhat.com/ubi8/go-toolset:1.23 AS builder
ENV S2I_GIT_VERSION="1.5.0" \
S2I_GIT_MAJOR="1" \
@@ -31,4 +31,4 @@ LABEL \
io.k8s.display-name="Source-to-Image" \
io.openshift.tags="source-to-image,s2i" \
io.openshift.maintainer.product="OpenShift Container Platform" \
io.openshift.maintainer.component="Source-to-Image"
io.openshift.maintainer.component="Source-to-Image"

View File

@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8/go-toolset:1.23.6-2.1747789945 AS builder
FROM registry.access.redhat.com/ubi8/go-toolset:1.23 AS builder
ENV S2I_GIT_VERSION="1.5.0" \
S2I_GIT_MAJOR="1" \
S2I_GIT_MINOR="5"