Skip to content

Commit d9809fb

Browse files
committed
Modify image push command in quickstart guide
Signed-off-by: Leonid Kondrashov <[email protected]>
1 parent e7c49ab commit d9809fb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/quickstart_guide.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,13 +412,18 @@ Next, convert the image to the eStargz expected format by replacing the old path
412412
413413
Finally, push the image to your repository by replacing the new path in the following:
414414
415-
`ctr-remote image push <registry/image:new_tag>`
415+
`ctr-remote image push --platform linux/amd64 <registry/image:new_tag>`
416416
417417
> **Note**
418418
>
419419
> If prompted for authentication, add the following flag to the previous command:
420420
> `-u name:auth_token`
421421
422+
> **Note**
423+
>
424+
> `--platform linux/amd64` pushes an image with only a single platform
425+
> It is a workaround for [#1137](https://github.com/vhive-serverless/vHive/issues/1137)
426+
422427
423428
Our example deployment configuration can be found in [/configs/knative_workloads/stargz-node.yaml](../configs/knative_workloads/stargz-node.yaml) and can be run with:
424429
```bash

0 commit comments

Comments
 (0)