mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-14 02:20:53 +00:00
change kinflate to kustomize
This commit is contained in:
16
build/README.md
Normal file
16
build/README.md
Normal file
@@ -0,0 +1,16 @@
|
||||
## Steps to run build locally
|
||||
|
||||
Install container-builder-local from github and define GOOS, GOARCH, OUTPUT env
|
||||
variables and run following command
|
||||
|
||||
```sh
|
||||
container-builder-local --config=cmd/kustomize/build/cloudbuild_local.yaml --dryrun=false --substitutions=_GOOS=$GOOS,_GOARCH=$GOARCH --write-workspace=$OUTPUT .
|
||||
```
|
||||
|
||||
## Steps to submit build to Google container builder
|
||||
|
||||
You need to be at the repo level to be able to run the following command
|
||||
|
||||
```
|
||||
gcloud container builds submit . --config=cmd/kustomize/build/cloudbuild.yaml --substitutions=_GOOS=$GOOS,_GOARCH=$GOARCH
|
||||
```
|
||||
Reference in New Issue
Block a user