kou opened a new issue, #47795:
URL: https://github.com/apache/arrow/issues/47795

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   We can change Docker registry by `REPO` in `docker-compose.yml` but Archery 
doesn't recognize it.
   
   Use case:
   
   
https://github.com/apache/arrow/blob/0c8ce5f8dfa33f9268fe01a269f2c9d86bddbec5/.github/workflows/cpp_extra.yml#L189
   
   
https://github.com/apache/arrow/blob/0c8ce5f8dfa33f9268fe01a269f2c9d86bddbec5/.github/workflows/cpp_extra.yml#L217-L226
 
   
   
https://github.com/apache/arrow/actions/runs/18445566748/job/52551782069#step:7:19
   
   ```text
   Error response from daemon: Get "https://registry-1.docker.io/v2/": 
unauthorized: incorrect username or password
   Traceback (most recent call last):
     File "/home/runner/work/arrow/arrow/dev/archery/archery/docker/core.py", 
line 229, in _execute_docker
       result = Docker().run(*args, **kwargs)
     File "/home/runner/work/arrow/arrow/dev/archery/archery/utils/command.py", 
line 78, in run
       return subprocess.run(invocation, **kwargs)
              ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
     File 
"/opt/hostedtoolcache/Python/3.13.7/x64/lib/python3.13/subprocess.py", line 
577, in run
       raise CalledProcessError(retcode, process.args,
                                output=stdout, stderr=stderr)
   subprocess.CalledProcessError: Command '['docker', 'login', '-u', 'kou', 
'-p', '***']' returned non-zero exit status 1.
   ```
   
   
   
   ### Component(s)
   
   Archery


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to