Skip to content

Commit d730d93

Browse files
committed
Fix installation instructions
Signed-off-by: Fiachra Corcoran <fiachra.corcoran@est.tech>
1 parent bfed0cf commit d730d93

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

documentation/content/en/installation/kpt-cli.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ Optionally verify the [SLSA3 signatures](slsa.dev) generated using the OpenSSF's
1515
[slsa-framework/slsa-github-generator](https://github.com/slsa-framework/slsa-github-generator) during the release
1616
process. To verify a release binary:
1717
1. Install the verification tool from [slsa-framework/slsa-verifier#installation](https://github.com/slsa-framework/slsa-verifier#installation).
18-
2. Download the signature file `attestation.intoto.jsonl` from the [GitHub releases page](https://github.com/kptdev/kpt/releases).
18+
2. Download the signature file `multiple.intoto.jsonl` from the [GitHub releases page](https://github.com/kptdev/kpt/releases).
1919
3. Run the verifier:
2020
```shell
21-
slsa-verifier -artifact-path kpt-<os>-<arch> -provenance attestation.intoto.jsonl -source github.com/kptdev/kpt -tag <the-tag>
21+
slsa-verifier verify-artifact --provenance-path multiple.intoto.jsonl --source-uri github.com/kptdev/kpt --source-versioned-tag <the-tag> kpt_<os>_<arch>
2222
```
2323

2424
On Linux and MacOS, make it executable:
@@ -105,15 +105,15 @@ Use one of the kpt docker images.
105105
### `kpt`
106106

107107
```shell
108-
$ docker run gcr.io/kpt-dev/kpt:v1.0.0-beta.49 version
108+
$ docker run ghcr.io/kptdev/kpt:v1.0.0-beta.58 version
109109
```
110110

111111
### `kpt-gcloud`
112112

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

115115
```shell
116-
$ docker run gcr.io/kpt-dev/kpt-gcloud:v1.0.0-beta.49 version
116+
$ docker run ghcr.io/kptdev/kpt-gcloud:v1.0.0-beta.58 version
117117
```
118118

119119
## Source
@@ -131,17 +131,17 @@ $ kpt version
131131
```
132132

133133
[gcr.io/kpt-dev/kpt]:
134-
https://console.cloud.google.com/gcr/images/kpt-dev/GLOBAL/kpt?gcrImageListsize=30
134+
https://github.com/kptdev/kpt/pkgs/container/kpt
135135
[gcr.io/kpt-dev/kpt-gcloud]:
136-
https://console.cloud.google.com/gcr/images/kpt-dev/GLOBAL/kpt-gcloud?gcrImageListsize=30
136+
https://github.com/kptdev/kpt/pkgs/container/kpt-gcloud
137137
[cloud-sdk]: https://github.com/GoogleCloudPlatform/cloud-sdk-docker
138138
[linux-amd64]:
139-
https://github.com/kptdev/kpt/releases/download/v1.0.0-beta.49/kpt_linux_amd64
139+
https://github.com/kptdev/kpt/releases/download/v1.0.0-beta.58/kpt_linux_amd64
140140
[linux-arm64]:
141-
https://github.com/kptdev/kpt/releases/download/v1.0.0-beta.49/kpt_linux_arm64
141+
https://github.com/kptdev/kpt/releases/download/v1.0.0-beta.58/kpt_linux_arm64
142142
[darwin-amd64]:
143-
https://github.com/kptdev/kpt/releases/download/v1.0.0-beta.49/kpt_darwin_amd64
143+
https://github.com/kptdev/kpt/releases/download/v1.0.0-beta.58/kpt_darwin_amd64
144144
[darwin-arm64]:
145-
https://github.com/kptdev/kpt/releases/download/v1.0.0-beta.49/kpt_darwin_arm64
145+
https://github.com/kptdev/kpt/releases/download/v1.0.0-beta.58/kpt_darwin_arm64
146146
[migration guide]: /installation/migration
147147
[bash-completion]: https://github.com/scop/bash-completion#installation

0 commit comments

Comments
 (0)