Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion content/manuals/build/building/base-images.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down