buildkite/anka-packer-images

Name: anka-packer-images

Owner: Buildkite

Description: Packer scripts for building MacOS images for Anka

Created: 2017-06-27 05:11:06.0

Updated: 2017-11-25 03:31:28.0

Pushed: 2017-09-18 09:03:40.0

Homepage:

Size: 65

Language: Shell

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Packer scripts for use with Veertu Anka

This provides a basic MacOS + Xcode for automated testing of macOS/iOS.

This script requires Veertu Anka installed and our packer builder.

There are two stages of images, which can be thought of like layers. This allows for reasonably rapid iteration on the scripts, as working stages can be re-used.

Get Started

Checkout this repository to a directory:

clone git@github.com:buildkite/anka-packer-images.git
nka-packer-images/
 macos-10.12
 macos-xcode-10.12 source_vm=macos-base-10.12-r1
Phase 1: Basic MacOS

The base layer is essentially macOS as the Veertu Anka leaves it post-install, with the following things added:

It builds images in the form: macos-base-X.X-rX

 macos-10.12
Phase 2: XCode and Dashlane

The base layer is the slowest layer, as it downloads and installs Xcode. It contains the following:

It builds images in the form: macos-X.X-xcode-X.X.X-rX.

 macos-10.12-xcode xcode_version=8.3.3 source_vm={image_name_from_previous_step}

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.