Hi, In <53e362e1-83a5-20d2-04ee-a7674c4f1...@python.org> "Re: [CI] Fwd: dockerhub limitations - maximum user count reached" on Sat, 22 Jan 2022 12:27:20 +0100, Antoine Pitrou <anto...@python.org> wrote:
>> It may be better that we use ghcr.io (Docker registry >> provided by GitHub) instead of Docker Hub. Because we use >> our Docker images only for CI. They are not intended to be >> used by users. > > Perhaps by "users" you mean non-Arrow developers? Yes. > The Docker images are definitely useful to reproduce > issues locally, or to run certain builds. Developers can still use Docker images that are used for CI with ghcr.io. And developer's workflow isn't changed. Developers use Archery or raw docker-compose.yml. Docker image URLs (including ghcr.io/) are embedded in docker-compose.yml. So developers don't need to care about Docker image URLs. Developers don't need to change their command lines. Thanks, -- kou