Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Docker Push step authentication is failing #29544

Closed
asfimport opened this issue Sep 8, 2021 · 1 comment
Closed

[CI] Docker Push step authentication is failing #29544

asfimport opened this issue Sep 8, 2021 · 1 comment

Comments

@asfimport
Copy link
Collaborator

It looks like many (all?) of our GitHub Actions docker push steps are failing at the Docker Push step with:

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 214, 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.8.11/x64/lib/python3.8/subprocess.py", line 516, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['docker', 'login', '-u', '***', '-p', '***']' returned non-zero exit status 1.

One example: https://github.com/apache/arrow/runs/3545331147?check_suite_focus=true#step:8:9

Reporter: Jonathan Keane / @jonkeane

Note: This issue was originally created as ARROW-13934. Please see the migration documentation for further details.

@pitrou
Copy link
Member

pitrou commented Sep 16, 2024

Closing as outdated

@pitrou pitrou closed this as not planned Won't fix, can't repro, duplicate, stale Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants