[FixPipeline] https://gitlab.com/gitlab-org/gitlab-runner/-/pipelines/2637656030

Summary

Updated the Ubuntu supported versions list in the Linux repository installation documentation to include the newly added Ubuntu "Resolute" release.

Root Cause

The docs/install/linux-repository.md file was missing the Ubuntu "Resolute" release from the supported versions table. The Pulp package repository had been updated to include Ubuntu Resolute, but the documentation was not updated to reflect this change.

Fix

  • docs/install/linux-repository.md (line 31): Prepended Resolute, to the Ubuntu supported versions list, updating it from Questing, Noble, Jammy, Focal, Bionic to Resolute, Questing, Noble, Jammy, Focal, Bionic to reflect the newly added Ubuntu "Resolute" release in the Pulp package repository.

Line 31 now correctly reads | Ubuntu | Resolute, Questing, Noble, Jammy, Focal, Bionic |, which matches what the mage package:docs command would generate from the live Pulp data.

Fixes failing pipeline

Session 5183811

Powered by Duo Fix Pipeline flow

Merge request reports

Loading