Is this a docs issue?
Type of issue
Information is incorrect
Description
I attempted to install docker-sbx following the instructions here: https://docs.docker.com/ai/sandboxes
Because the package docker-sbx is not actually available in most of the Ubuntu docker repos, the installation fails at the second step:
$ sudo apt-get install docker-sbx
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package docker-sbx
It looks like the package is only available in the noble, questing and resolute suites. All the other suites in https://download.docker.com/linux/ubuntu/dists/ will fail.
Additionally, the yakkety suite appears to be corrupted:
Error: Failed to fetch https://download.docker.com/linux/ubuntu/dists/yakkety/stable/binary-amd64/Packages.gz File has unexpected size (1668 != 1658). Mirror sync in progress? [IP: 2600:9000:2864:2a00:3:db06:4200:93a1 443]
Hashes of expected file:
- Filesize:1658 [weak]
- SHA512:694463f4b7c8adf8090896972bb35390773d93677ae8627cc270940c9c710586b06e8599964f95d0ffa93613c58626c76e2431692f873662321315d6153db565
- SHA256:aa57f3fb4755c81b441a29134365b4bcce0f62b9e7869b384f418ecabb53359b
- SHA1:037538eae1a988513516b88e12cefa504711550d [weak]
- MD5Sum:b8753b9e976d3a19c1a9a75a62ee81df [weak]
Release file created at: Fri, 14 Jul 2017 09:11:49 +0000
Location
https://docs.docker.com/ai/sandboxes/
Suggestion
Either distribute the docker-sbx package to all suites, or change the installer script at https://get.docker.com to not rely on $lsb_dist when configuring the apt repo, and select the nearest compatible suite.
Alternatively, provide manual instructions for apt repo setup (without the installer script) and document the 3 available suites.
Is this a docs issue?
Type of issue
Information is incorrect
Description
I attempted to install
docker-sbxfollowing the instructions here: https://docs.docker.com/ai/sandboxesBecause the package
docker-sbxis not actually available in most of the Ubuntu docker repos, the installation fails at the second step:It looks like the package is only available in the
noble,questingandresolutesuites. All the other suites in https://download.docker.com/linux/ubuntu/dists/ will fail.Additionally, the
yakketysuite appears to be corrupted:Location
https://docs.docker.com/ai/sandboxes/
Suggestion
Either distribute the
docker-sbxpackage to all suites, or change the installer script at https://get.docker.com to not rely on$lsb_distwhen configuring the apt repo, and select the nearest compatible suite.Alternatively, provide manual instructions for apt repo setup (without the installer script) and document the 3 available suites.