mirror of
https://github.com/moby/buildkit.git
synced 2026-08-11 01:24:03 +00:00
We don't need it once we have assigned to `$iid`, so remove it otherwise it can be leaked if any of the `docker run` lines fails (since we immediately exit due to `set -e`). Signed-off-by: Ian Campbell <ijc@docker.com>