Commit Graph

52 Commits

Author SHA1 Message Date
Fedor Korotkov 0a4f436302
Update README.md 2023-10-05 07:03:08 -04:00
Fedor Korotkov 19a8271935
Switch to Sonoma (#98)
Use RC and update all the scripts
2023-09-20 10:59:13 -04:00
fedor 7fcf10afd6 Build sonoma 2023-07-13 06:46:47 -04:00
fedor 774188aabf Extract common variables 2022-12-19 16:52:25 -05:00
fedor 537e5684fe macOS 13.1 and Xcode 14.2
Also fixed #65
2022-12-09 16:35:02 -05:00
fedor d33d32e65a macOS Ventura Release 2022-10-24 13:33:19 -04:00
Nikolay Edigaryev fb214c9669
Fully automate vanilla images creation (#58)
* Fully automate vanilla images creation

* Slightly increase wait time before country selection steps
2022-10-06 17:21:29 +04:00
Peter Mounce ae5d3345f5
Passwordless sudo via sudoers.d (#53)
* Allow passwordless sudo without disabling SIP

The `sudoers.d` directory is in-play via the line `#includedir /private/etc/sudoers.d` inside `/private/etc/sudoers`.

By using it, I think it's unnecessary to disable System Integrity Protection. SIP is the thing - I think - that objects to edits inside `/private/etc/sudoers`, and will blow those away on OS updates and so forth.

I totally get:
- you might have other reasons for disabling SIP (I didn't find reference...?)
- you might not care about OS updates since (I bet) the intended use-case is for short-lived containers

... but I figure doing this is one less step away from Apple's defaults, and so one less thing to check as Apple issues updates.

I verified that this worked for me via running it, then shutting down the VM, restarting, and checking I could still passwordless-sudo.

I _didn't_ verify that this survived an OS-update because I was using the 12.6 current-latest monterey.

* Restore disable-SIP step

* Optionality

* Remove check step
2022-09-14 14:48:04 +04:00
Fedor Korotkov 439e73a85f
Install Android (#50)
Fixes https://github.com/cirruslabs/cirrus-ci-docs/issues/1060
2022-08-22 14:12:53 -04:00
fedor d2b0512289 Updated instructions for Ventura 2022-07-28 15:23:58 -04:00
fedor 0108cbb569 Ventura by default 2022-07-28 15:23:58 -04:00
Fedor Korotkov a98c00ddc6
Tart link 2022-07-06 20:04:02 -04:00
fedor b85a962e0f Power setting 2022-06-08 13:46:04 -04:00
fedor fb819d3afb 13.4 as default 2022-05-17 15:07:09 -04:00
Fedor Korotkov fb0bcf68e0
Clarify vanilla image 2022-05-10 14:54:26 -04:00
fedor 2cc9bf8279 Converted templates to HCL2 2022-05-04 21:32:38 -04:00
fedor 2a3d22ac3f Added tart config 2022-04-20 17:40:13 -04:00
fedor b290875c38 Monterey images 2021-10-28 17:57:59 +02:00
Fedor Korotkov b45cd061f1 Moved templates back to top level 2020-12-27 09:44:25 -05:00
Fedor Korotkov e14908089a Move to anka folder 2020-12-21 14:22:55 -05:00
Fedor Korotkov 771f71c618 Fixed typo 2020-12-15 08:06:26 -05:00
Fedor Korotkov de94b9df10 big-sure-vanilla 2020-12-15 08:02:58 -05:00
Fedor Korotkov 818800ce86 Xcode 12.3 2020-12-09 12:00:59 -05:00
fkorotkov 8526a388a2 Big Sur Templates 2020-11-13 08:17:09 -05:00
fkorotkov db1c6e0461 Combine Xcode and Flutter images 2020-10-13 15:10:50 -04:00
Sebastian Roth dde1dd8f21
typo (#28) 2020-08-15 09:38:32 -04:00
fkorotkov 88f3437600 Xcode 12.0 2020-08-10 15:29:07 -04:00
fkorotkov 2f30258d0a Pass user/password as vars 2020-05-24 08:55:50 -04:00
fkorotkov be18704bda Xcode 11.5 2020-05-23 11:29:19 -04:00
Hippie Hacker b8e0b8f12f
Fix: Comma typos in catalina-base.json, remove anka --protocol tcp (#24)
anka modify catalina-base add port-forwarding --host-port 0 --guest-port 22 --protocol tcp ssh
Error: no such option: --protocol

And the commas are not syntactically workable.
2020-04-20 13:52:50 -04:00
fkorotkov be7ef42891 Xcode 11.4.1
Related to #23
2020-04-17 11:14:02 -04:00
fkorotkov b31d2466c2 Xcode 11.4 2020-03-25 09:22:45 -04:00
fedor 8b79c506c9 Upgrade to Catalina 2020-01-16 08:26:23 -05:00
Reece Dunham 1f0a209c63 Update README.md (#17) 2019-11-11 08:47:15 -05:00
Fedor Korotkov bbb242aa31
No Xcode 11.0 2019-11-09 16:34:42 -05:00
fedor 3f29f68446 XCode 11.2.1 2019-11-07 08:31:59 -05:00
Sebastian Roth 6185a409cf Xcode 11.2 (#15)
* Xcode 11.2

* update readme
2019-11-07 08:28:46 -05:00
fedor fb6c2a9a0c Xcode 11.1 2019-09-24 14:56:22 -04:00
Fedor Korotkov d7cf9d4ff1
Update docs to point to Xcode 11 2019-09-23 17:17:45 -07:00
Fedor Korotkov e14f5c447e Xcode 10.3 2019-07-31 09:31:51 -04:00
Fedor Korotkov 6d092eb7e9 Xcode 10.2 2019-03-28 11:24:42 -04:00
Fedor Korotkov fb2feb2d49
Mojave Flutter Image (#6)
Fixes #3
2019-03-06 16:14:13 -05:00
Reece Dunham 6afd26ecba
Update README.md 2019-03-04 13:50:00 -05:00
Fedor Korotkov 26c58647cd Xcode 10.1 2018-10-31 10:41:52 -04:00
Fedor Korotkov cd14c42651 Mojave Update 2018-10-30 09:26:23 -04:00
Fedor Korotkov 81b5c2f398 Xcode 10.0 2018-10-13 14:31:46 -04:00
fedor ce9653d157 Xcode 9.4.1 2018-07-13 13:57:32 -04:00
fedor 94ac8f8a8b Mention all images in ReadMe 2018-06-25 13:51:30 -04:00
fedor 6358590771 updated images 2018-06-20 21:46:21 -04:00
fedor 980212953e Instructions to install Packer plugin 2018-04-19 18:13:21 -04:00