You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the packer-builder-arm out of a Docker container (Jan 25 release on MacOS, which shouldn't matter), the second image partition is inconsistently resized. My json file specifies the target_image_size properly and it seems like every 3rd or 4th build the image resizes. Otherwise, the Growing partition to 4096 M step is completely skipped (which results in running out of space in the image when I perform an apt-get dist-upgrade). I've included the output of two different attempted builds - both run with the exact same command.
Here's the builder snippet from my packer json file:
When running the
packer-builder-arm
out of a Docker container (Jan 25 release on MacOS, which shouldn't matter), the second image partition is inconsistently resized. My json file specifies thetarget_image_size
properly and it seems like every 3rd or 4th build the image resizes. Otherwise, theGrowing partition to 4096 M
step is completely skipped (which results in running out of space in the image when I perform an apt-get dist-upgrade). I've included the output of two different attempted builds - both run with the exact same command.Here's the builder snippet from my packer json file:
Here's the output when the partition doesn't get expanded:
vs when the partition growing actually gets invoked:
The text was updated successfully, but these errors were encountered: