Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
c-po authored Jan 24, 2025
1 parent c3e9823 commit 62ba541
Showing 1 changed file with 22 additions and 6 deletions.
28 changes: 22 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,30 @@
[![VyOS nightly build](https://github.com/vyos/vyos-nightly-build/actions/workflows/nightly-build.yml/badge.svg)](https://github.com/vyos/vyos-nightly-build/actions/workflows/nightly-build.yml)

# vyos-rolling-nightly-builds
Scheduled ISO nightly builds for current branch
# About

An official download page https://vyos.net/get/nightly-builds/
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

```
wget https://raw.githubusercontent.com/vyos/vyos-rolling-nightly-builds/main/minisign.pub
wget https://github.com/vyos/vyos-rolling-nightly-builds/releases/download/1.5-rolling-202312191154/vyos-1.5-rolling-202312191154-amd64.iso
wget https://github.com/vyos/vyos-rolling-nightly-builds/releases/download/1.5-rolling-202312191154/vyos-1.5-rolling-202312191154-amd64.iso.minisig
minisign -Vm vyos-1.5-rolling-202312191154-amd64.iso
```

0 comments on commit 62ba541

Please sign in to comment.