Docker images naked, auto etc do not exist #636

Open
opened 2025-12-29 01:24:03 +01:00 by adam · 2 comments
Owner

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 ```
Author
Owner

@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 .
@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 .`
Author
Owner

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

@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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Docker-OSX#636