Skip to content

Commit 47f591d

Browse files
authored
docs(base-images): clarify Ubuntu release example (#25462)
## Description Clarifies that the Ubuntu 24.04 / `noble` example in the base image guide is only one example release choice, and that readers should replace the codename with the Ubuntu release they want to import. ## Related issues or tickets - Closes #25290 ## Reviews - [x] Technical review - [ ] Editorial review - [ ] Product review
2 parents 7028656 + 23fabf9 commit 47f591d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

content/manuals/build/building/base-images.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,9 @@ the distribution you'd like to package as a base image, though that is
9999
not required for some tools like Debian's [Debootstrap](https://wiki.debian.org/Debootstrap),
100100
which you can also use to build Ubuntu images.
101101

102-
For example, to create an Ubuntu base image:
102+
For example, to create an Ubuntu base image using the `noble` codename for
103+
Ubuntu 24.04, run the following commands. Replace `noble` with the codename
104+
for the Ubuntu release you want to import:
103105

104106
```dockerfile
105107
$ sudo debootstrap noble noble > /dev/null

0 commit comments

Comments
 (0)