Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker Image disappeared #799

Open
techNomad24 opened this issue Aug 27, 2024 · 28 comments
Open

Docker Image disappeared #799

techNomad24 opened this issue Aug 27, 2024 · 28 comments
Labels
bug Something isn't working

Comments

@techNomad24
Copy link

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

@mettek88
Copy link

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

@ngjiaxue
Copy link

Facing the exact same issue.
image

@TrevorDrayton03
Copy link

Likewise!

@ZimaBlueee
Copy link

+1

1 similar comment
@Monsteel
Copy link

+1

@Avi0n
Copy link

Avi0n commented 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
Copy link

+1

@sickcodes
Copy link
Owner

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 sickcodes added the bug Something isn't working label Aug 28, 2024
@BobH-Official
Copy link

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

@qiqiqiao
Copy link

mark

@sickcodes
Copy link
Owner

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
Copy link
Owner

The DMCA notice:

image

@leioukupo
Copy link

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

@Redhawk18
Copy link

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
Copy link

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
Copy link

Avi0n commented Aug 30, 2024

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.

@KTMGv5
Copy link

KTMGv5 commented Sep 1, 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

^^ Corrected

@leioukupo
Copy link

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

@HFUT-DY
Copy link

HFUT-DY commented Sep 1, 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

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.

@Polyfish0
Copy link

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
Copy link

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

@ratnapolepalli
Copy link

Could we get for Sonoma as well

@DevsGrupoCoagro
Copy link

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

@vuanj
Copy link

vuanj commented Sep 2, 2024

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

@beeman
Copy link

beeman commented Sep 2, 2024

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

@KTMGv5
Copy link

KTMGv5 commented Sep 2, 2024

@beeman you aren't helping the issue. Infact you're making it worse. This discussion needs closed to prevent further spam.

@voidarclabs
Copy link

voidarclabs commented 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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests