VyOS container images for use in home or network labs.
To pull a VyOS container image, use the following command:
docker pull ghcr.io/evilhamsterman/vyos:<tag>
Or
podman pull ghcr.io/evilhamsterman/vyos:<tag>
Caution
It is NOT recommended to use these images in production environments. All images are released under the same terms as the VyOS project
Note
I am not associated VyOS Networks or the VyOS project in any way. These images are built from the official VyOS releases per their documentation as a convenience for users who want to run VyOS in a containerized environment.
Containers are automatically built for the Rolling release every day with the last 7 available for download.
I will also build the latest Stream when they are released.
latest
- Latest Rolling releaserolling
- Latest Rolling releaseYYYY.MM.DD-xxxx-rolling
- Specific Rolling release. See VyOS Nightly Builds for recent names and changelogs.stream
- Latest Stream release1.5-stream-YYYY-Qx
- Specific Stream release. See VyOS Stream Releases
- Docker
- Taskfile
- bsdtar
- squashfs-tools-ng
-
Download the ISO file you wish to build from the VyOS download page into the root of the repository.
-
Then run the following command in the root of this repository
task build