Skip to content

Commit

Permalink
Update installation doc beta.2 binaries (#2403)
Browse files Browse the repository at this point in the history
  • Loading branch information
phanimarupaka committed Jul 16, 2021
1 parent 2a817f6 commit 9885597
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions site/installation/README.md
Expand Up @@ -70,15 +70,15 @@ Use one of the kpt docker images.
### `kpt`

```shell
$ docker run gcr.io/kpt-dev/kpt:v1.0.0-beta.1 version
$ docker run gcr.io/kpt-dev/kpt:v1.0.0-beta.2 version
```

### `kpt-gcloud`

An image which includes kpt based upon the Google [cloud-sdk] alpine image.

```shell
$ docker run gcr.io/kpt-dev/kpt-gcloud:v1.0.0-beta.1 version
$ docker run gcr.io/kpt-dev/kpt-gcloud:v1.0.0-beta.2 version
```

## Source
Expand All @@ -101,7 +101,7 @@ $ kpt version
https://console.cloud.google.com/gcr/images/kpt-dev/GLOBAL/kpt-gcloud?gcrImageListsize=30
[cloud-sdk]: https://github.com/GoogleCloudPlatform/cloud-sdk-docker
[linux]:
https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.1/kpt_linux_amd64
https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.2/kpt_linux_amd64
[darwin]:
https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.1/kpt_darwin_amd64
https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.2/kpt_darwin_amd64
[migration guide]: /installation/migration

0 comments on commit 9885597

Please sign in to comment.