oracular: Installed containerd 1.7.19-0ubuntu1
# containerd --version containerd github.com/containerd/containerd/v2 1.7.19 For the one above, we can see the inconsistency when the package full name is reported to have api v2 and the major release is still at 1. #containerd --help ... VERSION: 1.7.19 ... Now, with the version from proposed (2.0.0~rc3-0ubuntu1) # containerd --version containerd github.com/containerd/containerd/v2 2.0.0~rc3 # containerd --help ... VERSION: 2.0.0~rc3 ... Finally, the smoke test below works as expected (and I can gracefully stop the container) # ctr images pull docker.io/library/redis:alpine # ctr run --apparmor-default-profile="ctr-test" docker.io/library/redis:alpine redis noble: Installed containerd 1.7.12-0ubuntu4.1 # containerd --version containerd github.com/containerd/containerd 1.7.12 #containerd --help ... VERSION: 1.7.12 ... Now, with the version from proposed (1.7.19+really1.7.12-0ubuntu4.2) # containerd --version containerd github.com/containerd/containerd 1.7.12 # containerd --help ... VERSION: 1.7.12 ... Finally, the smoke test below works as expected (and I can gracefully stop the container) # ctr images pull docker.io/library/redis:alpine # ctr run --apparmor-default-profile="ctr-test" docker.io/library/redis:alpine redis ** Tags removed: verification-needed verification-needed-noble verification-needed-oracular ** Tags added: verification-done verification-done-noble verification-done-oracular -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2089704 Title: Incorrect version packaged To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/containerd-app/+bug/2089704/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs