llowinge opened a new pull request #2117:
URL: https://github.com/apache/camel-quarkus/pull/2117


   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 ?


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to