kayx23 opened a new pull request, #13660: URL: https://github.com/apache/apisix/pull/13660
### Description Update the DEB installation instructions to use the current Debian 12 APISIX APT repository instead of the old Debian 11/Bullseye repository. This also removes the stale fixed package version `apisix=3.8.0-0` from the install command. The docs now install `apisix` from the configured repo, so the example does not go stale on every APISIX release. ### Investigation - `api7/apisix-build-tools#454` intentionally removed the Debian Bullseye publish target and replaced it with Debian 12 because Debian 11 reaches EOL in June 2026. - The current package repo metadata uses `Codename: debian12`, not `bullseye`. - The Debian 12 amd64 and arm64 package indexes both contain `apisix 3.17.0-0`. - The old Bullseye repo remains capped at `3.16.0-0`, which is why apache/apisix#13604 happens with the existing docs. ### Validation - Verified `http://repos.apiseven.com/packages/debian/dists/debian12/Release` reports `Suite: debian12`, `Codename: debian12`, and `Architectures: amd64`. - Verified `http://repos.apiseven.com/packages/arm64/debian/dists/debian12/Release` reports `Suite: debian12`, `Codename: debian12`, and `Architectures: arm64`. - Verified `http://repos.apiseven.com/packages/debian/dists/debian12/main/binary-amd64/Packages` contains `apisix 3.17.0-0`. - Verified `http://repos.apiseven.com/packages/arm64/debian/dists/debian12/main/binary-arm64/Packages` contains `apisix 3.17.0-0`. - Checked that the edited install guides no longer contain `bullseye`, `Debian 11`, or `apisix=3.8.0-0`. Could not run a full Debian container `apt update` smoke test locally because Docker/OrbStack is not running on this machine (`failed to connect to the docker API`). Closes apache/apisix#13604 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
