mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 21:10:25 +01:00
Does it support macOS Big Sur 11.0.1 ? #92
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghasemikasra39 on GitHub (Dec 9, 2020).
@sickcodes commented on GitHub (Dec 14, 2020):
Not sure, you're welcome to test
@iambenmitchell commented on GitHub (Dec 23, 2020):
The software catalog used does not contain 11.x, need to update it.
@iambenmitchell commented on GitHub (Dec 23, 2020):
Actually it contains 11.1 (so use that instead)
@iambenmitchell commented on GitHub (Dec 23, 2020):
Something needs fixing,

11.0shows up but DockerOSX cannot download it@iambenmitchell commented on GitHub (Dec 23, 2020):
Just to confirm, the latest version of
gibMacOSis able to download11.1however, in macOS big sur there is no longer the ability to downloadBaseSystem.dmgIt will now download

installassistant.pkginstead. We need to convert this into a base system. I have no idea how to@sickcodes commented on GitHub (Dec 26, 2020):
Alright I'll update gibMacOS if it's there!
@eros-fabbri commented on GitHub (Feb 7, 2021):
What if we install MacOs Catalina and then update from there?
@iambenmitchell commented on GitHub (Feb 12, 2021):
You could try this, however I know that during the beta this would brick your VM.
@sickcodes commented on GitHub (Feb 15, 2021):
I haven't actually tried Big Sur, I'll give it a go this week
@sickcodes commented on GitHub (Feb 27, 2021):
Working on this now, confirming I am unable to download the BaseSystem.img for bigsur too.
@sickcodes commented on GitHub (Feb 27, 2021):
Testing this (slow downloading) https://github.com/sickcodes/Docker-OSX/pull/158
@sickcodes commented on GitHub (Feb 27, 2021):
Added in big sur to Docker-OSX with https://github.com/sickcodes/Docker-OSX/pull/158,
use
--build-arg VERSION=11but you have to build it yourself (at the moment).Creating
:big-surcurrently@sickcodes commented on GitHub (Feb 27, 2021):