Skip to content

solver: avoid mutating exec args for QEMU - #7092

Open
tonistiigi wants to merge 1 commit into
moby:masterfrom
tonistiigi:fix-qemu-args
Open

solver: avoid mutating exec args for QEMU#7092
tonistiigi wants to merge 1 commit into
moby:masterfrom
tonistiigi:fix-qemu-args

Conversation

@tonistiigi

Copy link
Copy Markdown
Member

Use per-execution arguments when adding the QEMU emulator. This keeps the stored ExecOp unchanged when a canceled operation is executed again.

Fixes #7089.

Use per-execution arguments when adding the QEMU emulator. This keeps the
stored ExecOp unchanged when a canceled operation is executed again.

Fixes moby#7089.

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ExecOp mutates Meta.Args and prepends the QEMU emulator multiple times on re-execution

1 participant