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: 4 additions & 0 deletions docs/contributors/bug-fix/run-package-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@ First, we will build the image we prepared in the previous section.

You should see an `autopkgtest` image now when you run `lxc image list`.

```{warning}
The `autopkgtest-build-lxd` command only works with Ubuntu 18.04 (Bionic Beaver) images and later; when applied to older releases, it fails with a timeout or network errors. In this case you can use the `autopkgtest-buildvm-ubuntu-cloud` command to build a VM image instead.
```


#### Constructing the command

Expand Down
Loading