1
0
mirror of https://github.com/openshift/source-to-image.git synced 2026-02-05 12:44:54 +01:00
Commit Graph

17 Commits

Author SHA1 Message Date
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
48f25bd76c adding goio 2023-03-16 00:59:17 -04:00
Corey Daley
ca128755ab Cleanup Makefile and old linting tools 2023-03-15 21:20:04 -04:00
Otávio Fernandes
f5758afc40 chore(hack): Go Modules based scripts. 2019-10-28 11:01:00 +01:00
Adam Kaplan
ff82006a5d Add update-deps script 2019-07-12 13:57:38 -04:00
Adam Kaplan
2308927668 Refactor s2i Tests for ci-operator
* Isolate integration tests that don't require Docker
* Add OWNERS file
* Add make commands to run integration tests
2019-06-06 11:33:13 -04:00
guangxuli
33697c7377 fix invalid test session
refix test target

move hack/verify-bash-completion.sh

use test target
2017-03-24 09:01:47 +08:00
Jim Minter
2af87e7939 move || true to enable Jenkins to run godepchecker 2017-01-03 12:48:41 +00:00
Jim Minter
6013ba86a3 add godepchecker 2016-12-01 17:42:37 +00:00
Jim Minter
0604914056 fix lint warnings 2016-10-18 11:21:52 +01:00
gabemontero
ada1c5fff8 _workspace -> vendor 2016-08-12 15:42:25 -04:00
Rodolfo Carvalho
cf1d83d612 Fix hack/verify-*.sh and improve other scripts
Summary:
- Add 'make verify' to Travis.
- Fix verify-golint.sh: old invocation would not work unless GOPATH is a
  single directory.
- Fix verify-govet.go: 'go vet' does not take flags, should use 'go tool
  vet'.
- Fix early termination of hack/verify-govet.sh.
- Enable 'go vet' in 'make verify'; will prevent introducing problems
  detected by the vet tool in future PRs.
- Make sure golint is installed in Travis.
- Improve install-tools.sh, parity with the one in openshift/origin.
- s/os::util::sed/s2i::util::sed for consistency.
- Reimplement/simplify find_files, now called s2i::util::find_files, and
  use it in all scripts consistently.
- Suggest autocorrection for gofmt, as seen in openshift/origin.
- Do not check Go version (verify-*.sh should be run no matter the Go
  version?!).
- Do not create directory _output/govet (not used?!).
- Explicitly disable check of composite literals. Vet gives false
  positives on literals using unkeyed fields.
2016-05-19 14:42:56 +02:00
Michal Fojtik
d10b716f3d Follow up for bash completion 2016-04-05 16:14:04 +02:00
Maciej Szulik
7225f875da Fixed misleading example in Makefile 2015-11-20 08:00:24 +01: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
Maciej Szulik
276652b512 Added govet 2015-08-25 21:56:19 +02:00
Maciej Szulik
1951d47a13 Adding Makefile for simplicity of cleaning/building 2014-11-27 15:41:08 +01:00