We unintentionally pushed Xcode 16.1 variant for `sonoma-xcode` image. We plan to only include new versions of Xcode with Sequoia images.
Instead for removing the 16.1 artifact. Let's include it in the runner image for consistency.
* 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
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.