Skip to content

Commit 7bee127

Browse files
authored
Merge pull request #406 from Dstack-TEE/kvinwang-patch-2
Change default image download URL in README
2 parents d3275d1 + 5f005e4 commit 7bee127

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

verifier/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,14 @@ Health check endpoint that returns service status.
6161
```
6262

6363
## Configuration
64+
You usually don't need to edit the config file. Just using the default is fine, unless you need to deploy your cunstomized os images.
6465

6566
### Configuration Options
6667

6768
- `host`: Server bind address (default: "0.0.0.0")
6869
- `port`: Server port (default: 8080)
6970
- `image_cache_dir`: Directory for cached OS images (default: "/tmp/dstack-verifier/cache")
70-
- `image_download_url`: URL template for downloading OS images (default: GitHub releases URL)
71+
- `image_download_url`: URL template for downloading OS images (default: dstack official releases URL)
7172
- `image_download_timeout_secs`: Download timeout in seconds (default: 300)
7273
- `pccs_url`: Optional PCCS URL for quote verification
7374

@@ -77,7 +78,7 @@ Health check endpoint that returns service status.
7778
host = "0.0.0.0"
7879
port = 8080
7980
image_cache_dir = "/tmp/dstack-verifier/cache"
80-
image_download_url = "http://0.0.0.0:8000/mr_{OS_IMAGE_HASH}.tar.gz"
81+
image_download_url = "https://download.dstack.org/os-images/mr_{OS_IMAGE_HASH}.tar.gz"
8182
image_download_timeout_secs = 300
8283
pccs_url = "https://pccs.phala.network"
8384
```

0 commit comments

Comments
 (0)