Skip to content

Commit

Permalink
Merge pull request #414 from GoogleContainerTools/ImJasonH-patch-1
Browse files Browse the repository at this point in the history
"Container Builder" - > "Cloud Build"
  • Loading branch information
priyawadhwa authored Oct 26, 2018
2 parents 1639d1d + b8c1314 commit 5d731d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ We do **not** recommend running the kaniko executor binary in another image, as
- [Running kaniko](#running-kaniko)
- [Running kaniko in a Kubernetes cluster](#running-kaniko-in-a-kubernetes-cluster)
- [Running kaniko in gVisor](#running-kaniko-in-gvisor)
- [Running kaniko in Google Container Builder](#running-kaniko-in-google-container-builder)
- [Running kaniko in Google Cloud Build](#running-kaniko-in-google-cloud-build)
- [Running kaniko locally](#running-kaniko-locally)
- [Caching](#caching)
- [Pushing to Different Registries](#pushing-to-different-registries)
Expand Down Expand Up @@ -87,7 +87,7 @@ There are several different ways to deploy and run kaniko:

- [In a Kubernetes cluster](#running-kaniko-in-a-kubernetes-cluster)
- [In gVisor](#running-kaniko-in-gvisor)
- [In Google Container Builder](#running-kaniko-in-google-container-builder)
- [In Google Cloud Build](#running-kaniko-in-google-cloud-build)
- [Locally](#running-kaniko-locally)

#### Running kaniko in a Kubernetes cluster
Expand Down Expand Up @@ -154,7 +154,7 @@ gcr.io/kaniko-project/executor:latest \
We pass in `--runtime=runsc` to use gVisor.
This example mounts the current directory to `/workspace` for the build context and the `~/.config` directory for GCR credentials.

#### Running kaniko in Google Container Builder
#### Running kaniko in Google Cloud Build

To run kaniko in GCB, add it to your build config as a build step:

Expand Down Expand Up @@ -413,4 +413,4 @@ file are made and when the `mtime` is updated. This means:
which will still be correct, but it does affect the number of layers.

_Note that these issues are currently theoretical only. If you see this issue occur, please
[open an issue](https://github.com/GoogleContainerTools/kaniko/issues)._
[open an issue](https://github.com/GoogleContainerTools/kaniko/issues)._

0 comments on commit 5d731d3

Please sign in to comment.