Skip to content

build: Update QEMU base image to v7.50 - #571

Merged
kroese merged 1 commit into
masterfrom
build
Sep 2, 2026
Merged

build: Update QEMU base image to v7.50#571
kroese merged 1 commit into
masterfrom
build

Conversation

@kroese

@kroese kroese commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI lite review requested due to automatic review settings September 2, 2026 18:50

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Approval recommended

The change is a straightforward version bump with no evident functional regressions in the Dockerfile logic.

Pull request overview

Updates the Docker build to use the newer QEMU base image tag, keeping the container’s bundled QEMU tooling current.

Changes:

  • Bump qemux/qemu image reference from 7.49 to 7.50 in the Dockerfile.
File summaries
File Description
Dockerfile Updates the QEMU base image version used to populate the scratch-based image.
Review details
  • Files reviewed: 1/1 changed files
  • Comments generated: 1
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread Dockerfile

FROM scratch AS base
COPY --from=qemux/qemu:7.49 / /
COPY --from=qemux/qemu:7.50 / /
@kroese
kroese merged commit 5cb9260 into master Sep 2, 2026
3 checks passed
@kroese
kroese deleted the build branch September 2, 2026 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants