Skip to content

Commit 50ccc33

Browse files
committed
Update golem-sdk-cli.md
removed https from examples,
1 parent 2038523 commit 50ccc33

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/pages/docs/creators/javascript/guides/golem-sdk-cli.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@ The manifest needs to contain the image URL pointing to the GVMI download locati
7575
To facilitate the process of creating a manifest, `golem-sdk` accepts multiple forms of image argument, where some of them will automatically resolve the URL and/or hash.
7676
Please consult the table below for more details:
7777

78-
| Argument format | Example | Is `--image-hash` required? | Notes |
79-
| ---------------------------------- | --------------------------------------------------------------------------------------------- | ------------------------------------------- | ------------------------------------------------------------------------------------------ |
80-
| Image tag | `golem/node:latest` | No, it will be automatically resolved. | Image hash is fetched from [https://registry.golem.network]. It is the recommended method. |
81-
| Image hash | `3d6c48bb4c192708168d53cee4f36876b263b7745c3a3c239c6749cd` | No, it is resolved from the image argument. | Image URL will point to [https://registry.golem.network] |
82-
| URL to registry.golem.network | `https://registry.golem.network/v1/image/download?tag=golem-examples/blender:2.80&https=true` | No, it is automatically resolved. | |
83-
| URL to arbitrary download location | `https://example.com/my-image` | Yes, image-hash is required. | Image is calculated by the gvmkit-build conversion tool. |
78+
| Argument format | Example | Is `--image-hash` required? | Notes |
79+
| ---------------------------------- | --------------------------------------------------------------------------------- | ------------------------------------------- | ------------------------------------------------------------------------------------------ |
80+
| Image tag | `golem/node:latest` | No, it will be automatically resolved. | Image hash is fetched from [https://registry.golem.network]. It is the recommended method. |
81+
| Image hash | `3d6c48bb4c192708168d53cee4f36876b263b7745c3a3c239c6749cd` | No, it is resolved from the image argument. | Image URL will point to [https://registry.golem.network] |
82+
| URL to registry.golem.network | `http://registry.golem.network/v1/image/download?tag=golem-examples/blender:2.80` | No, it is automatically resolved. | |
83+
| URL to arbitrary download location | `https://example.com/my-image` | Yes, image-hash is required. | Image is calculated by the gvmkit-build conversion tool. |
8484

8585
If the hash is not provided or resolved, you will get a warning that the manifest will not be usable until you provide it manually.
8686

0 commit comments

Comments
 (0)