mirror of
https://github.com/openshift/source-to-image.git
synced 2026-02-05 12:44:54 +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:
@@ -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" \
|
ENV S2I_GIT_VERSION="1.5.0" \
|
||||||
S2I_GIT_MAJOR="1" \
|
S2I_GIT_MAJOR="1" \
|
||||||
@@ -31,4 +31,4 @@ LABEL \
|
|||||||
io.k8s.display-name="Source-to-Image" \
|
io.k8s.display-name="Source-to-Image" \
|
||||||
io.openshift.tags="source-to-image,s2i" \
|
io.openshift.tags="source-to-image,s2i" \
|
||||||
io.openshift.maintainer.product="OpenShift Container Platform" \
|
io.openshift.maintainer.product="OpenShift Container Platform" \
|
||||||
io.openshift.maintainer.component="Source-to-Image"
|
io.openshift.maintainer.component="Source-to-Image"
|
||||||
|
|||||||
@@ -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" \
|
ENV S2I_GIT_VERSION="1.5.0" \
|
||||||
S2I_GIT_MAJOR="1" \
|
S2I_GIT_MAJOR="1" \
|
||||||
S2I_GIT_MINOR="5"
|
S2I_GIT_MINOR="5"
|
||||||
|
|||||||
Reference in New Issue
Block a user