docs: link ipfs/kubo to Docker Hub in changelog

This commit is contained in:
Marcin Rataj 2025-11-12 21:05:56 +01:00
parent cf15af105b
commit 4f118b7652

View File

@ -131,7 +131,7 @@ Download from <https://dist.ipfs.tech/kubo/> or <https://github.com/ipfs/kubo/re
The `go-ipfs` name was deprecated in 2022 and renamed to `kubo`. Starting with this release, the legacy Docker image name has been replaced with a stub that displays an error message directing users to switch to `ipfs/kubo`.
**Docker images:** The `ipfs/go-ipfs` image tags now contain only a stub script that exits with an error, instructing users to update their Docker configurations to use `ipfs/kubo` instead. This ensures users are aware of the deprecation while allowing existing automation to fail explicitly rather than silently using outdated images.
**Docker images:** The `ipfs/go-ipfs` image tags now contain only a stub script that exits with an error, instructing users to update their Docker configurations to use [`ipfs/kubo`](https://hub.docker.com/r/ipfs/kubo) instead. This ensures users are aware of the deprecation while allowing existing automation to fail explicitly rather than silently using outdated images.
**Distribution binaries:** Download Kubo from <https://dist.ipfs.tech/kubo/> or <https://github.com/ipfs/kubo/releases>. The legacy `go-ipfs` distribution path should no longer be used.