refactor(container): remove Apple Containerization support#50
Merged
refactor(container): remove Apple Containerization support#50
Conversation
Current behavior: Headjack supported three container runtimes: Docker, Podman, and Apple Containerization Framework. Apple Containerization required macOS 26+ and used the `container` CLI binary. New behavior: Headjack now supports only Docker and Podman runtimes. All Apple Containerization code, tests, and documentation references have been removed. ADR-002 is preserved with "Superseded" status for historical context. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
headjack | a4b52a4 | Commit Preview URL Branch Preview URL |
Jan 04 2026, 10:42 PM |
Current behavior: Several files still contained Apple Containerization references after the initial removal commit. New behavior: - justfile: Remove apple auto-detection and integration-test-apple target - ADR-002: Update addendum to reflect runtime evolution and removal - Design docs: Remove Apple from runtime support tables and diagrams - Code comments: Update to show Docker/Podman only - Dockerfile: Update iptables workaround comment 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This was referenced Jan 4, 2026
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.
Summary
dockerandpodmanruntimesChanges
Files Deleted
internal/container/apple.go- Apple runtime implementationinternal/container/apple_test.go- Apple runtime testsGo Code Changes
internal/config/config.go- Remove "apple" from valid runtimesinternal/instance/manager.go- RemoveRuntimeAppleconstant and Apple flag handlinginternal/cmd/root.go- Remove Apple runtime selection logicinternal/cmd/run.go- Remove Apple-specific logs command and devcontainer warninginternal/instance/manager_test.go- Update tests to use Podman/Dockerintegration/integration_test.go- Remove Apple detection and cleanup logicDocumentation Updates
io.headjack.apple.flagslabel documentationTest plan
just checkpasses (format, lint, test)🤖 Generated with Claude Code