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

17 Commits

Author SHA1 Message Date
Sayan Biswas
939c66edfe Update release Dockerfiles
Changes:
- Konflux Dockerfiles updated to use authenticated UBI images from authenticated registry
- Upstream release Dockerfile updated to use golang builder image 1.25.3

Signed-off-by: Sayan Biswas <sayan-biswas@live.com>
2025-11-25 01:14:36 +05:30
Sayan Biswas
09956e52a1 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>
2025-11-24 13:54:33 +05:30
Sayan Biswas
26d3bd019f Update golang to 1.23
Changes:
- Update go.mod to 1.23
- Update Dockerfiles and CI
2025-05-23 13:30:29 +05:30
red-hat-konflux[bot]
f43b0c4df9 chore(deps): update registry.redhat.io/ubi9/go-toolset docker tag to v1.22.9
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
2024-12-23 08:05:17 +00:00
red-hat-konflux[bot]
66c6c9fd1a chore(deps): update registry.redhat.io/ubi9/go-toolset docker tag to v1.21.13
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
2024-09-25 08:07:35 +00:00
Adam Kaplan
349a4d9039 BUILD-960: Update Containers to UBI9 go-toolset
- Update Dockerfiles to use the ubi9 go-toolset images. For the
  releaser image, this avoids downloading the go sdk as part of the
  relase process.
- Add `build-container` make target for convenience.
- Update ci-operator build root to use rhel-9 golang 1.20 image for OCP
  4.15

Signed-off-by: Adam Kaplan <adam.kaplan@redhat.com>
2024-05-09 13:48:13 -04:00
Corey Daley
5f152d3245 updating go version for building releases 2023-10-18 08:20:06 -04:00
Corey Daley
3944af65f2 Updating release code to use go1.18 2022-12-13 22:17:49 -05:00
Adam Kaplan
af408da20a Use volume mount in release build
- Use bind mount instead of tar stream to add source code to the release
  container.
- Update release Dockerfile to declare volume for the s2i source.
  Command updated to remove tar stream in
- Add sti-version-defs file to .gitignore
2020-10-09 13:56:15 -04:00
Adam Kaplan
d6ad0c5b01 Bump release golang to 1.12.5
* Fixes recent change to podman cp
2019-06-07 12:17:02 -04:00
Adam Kaplan
7d48f15be7 Fixes to release process
- Use podman instead of docker
- Use UBI as base image
- Bump golang to 1.10.8
2019-05-14 21:50:41 -04:00
Jim Minter
483683e640 build s2i releases using go 1.7 2017-01-06 11:23:22 +00:00
Rodolfo Carvalho
68c96a9fbc Replace STI_* env vars with S2I_*
This is a careful replacement of `STI_([A-Z_]+)` with `S2I_$1` in all
*.sh files, plus references to those env vars in other files.
2016-05-16 12:16:38 +02:00
Maciej Szulik
cc8a3e7657 Updating build process to match orign.
1. Added make release
2. Builds are placed in _output/local/bin/$(platform) directory
3. Added i386 binaries in release
2015-11-09 13:53:39 +01:00
Michal Fojtik
cfc8103a9b Fix package names in release Dockerfile 2015-05-18 17:01:20 +02:00
Ben Parees
ad3e51a147 cover tool was relocated 2015-05-15 14:08:39 -04:00
Maciej Szulik
ca80ce28b1 Updated build and release process to match origins 2014-12-02 12:26:20 +01:00