Originally created by @Fmstrat on GitHub (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
Originally created by @Fmstrat on GitHub (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
```
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 .
@l1qu1d commented on GitHub (Jan 17, 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 .`
--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 commented on GitHub (Nov 13, 2025):
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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @Fmstrat on GitHub (Jan 8, 2025).
Pretty straight forward, the only image that seems to exist is
latest.@l1qu1d commented on GitHub (Jan 17, 2025):
You can build the missing images directly from the repo.
git clone https://github.com/sickcodes/Docker-OSX.gitcd .\Docker-OSX\docker build -f Dockerfile.naked -t docker-osx-naked .@ebouther commented on GitHub (Nov 13, 2025):
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.