mirror of
https://github.com/nearai/ironclaw.git
synced 2026-06-09 11:41:45 +08:00
* docs(docker): fix Docker Hub image name nearai/ironclaw -> nearaidev/ironclaw (#2963) Closes #2963. @magnusviri reported `pull access denied for nearai/ironclaw, repository does not exist` when following the install/docker.mdx guide. The Docker Hub repo is `nearaidev/ironclaw` (confirmed by both the publish workflow at .github/workflows/docker.yml — IMAGE_NAME: nearaidev/ironclaw — and the public Docker Hub page); `nearai/ironclaw` was never the correct image and is not under our control. Sweeps every Docker-Hub image reference in the docs to the correct name. README.md is intentionally untouched — its `nearai/ironclaw` references are gitcgr.com URLs to the source repository, not Docker Hub image pulls. Files updated: - docs/drafts/install/docker.mdx (5 occurrences) - docs/drafts/install/updating.mdx (2 occurrences) - docs/drafts/install/uninstalling.mdx (1 occurrence) - docs/drafts/platforms/docker-compose.mdx (1 occurrence) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * docs(docker): clarify latest tag guidance --------- Co-authored-by: Abhishek Vaidyanathan <abhishekvaidyanathan@0a:c3:a6:ef:bb:28.home> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>