Skip to content

Commit c0bc7ef

Browse files
committed
Adjust as we switched CI to U24.04 completely
Signed-off-by: Sergei Lukianov <[email protected]>
1 parent 0605596 commit c0bc7ef

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/getting-started/download.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ docker login ghcr.io --username provided_user_name --password provided_token_str
1717

1818
## Downloading hhfab
1919

20-
Currently `hhfab` is supported on Linux x86/arm64 (tested on Ubuntu 22.04) and MacOS x86/arm64 for building
21-
installers/upgraders. It may work on Windows WSL2 (with Ubuntu), but it's not tested. For running VLAB only Linux x86
22-
is currently supported.
20+
Currently `hhfab` is supported on Linux x86/arm64 (continuously tested on Ubuntu 24.04) and MacOS x86/arm64 (latest
21+
major release) for building installers/upgraders. It *may* work on Windows WSL2 (with Ubuntu), but it's not tested.
22+
For running VLAB only Linux x86 is currently supported (continuously tested on Ubuntu 24.04).
2323

2424
All software is published into the OCI registry [GitHub Package](https://ghcr.io) including binaries, container images, or Helm charts.
2525
Download the latest stable `hhfab` binary from the [GitHub Package](https://ghcr.io) using the following command, it requires ORAS to be installed (see below):

docs/vlab/overview.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ You can find more information about getting `hhfab` in the [download](../getting
1919

2020
## System Requirements
2121

22-
Currently, it's only tested on Ubuntu 22.04 LTS, but should work on any Linux distribution with QEMU/KVM support and fairly
23-
up-to-date packages.
22+
Currently, it's primarily tested on Ubuntu 24.04 LTS, but should work on any Linux distribution with QEMU/KVM support
23+
and fairly up-to-date packages.
2424

2525
The following packages needs to be installed: `qemu-kvm socat`. Docker is also required, to login
2626
into the OCI registry.
@@ -49,7 +49,7 @@ NVMe SSD for VM disks is highly recommended.
4949

5050
## Installing Prerequisites
5151

52-
To run VLAB, your system needs `docker`,`qemu`,`kvm`, and `hhfab`. On Ubuntu 22.04 LTS you can install all required packages using the following commands:
52+
To run VLAB, your system needs `docker`,`qemu`,`kvm`, and `hhfab`. On Ubuntu 24.04 LTS you can install all required packages using the following commands:
5353

5454
### Docker
5555

0 commit comments

Comments
 (0)