Uploaded image for project: 'XWiki Platform'
  1. XWiki Platform
  2. XWIKI-18190

Upgrade to TestContainers 1.15.1

    XMLWordPrintable

Details

    • Unknown
    • N/A
    • N/A

    Description

      See https://github.com/testcontainers/testcontainers-java/releases/tag/1.15.1

      In 1.15.0, ImageNameSubstitutor was added to help dealing with Docker Hub's rate limits. 1.15.1 introduces a default implementation that automatically prefixes every image without the registry. See the docs for more details.

      Could maybe fix our issue:

      Caused by: com.github.dockerjava.api.exception.DockerClientException: Could not pull image: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit
      	at com.github.dockerjava.api.command.PullImageResultCallback.checkDockerClientPullSuccessful(PullImageResultCallback.java:97)
      	at com.github.dockerjava.api.command.PullImageResultCallback.throwFirstError(PullImageResultCallback.java:112)
      	at com.github.dockerjava.api.async.ResultCallbackTemplate.awaitCompletion(ResultCallbackTemplate.java:93)
      	at org.xwiki.test.docker.internal.junit5.DockerTestUtils.startContainer(DockerTestUtils.java:154)
      

      Selenium: Restore getDockerImageForCapabilities method to public scope (#3441) @rnorth

      We can remove our reflection hack!

      Attachments

        Issue Links

          Activity

            People

              vmassol Vincent Massol
              vmassol Vincent Massol
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: