Skip to content

Commit

Permalink
tests/conversion: Reduce initial volume size for Alpine image
Browse files Browse the repository at this point in the history
Signed-off-by: Din Music <[email protected]>
  • Loading branch information
MusicDin committed Sep 19, 2024
1 parent c0b82eb commit ca54949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conversion
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ sed -i '/images\.lxd\.canonical\.com/d' /etc/hosts
tmpdir="$(mktemp -d)"

# Create an instance and export it to get raw image.
lxc init images:alpine/edge tmp --vm
lxc init images:alpine/edge tmp --vm --device root,size=4GiB
lxc export tmp "${tmpdir}/tmp.tar.gz"
lxc delete tmp

Expand Down

0 comments on commit ca54949

Please sign in to comment.