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

Remove docker.io prefix for images #2117

Merged
merged 1 commit into from Jan 8, 2021

Conversation

llowinge
Copy link
Contributor

@llowinge llowinge commented Jan 8, 2021

With docker.io prefix the auth from docker login is not working in testcontainers because this line (https://github.com/docker-java/docker-java/blob/master/docker-java-core/src/main/java/com/github/dockerjava/core/DockerConfigFile.java#L51) compare with https://index.docker.io/v1/ which fails and no auth is used. And from documentation (https://www.testcontainers.org/quickstart/junit_5_quickstart#2-get-testcontainers-to-run-a-redis-container-during-our-tests) i can see there is no docker.io prefix used either.

wdyt @ppalaga @jamesnetherton should i raise issue on testcontainers/docker-java as well ?

Copy link
Contributor

@ppalaga ppalaga left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wdyt @ppalaga @jamesnetherton should i raise issue on testcontainers/docker-java as well ?

I don't think it is necessary.

@ppalaga ppalaga merged commit 620ffc2 into apache:master Jan 8, 2021
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.

None yet

2 participants