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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
New
Build images from a Dockerfile - The Images section gains a Build Image… action: edit a Dockerfile in-app, give it a tag, and build a local image with live output.
Create a container or machine from any image. The image detail view now has Run Container and Create Machine actions that open the create sheet prefilled with that image.
Fixed
False "Base Environment Missing" on a working install.
Fresh-install "Repair" deadlock.
Changed
Start/Stop moved to the toolbar's leading edge in the machine and container detail views, with the Details/Terminal toggle centred and the remaining actions kept on the right. Stop is no longer next to "Open in Terminal," so reaching for a shell can't accidentally stop the machine or container.
Dependency on the container package is now a pinned remote reference (apple/container, exact 1.0.0) instead of a local path that assumed a specific checkout layout.