diff options
author | Andrew Topp <andrewt@telekinetica.net> | 2024-10-21 15:19:52 +1000 |
---|---|---|
committer | Andrew Topp <andrewt@telekinetica.net> | 2024-10-21 15:19:52 +1000 |
commit | ff18e2a5d21e25588a2e93f3123b6773e81af2df (patch) | |
tree | a7a590639bbcc712fc23fb91d6c5a638bded07a7 /docs | |
parent | f3246467c68e51080e5817a18974fe0dfb95fd1f (diff) | |
download | vyos-documentation-ff18e2a5d21e25588a2e93f3123b6773e81af2df.tar.gz vyos-documentation-ff18e2a5d21e25588a2e93f3123b6773e81af2df.zip |
T6794: Clarification on appropriate URL for update-check
* Looks like some people have been trying to use the nightly-build list
(or other repo URLs) as an update-check URL
* This modification provides a metadata URL for the rolling-release and
attempts to make more obvious the difference between that and the
rolling image list.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/installation/update.rst | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/installation/update.rst b/docs/installation/update.rst index b0b43836..d4fcf11c 100644 --- a/docs/installation/update.rst +++ b/docs/installation/update.rst @@ -78,10 +78,15 @@ You can use ``latest`` option. It loads the latest available Rolling release. vyos@vyos:~$ add system image latest -.. note:: To use the `latest` option the "system update-check url" must be configured. +.. note:: To use the `latest` option the "system update-check url" must be configured + appropriately for the installed release. + + For updates to the Rolling Release for AMD64, the following URL may be used: + + https://raw.githubusercontent.com/vyos/vyos-nightly-build/refs/heads/current/version.json .. hint:: The most up-do-date Rolling Release for AMD64 can be accessed using - the following URL: + the following URL from a web browser: https://vyos.net/get/nightly-builds/ |