Skip to content

cirruslabs/macos-image-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

macOS Packer Templates for Tart

Repository with Packer templates to build macOS Tart virtual machines to use with Cirrus Runners, Cirrus CI or any other automation.

The following image variants are currently available:

  • macos-{ventura,sonoma}-base image has only brew pre-installed and the latest version of macOS available
  • macos-{ventura,sonoma}-xcode:N image is based on macos-{monterey,ventura}-base image and has Xcode N with Flutter pre-installed
  • macos-runner:sonoma image is a variant of xcode:N with 3 latest versions of Xcode pre-installed and xcodes tool to switch between them.

See a full list of VMs available here.

Release Cadence

Once a new version of Xcode is released, we will initiate a GitHub release which will automatically build and push a new version of the macos-sonoma-xcode:N image as well as macos-runner:sonoma. This generally happens within 24 hours of a release. Please watch this repository releases to get notified about new images.

Update Cadence

Some of the images are regularly getting rebuild in order to update the pre-installed packages. The following images are updated monthly on the first Saturday of the month:

  • ghcr.io/cirruslabs/macos-{ventura,sonoma}-base
  • ghcr.io/cirruslabs/macos-ventura-xcode:{latest,14.3.1,14.2}
  • ghcr.io/cirruslabs/macos-sonoma-xcode:{latest,15.4,15.3,15.2}

Note that ghcr.io/cirruslabs/macos-runner:sonoma is updated every Sunday and this image is optimised for startup on Cirrus Runners and Cirrus CI services.