Skip to content

Add Homebrew formula for container installation#3

Merged
vxnkjyffmq-code merged 4 commits into
mainfrom
copilot/install-homebrew-on-laptop
Feb 16, 2026
Merged

Add Homebrew formula for container installation#3
vxnkjyffmq-code merged 4 commits into
mainfrom
copilot/install-homebrew-on-laptop

Conversation

Copy link
Copy Markdown

Copilot AI commented Feb 14, 2026

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update

Motivation and Context

Enables Homebrew-based installation as alternative to manual .pkg workflow. Builds from source using SPM, installs all binaries and plugins to Homebrew-managed paths.

Changes:

  • Formula/container.rb: Homebrew formula with full plugin structure (runtime-linux, network-vmnet, core-images)
  • README.md: Added installation section with local and tap-based methods
  • Formula/README.md: Detailed formula usage documentation

Installation methods:

# Local formula
brew install --HEAD ./Formula/container.rb

# From tap (when published)
brew tap apple/tap
brew install --HEAD container

Requirements: macOS 15+ (Sequoia), Apple Silicon, Xcode 16.0+. Officially supported on macOS 26.

Testing

  • Tested locally
  • Added/updated tests
  • Added/updated docs

Ruby syntax validated. CodeQL security scan passed with zero alerts.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI and others added 3 commits February 14, 2026 07:23
Co-authored-by: vxnkjyffmq-code <245266972+vxnkjyffmq-code@users.noreply.github.com>
Co-authored-by: vxnkjyffmq-code <245266972+vxnkjyffmq-code@users.noreply.github.com>
Co-authored-by: vxnkjyffmq-code <245266972+vxnkjyffmq-code@users.noreply.github.com>
Copilot AI changed the title [WIP] Add Homebrew installation for Mac laptop Add Homebrew formula for container installation Feb 14, 2026
@vxnkjyffmq-code vxnkjyffmq-code marked this pull request as ready for review February 16, 2026 06:48
@vxnkjyffmq-code vxnkjyffmq-code merged commit eae75fa into main Feb 16, 2026
2 checks passed
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