Verified for resolute, questing, and noble: lxc launch ubuntu:resolute test-valkey-resolute lxc exec test-valkey-resolute bash
apt update apt upgrade cat <<EOF >/etc/apt/sources.list.d/ubuntu-$(lsb_release -cs)-proposed.list # Enable Ubuntu proposed archive deb http://archive.ubuntu.com/ubuntu/ $(lsb_release -cs)-proposed restricted main multiverse universe EOF apt update apt install valkey-server/resolute-proposed valkey-cli --version valkey-cli 9.0.4 lxc launch ubuntu:questing test-valkey-questing lxc exec test-valkey-questing bash apt update apt upgrade cat <<EOF >/etc/apt/sources.list.d/ubuntu-$(lsb_release -cs)-proposed.list # Enable Ubuntu proposed archive deb http://archive.ubuntu.com/ubuntu/ $(lsb_release -cs)-proposed restricted main multiverse universe EOF apt update apt install valkey-server/questing-proposed valkey-cli --version valkey-cli 8.1.7 lxc launch ubuntu:noble test-valkey-noble lxc exec test-valkey-noble bash apt update apt upgrade cat <<EOF >/etc/apt/sources.list.d/ubuntu-$(lsb_release -cs)-proposed.list # Enable Ubuntu proposed archive deb http://archive.ubuntu.com/ubuntu/ $(lsb_release -cs)-proposed restricted main multiverse universe EOF apt update apt install valkey-server/noble-proposed valkey-server --version Server v=7.2.13 sha=00000000:0 malloc=jemalloc-5.3.0 bits=64 build=d168676aca4db8ba ** Tags removed: verification-needed-noble verification-needed-questing verification-needed-resolute ** Tags added: verification-done-noble verification-done-questing verification-done-resolute -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2151296 Title: Update Valkey to 7.2.13 in noble, 8.1.7 in questing, and 9.0.4 in resolute and stonking To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/valkey/+bug/2151296/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
