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 images naked, auto etc do not exist #858

Open
Fmstrat opened this issue Jan 8, 2025 · 1 comment
Open

Docker images naked, auto etc do not exist #858

Fmstrat opened this issue Jan 8, 2025 · 1 comment

Comments

@Fmstrat
Copy link

Fmstrat commented Jan 8, 2025

Pretty straight forward, the only image that seems to exist is latest.

$ docker pull sickcodes/docker-osx:auto
Error response from daemon: manifest for sickcodes/docker-osx:auto not found: manifest unknown: manifest unknown
$ docker pull sickcodes/docker-osx:naked
Error response from daemon: manifest for sickcodes/docker-osx:naked not found: manifest unknown: manifest unknown
@l1qu1d
Copy link

l1qu1d commented Jan 16, 2025

You can build the missing images directly from the repo.

  1. Clone the repo: git clone https://github.com/sickcodes/Docker-OSX.git
  2. Go to the repo directory: cd .\Docker-OSX\
  3. Build the image: docker build -f Dockerfile.naked -t docker-osx-naked .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants