blob: 581efeda0a72a60712b49c3735f79a7cc02f7a7f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
[](https://github.com/vyos/vyos-nightly-build/actions/workflows/nightly-build.yml)
# About
Scheduled VyOS image build - once per day (currently 00:00 UTC).
Successfull builds will be published as GitHub Release and linked on the
official download page https://vyos.net/get/nightly-builds/
## How to check an image signature
Download signature public key
```
wget https://github.com/vyos/vyos-nightly-build/raw/refs/heads/current/minisign.pub
```
Download ISO image and signature file (example):
```
wget https://github.com/vyos/vyos-nightly-build/releases/download/1.5-rolling-202312191154/vyos-1.5-rolling-202312191154-amd64.iso
wget https://github.com/vyos/vyos-nightly-build/releases/download/1.5-rolling-202312191154/vyos-1.5-rolling-202312191154-amd64.iso.minisig
```
Verify signature
```
minisign -Vm vyos-1.5-rolling-202312191154-amd64.iso
```
|