mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
Merge pull request #231 from bendory/master
Container Builder has been renamed Cloud Build
This commit is contained in:
@@ -1,16 +1,16 @@
|
|||||||
[releases page]: https://github.com/kubernetes-sigs/kustomize/releases
|
[releases page]: https://github.com/kubernetes-sigs/kustomize/releases
|
||||||
[`container-builder-local`]: https://github.com/GoogleCloudPlatform/container-builder-local
|
[`cloud-build-local`]: https://github.com/GoogleCloudPlatform/cloud-build-local
|
||||||
[Google Container Builder]: https://cloud.google.com/container-builder
|
[Google Cloud Build]: https://cloud.google.com/cloud-build
|
||||||
|
|
||||||
Scripts and configuration files for publishing a
|
Scripts and configuration files for publishing a
|
||||||
`kustomize` release on the [releases page].
|
`kustomize` release on the [releases page].
|
||||||
|
|
||||||
### Build a release locally
|
### Build a release locally
|
||||||
|
|
||||||
Install [`container-builder-local`], then run
|
Install [`cloud-build-local`], then run
|
||||||
|
|
||||||
```
|
```
|
||||||
container-builder-local \
|
cloud-build-local \
|
||||||
--config=build/cloudbuild_local.yaml \
|
--config=build/cloudbuild_local.yaml \
|
||||||
--dryrun=false --write-workspace=/tmp/w .
|
--dryrun=false --write-workspace=/tmp/w .
|
||||||
```
|
```
|
||||||
@@ -41,5 +41,5 @@ Push the tag upstream:
|
|||||||
git push upstream $version
|
git push upstream $version
|
||||||
```
|
```
|
||||||
|
|
||||||
The new tag will trigger a job in [Google Container
|
The new tag will trigger a job in [Google Cloud
|
||||||
Builder] to put a new release on the [releases page].
|
Build] to put a new release on the [releases page].
|
||||||
|
|||||||
Reference in New Issue
Block a user