Implement Apple Container CLI runtime - #972
Draft
Richie Gomez (richiemsft) wants to merge 1 commit into
Draft
Conversation
Add bounded Apple Container execution, policy enforcement, ownership-verified cleanup, crash recovery, availability probing, and the qualified loopback-only init image. Co-authored-by: Copilot <[email protected]> Copilot-Session: b062729b-d6f3-47f6-9df0-6c1d5c8a1e5c
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
8 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📖 Description
Implements PR 3 of the stacked Apple Container backend work. This adds bounded
/usr/local/bin/containerexecution, explicit 0.8 policy validation, streaming stdio, timeout and kill handling, ownership-verified resource cleanup, kernel-lock-backed crash recovery, availability probing, and the qualified loopback-only guest-init image.Seatbelt remains the default macOS
processbackend. Apple Container remains explicit and experimental, and unsupported policy fields fail closed. Samples, dedicated qualification CI, and final user documentation remain scoped to PRs 4 and 5.🔗 References
Related PRs:
🔍 Validation
✅ Checklist
Cargo.lock, thedependency-feed-checkcheck passes (pending CI)📋 Issue Type
GitHub Actions runs the PR validation build automatically. The ADO pipeline (
MXC-PR-Build) is the Azure version of the PR pipeline, kept in parity with the GitHub Actions build; it runs on merge tomain, and Microsoft reviewers with write access can trigger it on a PR with/azp run. See docs/pull-requests.md.If the
dependency-feed-checkcheck fails on a new dependency, the crate must be added to the feed before the PR can pass. See docs/pull-requests.md for the steps.Microsoft Reviewers: Open in CodeFlow