Skip to content

Vyomi v2.2.1

Latest

Choose a tag to compare

@github-actions github-actions released this 24 Jun 07:36

The vyomi-docker package family — tier-appropriate installers, so a
Free/Lite/Pro host installs only what it needs (Docker + a compose file) and
never pulls in Multipass/LXD.

Added

  • vyomi-docker .deb / .rpm / brew — a minimal (~32 KB) Docker-substrate package: the vyomi wrapper (vyomi up = docker compose up) + the pull-only docker-compose.cloudlite.yml, nothing else. Built by packaging/docker/build-docker-packages.sh (fpm) + a vyomi-docker.rb brew formula published by the brew-bump job. Conflicts with cloud-learn (both own /usr/bin/vyomi) — a host installs one or the other: vyomi-docker for Free/Lite/Pro, cloud-learn for Max. Docker is a soft dep (deb Recommends: docker.io); the wrapper validates it at runtime, prefers Compose v2, resolves the bundled compose file relative to itself so the deb (/usr/share) and brew (PREFIX/share) layouts both work.

Changed

  • Download center is now tier-specific. The tier toggle filters (not just recommends) — Free/Lite/Pro show the Docker installers (docker-compose, vyomi-docker deb/rpm/brew) and Max shows the Multipass launcher packages (brew/deb/rpm/scoop/msi/winget). OS-tab counts update per tier. The source tarball now also ships docker-compose.cloudlite.yml.

Artifacts

  • SHA256SUMS
  • cloud-learn-0.1.0.tar.gz
  • cloud-learn-2.2.1-1.noarch.rpm
  • cloud-learn-2.2.1-x64.msi
  • cloud-learn-2.2.1-x64.msi.sha256
  • cloud-learn-2.2.1.tar.gz
  • cloud-learn_2.2.1_all.deb
  • vyomi-docker-2.2.1-1.noarch.rpm
  • vyomi-docker_2.2.1_all.deb

Docker image: docker pull vyomi/appliance:2.2.1
Install: curl -fsSL https://raw.githubusercontent.com/vyomi-cloud/appliance/main/install.sh | bash
SHA256 checksums: see SHA256SUMS in attached artifacts.