[GH-ISSUE #858] Docker images naked, auto etc do not exist #635

Open
opened 2026-02-27 23:01:25 +03:00 by kerem · 2 comments
Owner

Originally created by @Fmstrat on GitHub (Jan 8, 2025).
Original GitHub issue: https://github.com/sickcodes/Docker-OSX/issues/858

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). Original GitHub issue: https://github.com/sickcodes/Docker-OSX/issues/858 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 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 .
<!-- gh-comment-id:2597118062 --> @l1qu1d commented on GitHub (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 .`
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.

<!-- gh-comment-id:3528535835 --> @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.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Docker-OSX#635
No description provided.