docs: remove broken Ubuntu noble install instructions#45510
Conversation
The install documentation showed an apt-based install path for Ubuntu 24.04 (noble), but apt.envoyproxy.io does not currently publish a noble release. Users following the docs hit a 404 on apt-get update. Replace the broken code-tab with a note that points users to the pre-built Docker images and the GitHub release binaries, and references the tracking issue. Fixes envoyproxy#44405 Signed-off-by: gaurav0107 <gauravdubey0107@gmail.com>
|
Docs for this Pull Request will be rendered here: https://storage.googleapis.com/envoy-cncf-pr/45510/docs/index.html The docs are (re-)rendered each time the CI |
|
Hi @gaurav0107, welcome and thank you for your contribution. We will try to review your Pull Request as quickly as possible. In the meantime, please take a look at the contribution guidelines if you have not done so already. |
|
tbh i think we should remove the apt instructions for now - the repo hasnt been updated in a while and despite wanting to i didnt get time to fix it up |
Per maintainer feedback on envoyproxy#45510, the apt repository at apt.envoyproxy.io has not been updated for some time and is not currently maintained, so the per-distro apt tabs (Debian bookworm/ bullseye/trixie, Ubuntu focal/jammy) are misleading. Replace the whole tab block with a single note pointing users at the pre-built Docker images or static binaries. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Good call — addressed in 4f5f04b. I removed the entire apt tabs block (Debian bookworm/bullseye/trixie, Ubuntu focal/jammy) and replaced it with a single note pointing users at the pre-built Docker images and GitHub release static binaries, plus a link to issue #44405 for tracking. Let me know if you'd prefer different wording on the note. |
|
could you fix DCO please @gaurav0107 |
Description
The install documentation at
docs/root/start/install.rstincludes anapt-based install path for Ubuntu 24.04 (
noble), buthttps://apt.envoyproxy.iodoes not currently publish anoblerelease.Users following the documented commands hit a 404 on
apt-get update:This change removes the broken
Ubuntu noblecode-tabblock andreplaces it with a
.. note::block that::ref:link toinstall_binaries).This matches the maintainer's stated preference in the issue thread:
Commit Message: docs: remove broken Ubuntu noble install instructions
Additional Description: Replaced the non-functional
Ubuntu nobleapt install code-tab with a note pointing affected users to the working
Docker / GitHub-release install paths, and linking the tracking issue.
Risk Level: Low
Testing: Documentation-only change; no code changes, no tests added
or modified. Visually verified the resulting RST renders as a
.. note::admonition immediately after the existing Debian-based tabs.
Docs Changes: This is the docs change.
docs/root/start/install.rstupdated.
Release Notes: None — documentation-only fix to existing instructions
that were broken at publication time.
Fixes #44405
Note on AI assistance: This change was prepared with AI assistance per
the generative AI policy.
The submitter understands the change, has reviewed the resulting RST, and
will respond to review feedback directly.