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: thevyomiwrapper (vyomi up=docker compose up) + the pull-onlydocker-compose.cloudlite.yml, nothing else. Built bypackaging/docker/build-docker-packages.sh(fpm) + avyomi-docker.rbbrew formula published by the brew-bump job. Conflicts withcloud-learn(both own/usr/bin/vyomi) — a host installs one or the other:vyomi-dockerfor Free/Lite/Pro,cloud-learnfor Max. Docker is a soft dep (debRecommends: 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-dockerdeb/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 shipsdocker-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.