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

Handle alternate spelling for docker user-agent #4

Merged
merged 2 commits into from
Feb 28, 2022

Conversation

leonardochen
Copy link
Contributor

Some docker instances are unable to login through Beyond. That's because the user-agent is spelled with a D instead of a d.
Examples of these user-agents include:

  • Docker-Client/20.10.7 (darwin)
  • Docker-Client/nerdctl-v0.12.1 (linux)

Some docker instances are unable to login through Beyond. That's because the user-agent is spelled with a D instead of a d.
Examples of these user-agents include:
- Docker-Client/20.10.7 (darwin)
- Docker-Client/nerdctl-v0.12.1 (linux)
@presbrey
Copy link
Contributor

presbrey commented Feb 16, 2022

Thanks for tracking down this bug Leo! could you please update the approach here to just strings.ToLower the userAgent on Line 97*?

@joecogo joecogo merged commit f8eb7d7 into cogolabs:main Feb 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants