Docker-OSX icon indicating copy to clipboard operation
Docker-OSX copied to clipboard

Docker Image disappeared

Open techNomad24 opened this issue 1 year ago • 62 comments

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. Screenshot 2024-08-27 122230

techNomad24 avatar Aug 27 '24 10:08 techNomad24

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. Screenshot 2024-08-27 122230

Same problem for me i think the repo as been shutdown

mettek88 avatar Aug 27 '24 12:08 mettek88

Facing the exact same issue. image

ngjiaxue avatar Aug 27 '24 16:08 ngjiaxue

Likewise!

TrevorDrayton03 avatar Aug 27 '24 19:08 TrevorDrayton03

+1

ZimaBlueee avatar Aug 28 '24 00:08 ZimaBlueee

+1

Monsteel avatar Aug 28 '24 02:08 Monsteel

To show you're having the same issue, please click :+1: 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!

Avi0n avatar Aug 28 '24 02:08 Avi0n

+1

miniwater avatar Aug 28 '24 06:08 miniwater

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!

sickcodes avatar Aug 28 '24 07:08 sickcodes

Wondering is there any plan to change to other registry service is Docker Hub is not working?

BobH-Official avatar Aug 28 '24 08:08 BobH-Official

mark

qiqiqiao avatar Aug 28 '24 10:08 qiqiqiao

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 avatar Aug 28 '24 12:08 sickcodes

The DMCA notice:

image

sickcodes avatar Aug 30 '24 05:08 sickcodes

The DMCA notice:

image

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

leioukupo avatar Aug 30 '24 06:08 leioukupo

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.

Redhawk18 avatar Aug 30 '24 14:08 Redhawk18

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.

vanderful77 avatar Aug 30 '24 15:08 vanderful77

I would also backup the this repo by forking it

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.

Apple is not friendly towards open source projects. I would expect to see a dmca from github any day.

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.

Avi0n avatar Aug 30 '24 15:08 Avi0n

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

^^ Corrected

KTMGv5 avatar Sep 01 '24 02:09 KTMGv5

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

Cloning into 'OpenCorePkg'... fatal: unable to access 'https://github.com/acidanthera/OpenCorePkg.git/': SSL certificate problem: unable to get local issuer certificate

leioukupo avatar Sep 01 '24 09:09 leioukupo

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

Cloning into 'OpenCorePkg'... fatal: unable to access 'https://github.com/acidanthera/OpenCorePkg.git/': SSL certificate problem: unable to get local issuer certificate

Maybe you are using a proxy. Type git config --global http.sslVerify false to disable ssl check.

HFUT-DY avatar Sep 01 '24 12:09 HFUT-DY

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

Polyfish0 avatar Sep 02 '24 07:09 Polyfish0

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

Cloning into 'OpenCorePkg'... fatal: unable to access 'https://github.com/acidanthera/OpenCorePkg.git/': SSL certificate problem: unable to get local issuer certificate

Maybe you are using a proxy. Type git config --global http.sslVerify false to disable ssl check.

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

leioukupo avatar Sep 02 '24 07:09 leioukupo

Could we get for Sonoma as well

ratnapolepalli avatar Sep 02 '24 11:09 ratnapolepalli

Alguém conseguiu fazer isso?

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'.

DevsGrupoCoagro avatar Sep 02 '24 14:09 DevsGrupoCoagro

@DevsGrupoCoagro dude, just read this thread. the image has been deleted due to DMCA

vuanj avatar Sep 02 '24 14:09 vuanj

@DevsGrupoCoagro dude, just read this thread. the image has been deleted due to DMCA

Is there any solution?

The solution is to read this thread instead of asking randomly.

beeman avatar Sep 02 '24 14:09 beeman

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.

voidarclabs avatar Sep 02 '24 19:09 voidarclabs

Could be DMCA possible because of this? telegram-cloud-photo-size-2-5382110831464015034-y

JulyIghor avatar Sep 02 '24 19:09 JulyIghor

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

^^ 已更正

@KTMGv5 Do you have a Sonoma version of the image?Looking forward to your reply, thank you!

danielchenming avatar Sep 03 '24 07:09 danielchenming

Could be DMCA possible because of this?

@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.

voidarclabs avatar Sep 03 '24 08:09 voidarclabs

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

osmarjberaldo avatar Sep 07 '24 12:09 osmarjberaldo