Docker-OSX
Docker-OSX copied to clipboard
Docker images `naked`, `auto` etc do not exist
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
You can build the missing images directly from the repo.
- Clone the repo:
git clone https://github.com/sickcodes/Docker-OSX.git - Go to the repo directory:
cd .\Docker-OSX\ - Build the image:
docker build -f Dockerfile.naked -t docker-osx-naked .
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.