* 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. |
||
|---|---|---|
| .. | ||
| Dockerfile | ||
| Dockerfile_debug | ||
| Dockerfile_slim | ||
| Dockerfile_warmer | ||
| cloudbuild-debug-release.yaml | ||
| cloudbuild-debug.yaml | ||
| cloudbuild-executor-release.yaml | ||
| cloudbuild-executor.yaml | ||
| cloudbuild-warmer-release.yaml | ||
| cloudbuild-warmer.yaml | ||