mirror of
https://github.com/openshift/source-to-image.git
synced 2026-02-05 12:44:54 +01:00
Update go version and depedencies
Changes: - Update go version to 1.25.3 - Update dependencies to mitigate CVEs - Fix tests to work with broken APIs after update - Remove/Replace deprecated methods - Update Git command to ignore pre-commit hooks - Update Go builder image to 1.25 in docker files and Openshift CI - Update tekton pipeline task bundles to have updated golang image Signed-off-by: Sayan Biswas <sayan-biswas@live.com>
This commit is contained in:
committed by
Sayan Biswas
parent
45635f9ec8
commit
09956e52a1
@@ -1,6 +1,6 @@
|
||||
FROM registry.access.redhat.com/ubi8/go-toolset:1.23 AS builder
|
||||
FROM registry.access.redhat.com/ubi10/go-toolset:1.25.3 AS builder
|
||||
|
||||
ENV S2I_GIT_VERSION="1.5.0" \
|
||||
ENV S2I_GIT_VERSION="1.5.2" \
|
||||
S2I_GIT_MAJOR="1" \
|
||||
S2I_GIT_MINOR="5"
|
||||
|
||||
@@ -23,11 +23,14 @@ LABEL \
|
||||
name="source-to-image/source-to-image-rhel8" \
|
||||
description="Source-to-Image is a builder image" \
|
||||
summary="Source-to-Image is a builder image" \
|
||||
version="1.6.0" \
|
||||
version="v1.5.2" \
|
||||
vendor="Red Hat, Inc." \
|
||||
com.redhat.component="source-to-image-container" \
|
||||
cpe="cpe:/a:redhat:source_to_image:1.5::el8" \
|
||||
maintainer="openshift-builds@redhat.com" \
|
||||
distribution-scope="public" \
|
||||
release="v1.5.2" \
|
||||
url="https://catalog.redhat.com/en/software/container-stacks/detail/5ec54a2e110f56bd24f2ddc7" \
|
||||
io.k8s.description="Source-to-Image is a builder image" \
|
||||
io.k8s.display-name="Source-to-Image" \
|
||||
io.openshift.tags="source-to-image,s2i" \
|
||||
|
||||
Reference in New Issue
Block a user