apupier opened a new pull request, #25616:
URL: https://github.com/apache/camel/pull/25616

   Reverts apache/camel#25266
   
   missing access authorization accesss for the image:
   
   ```
   org.testcontainers.containers.ContainerFetchException: Can't get Docker 
image: 
RemoteDockerImage(imageName=icr.io/s390x-oss/activemq-artemis-broker-s390x:2.0.2,
 imagePullPolicy=DefaultPullPolicy(), 
imageNameSubstitutor=org.testcontainers.utility.ImageNameSubstitutor$LogWrappedImageNameSubstitutor@328e0f54)
        at 
org.testcontainers.containers.GenericContainer.getDockerImageName(GenericContainer.java:1308)
        at 
org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:346)
        at 
org.testcontainers.containers.GenericContainer.start(GenericContainer.java:317)
        at 
org.apache.camel.component.sjms.SjmsConnectionRecoveryTest.startBroker(SjmsConnectionRecoveryTest.java:68)
   Caused by: com.github.dockerjava.api.exception.UnauthorizedException: Status 
401: {"message":"Head 
\"https://icr.io/v2/s390x-oss/activemq-artemis-broker-s390x/manifests/2.0.2\": 
unauthorized: 
{\"errors\":[{\"code\":\"UNAUTHORIZED\",\"message\":\"Authorization required. 
See 
https://cloud.ibm.com/docs/Registry?topic=Registry-troubleshoot-auth-req\",\"detail\":\"Authorization
 required. See 
https://cloud.ibm.com/docs/Registry?topic=Registry-troubleshoot-auth-req\"}]}\n"}
   
        at 
org.testcontainers.shaded.com.github.dockerjava.core.DefaultInvocationBuilder.execute(DefaultInvocationBuilder.java:239)
        at 
org.testcontainers.shaded.com.github.dockerjava.core.DefaultInvocationBuilder.lambda$executeAndStream$1(DefaultInvocationBuilder.java:269)
        at java.base/java.lang.Thread.run(Thread.java:1583)
   ```


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to