Problem
The Bottlerocket adoption link on the "Adoptions" page points to a GitHub URL that no longer exists, resulting in a 404 Not Found error.
This occurs because Bottlerocket reorganized their repository structure, and the sources/updater directory is no longer located on the develop branch at that path.
Steps to Reproduce
- Navigate to the live TUF Adoptions page: https://theupdateframework.io/community/adoptions/
- Scroll down to the Adoptions section
- Locate the entry for Bottlerocket.
- Click the Bottlerocket link.
- Observe that it directs to
https://github.com/bottlerocket-os/bottlerocket/tree/develop/sources/updater, which displays a GitHub "404 Page not found" error.
Proposed Solution
Update data/adoptions.yaml to point to the correct, active path within the Bottlerocket repository, or to their main repository URL , if a specific updater directory is no longer applicable.
Problem
The Bottlerocket adoption link on the "Adoptions" page points to a GitHub URL that no longer exists, resulting in a 404 Not Found error.
This occurs because Bottlerocket reorganized their repository structure, and the
sources/updaterdirectory is no longer located on thedevelopbranch at that path.Steps to Reproduce
https://github.com/bottlerocket-os/bottlerocket/tree/develop/sources/updater, which displays a GitHub "404 Page not found" error.Proposed Solution
Update
data/adoptions.yamlto point to the correct, active path within the Bottlerocket repository, or to their main repository URL , if a specific updater directory is no longer applicable.