kaniko/deploy
Jason Hall f694212385
Use golang:1.17 and build from reproducible source (#1848)
* cleanup: Correctly use buildx TARGETARCH

* undo changes to Go version

* Use golang:1.17 and build from reproducible source

This change updates the Go version used to build kaniko and credential
helpers to Go 1.17, which uses Go modules by default. This means that we
can build outside of $GOPATH, from source fetched from the Go module
proxy.

This change also simplfies our builds of credential helpers to simply
`go install` them at a pinned version, for reproducibility and
simplicity.

This also changes `make images` and `make push` to build and push the
slim executor image as well.
2021-12-20 22:01:37 -05:00
..
Dockerfile Use golang:1.17 and build from reproducible source (#1848) 2021-12-20 22:01:37 -05:00
Dockerfile_debug Use golang:1.17 and build from reproducible source (#1848) 2021-12-20 22:01:37 -05:00
Dockerfile_slim Use golang:1.17 and build from reproducible source (#1848) 2021-12-20 22:01:37 -05:00
Dockerfile_warmer Use golang:1.17 and build from reproducible source (#1848) 2021-12-20 22:01:37 -05:00
cloudbuild-debug-release.yaml Mutli-arch support (#1531) 2021-01-25 17:49:19 -08:00
cloudbuild-debug.yaml Fix release pipeline (#1561) 2021-02-08 09:59:16 -08:00
cloudbuild-executor-release.yaml Mutli-arch support (#1531) 2021-01-25 17:49:19 -08:00
cloudbuild-executor.yaml Fix release pipeline (#1561) 2021-02-08 09:59:16 -08:00
cloudbuild-warmer-release.yaml Mutli-arch support (#1531) 2021-01-25 17:49:19 -08:00
cloudbuild-warmer.yaml Mutli-arch support (#1531) 2021-01-25 17:49:19 -08:00