From 23fabf95899ed6ec5f1a0ddafd38c4d0ebfa6ce0 Mon Sep 17 00:00:00 2001 From: happysnaker <73147033+happysnaker@users.noreply.github.com> Date: Tue, 30 Jun 2026 11:33:20 +0800 Subject: [PATCH] docs(base-images): clarify Ubuntu release example Clarify that the Ubuntu 24.04 / noble example is only one possible release choice and that readers should replace the codename with the Ubuntu release they want to import. --- content/manuals/build/building/base-images.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/manuals/build/building/base-images.md b/content/manuals/build/building/base-images.md index 1a13a039bb2..85886a53839 100644 --- a/content/manuals/build/building/base-images.md +++ b/content/manuals/build/building/base-images.md @@ -99,7 +99,9 @@ the distribution you'd like to package as a base image, though that is not required for some tools like Debian's [Debootstrap](https://wiki.debian.org/Debootstrap), which you can also use to build Ubuntu images. -For example, to create an Ubuntu base image: +For example, to create an Ubuntu base image using the `noble` codename for +Ubuntu 24.04, run the following commands. Replace `noble` with the codename +for the Ubuntu release you want to import: ```dockerfile $ sudo debootstrap noble noble > /dev/null