Fix Docker image path to use GitHub Container Registry #48
Reference in New Issue
Block a user
Delete Branch "fix/docker-image-path-ghcr"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
Thanks for flagging this @04cb — however the Docker Hub image is actually live and pullable:
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.
Closing — Docker Hub image is live and pullable. See comment above.
Pull request closed