Skip to content

Commit

Permalink
Merge pull request #13558 from ru-fu/distrobuilder
Browse files Browse the repository at this point in the history
doc/images: replace distrobuilder with LXD image builder
  • Loading branch information
tomponline authored Jun 6, 2024
2 parents af6a431 + fed6416 commit 1ec4a57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/howto/images_copy.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ If you have image files that use the required {ref}`image-format`, you can impor
There are several ways of obtaining such image files:

- Exporting an existing image (see {ref}`images-manage-export`)
- Building your own image using `distrobuilder` (see {ref}`images-create-build`)
- Building your own image using LXD image builder (see {ref}`images-create-build`)
- Downloading image files from a {ref}`remote image server <remote-image-servers>` (note that it is usually easier to {ref}`use the remote image <images-remote>` directly instead of downloading it to a file and importing it)

### Import from the local file system
Expand Down
4 changes: 2 additions & 2 deletions doc/howto/images_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,6 @@ Usually, this includes the following data:
(images-create-build)=
## Build an image

For building your own images, you can use [`distrobuilder`](https://github.com/lxc/distrobuilder).
For building your own images, you can use [LXD image builder](https://github.com/canonical/lxd-imagebuilder).

See the [`distrobuilder` documentation](https://linuxcontainers.org/distrobuilder/docs/latest/) for instructions for installing and using the tool.
See the [LXD image builder documentation](https://canonical-lxd-imagebuilder.readthedocs-hosted.com/en/latest/) for instructions for installing and using the tool.

0 comments on commit 1ec4a57

Please sign in to comment.