Fix Docker image path to use GitHub Container Registry #48

Closed
04cb wants to merge 1 commits from fix/docker-image-path-ghcr into main
04cb commented 2026-03-01 12:55:45 +08:00 (Migrated from github.com)

Fixes #43

The README documented Docker images at docker.io/ruvnet/wifi-densepose:latest but the CI pipeline publishes to GitHub Container Registry at ghcr.io/ruvnet/wifi-densepose:latest. This caused docker pull failures for users.

This fix updates the README to use the correct ghcr.io path for pre-built images and updates the Docker badge to point to the GitHub container package page.

Fixes #43 The README documented Docker images at docker.io/ruvnet/wifi-densepose:latest but the CI pipeline publishes to GitHub Container Registry at ghcr.io/ruvnet/wifi-densepose:latest. This caused docker pull failures for users. This fix updates the README to use the correct ghcr.io path for pre-built images and updates the Docker badge to point to the GitHub container package page.
ruvnet commented 2026-03-01 14:00:34 +08:00 (Migrated from github.com)

Thanks for flagging this @04cb — however the Docker Hub image is actually live and pullable:

$ docker pull ruvnet/wifi-densepose:latest
Digest: sha256:7b42feffa6a27588de9be0a7d4f98064af28ff87cd36071852c4d4bf1e4c192c
Status: Image is up to date for ruvnet/wifi-densepose:latest

The image was published to Docker Hub at docker.io/ruvnet/wifi-densepose, not GHCR. I just verified the pull succeeds and the container runs correctly with all API endpoints responding.

We also recently fixed a port mismatch bug (44b9c30d) where the Dockerfile wasn't passing --http-port 3000 --ws-port 3001 — that'll be in the next published image.

Closing as the Docker Hub path is correct and functional. If you're still hitting pull failures, it may have been a temporary Docker Hub issue or authentication requirement — please reopen if so.

Thanks for flagging this @04cb — however the Docker Hub image is actually live and pullable: ```bash $ docker pull ruvnet/wifi-densepose:latest Digest: sha256:7b42feffa6a27588de9be0a7d4f98064af28ff87cd36071852c4d4bf1e4c192c Status: Image is up to date for ruvnet/wifi-densepose:latest ``` The image was published to **Docker Hub** at `docker.io/ruvnet/wifi-densepose`, not GHCR. I just verified the pull succeeds and the container runs correctly with all API endpoints responding. We also recently fixed a port mismatch bug (44b9c30d) where the Dockerfile wasn't passing `--http-port 3000 --ws-port 3001` — that'll be in the next published image. Closing as the Docker Hub path is correct and functional. If you're still hitting pull failures, it may have been a temporary Docker Hub issue or authentication requirement — please reopen if so.
ruvnet commented 2026-03-01 14:00:51 +08:00 (Migrated from github.com)

Closing — Docker Hub image is live and pullable. See comment above.

Closing — Docker Hub image is live and pullable. See comment above.

Pull request closed

Sign in to join this conversation.