doc: include contents for rock in ubuntu - #2686
Draft
zhijie-yang wants to merge 4 commits into
Draft
Conversation
Member
|
Seems fine to me. Let us know when you convert from draft and are ready for review & merge. |
Author
|
@cjdcordeiro Please have a look at the latest change, and I'll mark this PR as ready once you give a preliminary approval. |
cjdcordeiro
reviewed
Aug 21, 2026
|
|
||
| ## Ubuntu 26.04 LTS "Resolute Raccoon" and later | ||
|
|
||
| Starting from Ubuntu 26.04 LTS, the rootfs is no longer built via `livefs`. Instead, the image is built directly with [Rockcraft](https://github.com/canonical/rockcraft) from the recipe on the `main` branch of the same [ubuntu-base repo](https://git.launchpad.net/cloud-images/+oci/ubuntu-base), and the rootfs tarballs under the `dist-*` tags of the [ubuntu-base repo](https://git.launchpad.net/cloud-images/+oci/ubuntu-base) are exported from the Rockcraft build artifacts. |
Contributor
There was a problem hiding this comment.
I think you may need to update this, cause the dist- tags contain the OCI blobs, not the rootfs tarballs - those remain in the <codename>-<release>
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds the content in the documentation body for the Ubuntu official images.
Since 26.04, the Ubuntu official image is built with
rockcraft, and therefore the changes related to this move should be reflected in the documentation.