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

Docker images `naked`, `auto` etc do not exist

Open Fmstrat opened this issue 11 months ago • 2 comments

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

Fmstrat avatar Jan 08 '25 21:01 Fmstrat

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 .

l1qu1d avatar Jan 16 '25 23:01 l1qu1d

The images seems to be missing on https://images.sick.code/

--2025-11-13 16:01:45-- https://images.sick.codes/mac_hdd_ng_auto.img Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' Resolving images.sick.codes (images.sick.codes)... 188.114.97.2, 188.114.96.2, 2a06:98c1:3121::2, ... Connecting to images.sick.codes (images.sick.codes)|188.114.97.2|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2025-11-13 16:01:45 ERROR 404: Not Found.

ebouther avatar Nov 13 '25 16:11 ebouther