mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 21:10:25 +01:00
Docker Image disappeared #610
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 @techNomad24 on GitHub (Aug 27, 2024).
Originally assigned to: @sickcodes on GitHub.
docker build -t docker-osx --build-arg SHORTNAME=sonoma .
Unable to find image 'sickcodes/docker-osx:sonoma' locally
docker: Error response from daemon: pull access denied for sickcodes/docker-osx, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'.
If we go on the on the Docker Hub page there is nothing more.

@mettek88 commented on GitHub (Aug 27, 2024):
Same problem for me i think the repo as been shutdown
@ngjiaxue commented on GitHub (Aug 27, 2024):
Facing the exact same issue.

@TrevorDrayton03 commented on GitHub (Aug 27, 2024):
Likewise!
@ZimaBlueee commented on GitHub (Aug 28, 2024):
+1
@Monsteel commented on GitHub (Aug 28, 2024):
+1
@Avi0n commented on GitHub (Aug 28, 2024):
To show you're having the same issue, please click 👍 on the original post instead of making new comments. It notifies/emails everyone who's subscribed to this issue every time a new comment is made. Thanks!
@miniwater commented on GitHub (Aug 28, 2024):
+1
@sickcodes commented on GitHub (Aug 28, 2024):
It's gone from my account. No email or information received as of yet. I've sent an email to Docker Hub support, will update once I hear back... very strange!
@BobH-Official commented on GitHub (Aug 28, 2024):
Wondering is there any plan to change to other registry service is Docker Hub is not working?
@qiqiqiao commented on GitHub (Aug 28, 2024):
mark
@sickcodes commented on GitHub (Aug 28, 2024):
Apple reported the Docker-OSX repository to Docker Hub saying that it violated Apple copyright and Docker Hub moderated the repository. Will update later today when I have more information from Docker Hub.
@sickcodes commented on GitHub (Aug 30, 2024):
The DMCA notice:
@leioukupo commented on GitHub (Aug 30, 2024):
Can you provide a link to the network disk of the tar file, I only recently learned about this project, and I want to experience it
@Redhawk18 commented on GitHub (Aug 30, 2024):
I would also backup the this repo by forking it, Apple is not friendly towards open source projects. I would expect to see a dmca from github any day.
@vanderful77 commented on GitHub (Aug 30, 2024):
Find those images get banned the exact day I learned this project. I think upload those files onto a cloud disk may temporately resolve the issue? This seems to be an promising project and I actually want to try iy out.
@Avi0n commented on GitHub (Aug 30, 2024):
Forking this repo will likely not help. When youtube-dl was DMCA'd, all forks were also taken down. Cloning would be the best way to back up a repo.
I'll make one reply before moving on, as it's off-topic and risks sparking a lengthy debate. However, I'd like to respectfully challenge the idea that Apple is unfriendly to open-source. Apple released Swift under the permissive Apache 2.0 license, which I doubt they'd do if they weren't friendly towards open-source.
That being said, it's well-documented that Apple typically frowns upon hackintosh projects once they become aware of them. I wonder if the inclusion of the OSK key in this project might have been a contributing factor.
Regardless of the reason, I'm sure sickcodes will provide an update when possible.
@KTMGv5 commented on GitHub (Sep 1, 2024):
^^ Corrected
@leioukupo commented on GitHub (Sep 1, 2024):
Cloning into 'OpenCorePkg'...
fatal: unable to access 'https://github.com/acidanthera/OpenCorePkg.git/': SSL certificate problem: unable to get local issuer certificate
@HFUT-DY commented on GitHub (Sep 1, 2024):
Maybe you are using a proxy. Type
git config --global http.sslVerify falseto disable ssl check.@Polyfish0 commented on GitHub (Sep 2, 2024):
For everyone, I have a mirror of the project on my private git. If this get DMCA'd you can download the source from there: https://git.polyfish0.de/mika/Docker-OSX
@leioukupo commented on GitHub (Sep 2, 2024):
it's useless. i can clone this repositories(OpenCorePkg). But when I execute this string of commands, I repeat this error. So I think it's a problem with this mirror
@ratnapolepalli commented on GitHub (Sep 2, 2024):
Could we get for Sonoma as well
@DevsGrupoCoagro commented on GitHub (Sep 2, 2024):
PS C:\Docker-OSX> docker run -it --device /dev/kvm -p 50922:10022 -v /tmp/.X11-unix:/tmp/.X11-unix -e "DISPLAY=${DISPLAY:-:0.0}" sickcodes/docker-osx:latest
Unable to find image 'sickcodes/docker-osx:latest' locally
docker: Error response from daemon: pull access denied for sickcodes/docker-osx, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'.
@vuanj commented on GitHub (Sep 2, 2024):
@DevsGrupoCoagro dude, just read this thread. the image has been deleted due to DMCA
@beeman commented on GitHub (Sep 2, 2024):
The solution is to read this thread instead of asking randomly.
@voidarclabs commented on GitHub (Sep 2, 2024):
The best plan of action for anyone wishing to make a docker container is to clone the repo and build your own image locally. Alternately, there is another repo that has similar functionality.
@JulyIghor commented on GitHub (Sep 2, 2024):
Could be DMCA possible because of this?

@danielchenming commented on GitHub (Sep 3, 2024):
@KTMGv5 Do you have a Sonoma version of the image?Looking forward to your reply, thank you!
@voidarclabs commented on GitHub (Sep 3, 2024):
@JulyIghor I believe the Dmca is about the fact that the docker image was redistributing the macos installer images etc. The reason that this repo hasn't been taken down is because the installer images are downloaded at buildtime (as far as i know), therefore making the repo void of copyright material. If you can figure out a way to inject your own installer iso, the project should work as normal, just less automatically.
@sickcodes, considering the ruthlessness of apple's legal team, may I suggest (for now) removing or obfuscating the links you're using to retrieve the OSX installers? Putting them in some sort of secret format should be enough to dissuade github or apple from trying to take down the project. Just a thought. If you think it's fine, then I'm not nearly qualified to say otherwise.
@osmarjberaldo commented on GitHub (Sep 7, 2024):
docker run -it
--device /dev/kvm
-p 50922:10022
-v /tmp/.X11-unix:/tmp/.X11-unix
-e "DISPLAY=${DISPLAY:-:0.0}"
-e GENERATE_UNIQUE=true
-e RAM=8
-e MASTER_PLIST_URL='https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/config-custom.plist'
dickhub/docker-osx:ventura
@EmileHanau commented on GitHub (Sep 7, 2024):
How to get a Sonoma image:
(Applicable for other images as well by editing
SHORTNAMEand the name of the image indocker build ...)Explanation:
This clones the repository into a local folder and builds the image locally as @voidarclabs suggested for a "fix". Also this is safer as you shouldn't necessarily trust random strangers docker images.
@jindl1113 commented on GitHub (Sep 8, 2024):
@voidarclabs commented on GitHub (Sep 8, 2024):
The servers hosting the installer images are probably down. You will need to download your own baseimage and basesystem images. These can be found packages in an installer iso or in an archive somewhere. You'll have to do some searching but if you join the discord I'm sure someone on there can help you out!
@osmarjberaldo commented on GitHub (Sep 9, 2024):
acabei de instalar normal tanto ventura e sonoma outros pcs


@osmarjberaldo commented on GitHub (Sep 9, 2024):
update code ```
download docker contener seraphix/docker-osx
@donle311093 commented on GitHub (Sep 9, 2024):
Hi all,
I have the another issue build with ventura, the latest of macos 13 is 13.6.9, i try to specific version by "--build-arg VERSION=13.6.1" like example in dockerfile, but after install, it's alway 13.6.9, so I would like to ask this option "--build-arg VERSION=13.6.1" can work?
@mateusdata commented on GitHub (Sep 11, 2024):
Funcionou pra mim, muito obrigado
@alejoluc commented on GitHub (Sep 13, 2024):
I find myself in a bind here
I get this output:
Same happens if I do, as suggested above:
@kuba-04 commented on GitHub (Sep 13, 2024):
Previously it worked (somewhat because the safari was stuck int the loop). But now when running this command I get this:
DEVICE_MODEL: iMacPro1,1
SERIAL_SET_COUNT: 1
OUTPUT_DIRECTORY: .
Cloning into 'OpenCorePkg'...
remote: Enumerating objects: 1761, done.
remote: Counting objects: 100% (1761/1761), done.
remote: Compressing objects: 100% (1529/1529), done.
error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly: CANCEL (err 8)
error: 20 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
@osmarjberaldo commented on GitHub (Sep 13, 2024):
instalou os compontens do linux antes como kvm?
@kuba-04 commented on GitHub (Sep 13, 2024):
no
@osmarjberaldo commented on GitHub (Sep 13, 2024):
vc tem que seguir instalação dos pacotes do linux e so no momento de instalar iso vc vai fazer usando codigo que disponibilizei, mais antes precisa seguir passos do instalação padrao `` # ARCH
sudo pacman -S qemu libvirt dnsmasq virt-manager bridge-utils flex bison iptables-nft edk2-ovmf
UBUNTU DEBIAN
sudo apt install qemu qemu-kvm libvirt-clients libvirt-daemon-system bridge-utils virt-manager libguestfs-tools
CENTOS RHEL FEDORA
sudo yum install libvirt qemu-kvm
Then, enable libvirt and load the KVM kernel module:
sudo systemctl enable --now libvirtd
sudo systemctl enable --now virtlogd
echo 1 | sudo tee /sys/module/kvm/parameters/ignore_msrs
sudo modprobe kvm
@kuba-04 commented on GitHub (Sep 13, 2024):
Thank you @criandoideiasoficial, that indeed helped. Then what to do with this message? What am I missing now?
@alejoluc commented on GitHub (Sep 14, 2024):
Got it to work using ventura. Didn't work with Catalina. Didn't try with sonoma
Host: Windows 11, WSL 2, Main distro Ubuntu-20, Docker Desktop
Steps taken
In Powershell:
$ docker run -it --entrypoint /bin/bash --device /dev/kvm -e "DISPLAY=$DISPLAY" sickcodes/docker-osx:ventura$ docker run -it --device /dev/kvm -p 50922:10022 -v /tmp/.X11-unix:/tmp/.X11-unix -e "DISPLAY=${DISPLAY}" sickcodes/docker-osx:venturaI did it again to verify all the steps work in this order on my setup. Hope this helps
@kftof commented on GitHub (Sep 15, 2024):
Thanks @alejoluc , this also works on Sonoma.
@ZeroToH3ro commented on GitHub (Sep 16, 2024):
why I always stuck at step macOs Ventura select the disk where you want to install MacOS
@kftof commented on GitHub (Sep 17, 2024):
To start the system, on AMD processors, you will probably need to add these arguments :
-e CPU='Haswell-noTSX' -e CPUID_FLAGS='kvm=on,vendor=GenuineIntel,+invtsc,vmware-cpuid-freq=on'My config : W11, WSL2, Ubuntu 20.04, Docker Desktop, Ryzen 5800X
@ZeroToH3ro commented on GitHub (Sep 17, 2024):
I should add these arguments on this command
docker run -it --device /dev/kvm -p 50922:10022 -v /tmp/.X11-unix:/tmp/.X11-unix -e "DISPLAY=${DISPLAY}" sickcodes/docker-osx:venturaright@thewanderingtraderm commented on GitHub (Sep 18, 2024):
how to install macos sequoia with this
@mouadtk commented on GitHub (Sep 18, 2024):
need to install x11-xserver-utils
@poppop9 commented on GitHub (Sep 21, 2024):
hello,Do you have the image file of the tar package now? If so, can you send me a copy? Thank you
@Harsh-007-max commented on GitHub (Sep 25, 2024):
need help idk what is this just need macos ventura working in docker
@ghost commented on GitHub (Sep 25, 2024):
also having this issue
@MrCharry commented on GitHub (Sep 26, 2024):
How did you do? I also got the msg: "error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly: CANCEL (err 8)
error: 930 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output", appreciate for your reply.
@deadlinecode commented on GitHub (Sep 26, 2024):
If you get the
Inappropriate ioctl for devicejust do the following:DockerfileThats it
(fyi: @meatpioneer , @Harsh-007-max )
@ghost commented on GitHub (Sep 27, 2024):
Stuck here
@Harsh-007-max commented on GitHub (Sep 27, 2024):
docker run -it
--device /dev/kvm
-p 50922:10022
-v /tmp/.X11-unix:/tmp/.X11-unix
-e "DISPLAY=${DISPLAY:-:0.0}"
-e GENERATE_UNIQUE=true
-e MASTER_PLIST_URL='https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/config-custom.plist'
registry.cn-hangzhou.aliyuncs.com/shrimp-images/docker-osx:ventura
i ran this command and got an error
does anyone know how to solve this one
@selective5296 commented on GitHub (Oct 6, 2024):
I think they might've taken it down again
@reavpC6K commented on GitHub (Oct 9, 2024):
Rather than relying on pirate images hosted on public registries I think the right way is to let the user set an environment variable to fetch their desired version, convert and install it per OSX-KVM.
@shunia commented on GitHub (Oct 16, 2024):
By following the exact steps provided by @alejoluc, I'm able to enter the installation screen, but then stuck here:

I'm looking for fixes to solve this but the solution definitely works, but logs when excuting
docker run -it --name docker-osx --device /dev/kvm -p 50922:10022 -v /tmp/.X11-unix:/tmp/.X11-unix -e "DISPLAY=${DISPLAY}" sickcodes/docker-osx:venturais a little bit confusing when it default to sonoma rather than the provided ventura:@rishicodelux commented on GitHub (Oct 17, 2024):
anyone found the solution for this disk lock issue
` By following the exact steps provided by @alejoluc, I'm able to enter the installation screen, but then stuck here:

