You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/01/08 09:19:39 UTC

[GitHub] [camel-quarkus] llowinge opened a new pull request #2117: Remove docker.io prefix for images

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:
users@infra.apache.org



[GitHub] [camel-quarkus] ppalaga merged pull request #2117: Remove docker.io prefix for images

Posted by GitBox <gi...@apache.org>.
ppalaga merged pull request #2117:
URL: https://github.com/apache/camel-quarkus/pull/2117


   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [camel-quarkus] ppalaga merged pull request #2117: Remove docker.io prefix for images

Posted by GitBox <gi...@apache.org>.
ppalaga merged pull request #2117:
URL: https://github.com/apache/camel-quarkus/pull/2117


   


----------------------------------------------------------------
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:
users@infra.apache.org