docker / docker/docker-py

Incosistent login responses between osx and ubuntu AND unsuccesful pushes

Open
#3,066 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
7.2k
Forks
1.7k
Avg merge
13d 8h
Merged PRs (30d)
2

Description

Hi

I am trying to push a tagged image to AWS ECR
For some reason, this does not work on ubuntu (github actions runners)
The responses from client.images.push(...) just hit exponential backoff:

{'status': 'Preparing', 'progressDetail': {}, 'id': '994393dc58e7'}
{'status': 'Waiting', 'progressDetail': {}, 'id': '994393dc58e7'}
{'status': 'Retrying in 5 seconds', 'progressDetail': {}, 'id': 'de1bc4ba6c4b'}  # <-- This repeats with larger retry values until EOF
{'errorDetail': {'message': 'EOF'}, 'error': 'EOF'}

While trying to debug this, I ran into this inconsistency, and was wondering if anyone could shine some light on it:

When running docker.DockerClient().login(...) with AWS ECR credentials plugged in, on macos, the response is:

{'IdentityToken': '', 'Status': 'Login Succeeded'}

on ubuntu it is:

{'username': 'AWS', 'password': '...', 'email': None, 'serveraddress': '***.dkr.ecr.eu-west-1.amazonaws.com'}

Thanks

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No source file or test is named. Start by reproducing DockerClient.login and client.images.push with AWS ECR credentials on macOS and Ubuntu, including a GitHub Actions runner, then compare the returned login data and push output. Done means the platform-dependent login behavior and failed push are explained or corrected, with coverage for the affected behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
aws, docker, github-actions, python
Domain
api, authentication, cloud, devops
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.