I'm looking for fixes to solve this but the solution definitely works, but logs when excuting
docker run -it --name docker-osx --device /dev/kvm -p 50922:10022 -v /tmp/.X11-unix:/tmp/.X11-unix -e "DISPLAY=${DISPLAY}" sickcodes/docker-osx:venturais a little bit confusing when it default to sonoma rather than the provided ventura:Originally posted by @shunia in https://github.com/sickcodes/Docker-OSX/issues/799#issuecomment-2416951758
`
@mpdavison commented on GitHub (Oct 18, 2024):
This might help you, @rishicodelux and @shunia:
In addition to @alejoluc's steps, I followed these additional installation steps (erase a disk), and I was then able to select the disk to install to.
@Sephrael commented on GitHub (Oct 21, 2024):
Delete the ~240gb hard drive with disk utility as described above
It took me a while to troubleshoot this, but following the advice on the thread was able to get bluebubbles/AirMessage up and working on VM of Ventura.
Follow alejoluc's instructions INCLUDING using a Ubuntu-20.04 build on WSL. The default install of WSL is a higher version and doesn't let you install QEMU properly and didn't work for me. It looks like this command should install Ventura instead of defaulting to Sonoma. I had to change the port because I was having issues with the one he had set, don't think it makes a difference.
docker run -it --device /dev/kvm -p 52922:10022 -v /tmp/.X11-unix:/tmp/.X11-unix -e "DISPLAY=${DISPLAY}" -e "SHORTNAME=ventura" sickcodes/docker-osx:venturaI followed the advice of kftof since I have an AMD processor and added in these arguments. Not sure if it's necessary.
docker run -it --device /dev/kvm -p 50922:10022 -v /tmp/.X11-unix:/tmp/.X11-unix -e "DISPLAY=${DISPLAY}" -e CPU='Haswell-noTSX' -e CPUID_FLAGS='kvm=on,vendor=GenuineIntel,+invtsc,vmware-cpuid-freq=on' -e SHORTNAME=ventura sickcodes/docker-osx:venturaI might just be dumb, but after the install and everything I was expecting to boot straight into the OS rather than the boot menu so I didn't actually think it worked at first. I had a screen that looked like this--

It took me a while to realize I could just select the Ventura2 HDD to boot up. Stupid me! 😅
I've been able to restart/shutdown and boot up again without needing to do anything more, so I'm happy. I thought I would have to do a little more customization to get the serial keys generated for iCloud authentication but it seems like that was taken care of automatically. Hope this helps others, good luck!
@ismael221 commented on GitHub (Oct 22, 2024):
Thanks bro now it works for me, but I have one question, is it possible to increase the RAM of Ventura? it uses 8gb from my host machine but on the Mac settings it shows as 4gbs, so I'm not able to use the virtual device emulator from Android Studio on it.
@zryyyy commented on GitHub (Oct 23, 2024):
Is anyone else having the same problem as me? Or can anyone tell me what the cause of this problem is?🥺I tried to change the mirror source but it doesn't work.The error reported above was generated when I compiled on wsl, but it compiled perfectly fine when I used github codespaces.🤯
If anyone is also having problems compiling the image, maybe you could try my method below.
Create a new github codespace
Go to Codespaces and create a new github codespace
Init and update submodule
You need to init and update the submodule using the following command
Update apt and install Docker
Build image
Save the image
Then you can download the image to your own machine
If you want to load the image, just type the command below
@mdurini-swisscom commented on GitHub (Oct 24, 2024):
my two cents....maybe an update to the README will be helpful...
@czzt1 commented on GitHub (Oct 27, 2024):
just edit dockefile,add :
ENV http_proxy=http://host:port
ENV https_proxy=http://host:port
set proxy
@sickcodes commented on GitHub (Oct 28, 2024):
I will have the new DMCA compliant images uploaded shortly (merged https://github.com/sickcodes/Docker-OSX/pull/826), I am just asking Docker if they can unlock the old URL (sickcodes/docker-osx:latest) so that all previous tutorials, videos, articles, etc. have the correct URL.
@5E7EN commented on GitHub (Nov 28, 2024):
It appears that the images are back up!
https://hub.docker.com/r/sickcodes/docker-osx