mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-21 23:41:41 -04:00
Before we couldn't be sure if we were a permanent container or not. Now we explicitly pass this on the command line so we don't depend on the extra logic in `lxc publish --force` for ephemeral handling. This means we avoid restarting the container after we publish since we tear it down right away anyhow. Likewise, there was sometimes a race which prevented the deletion while the container was in a boot stage.