Re: Travis integration - docker pull limit reached

2022-02-10 Thread P. Ottlinger
Hi, thanks for all your input and help - Creadur RAT uses Github Actions and Travis now and the builds are back in the green. Solved. * https://github.com/apache/creadur-rat/blob/master/.travis.yml Plain JDK build with 2 JDK versions. * https://github.com/apache/creadur-rat/blob/master/.gith

Re: Travis integration - docker pull limit reached

2022-02-10 Thread Olivier Lamy
Hi A very simple one https://github.com/apache/archiva-redback-core/blob/master/.github/workflows/maven.yml On Thu, 10 Feb 2022 at 8:36 pm, P. Ottlinger wrote: > Hi again, > > Creadur RAT uses the matrix build feature to run within different > maven+jdk combinations and we still get these buil

Re: Travis integration - docker pull limit reached

2022-02-10 Thread Martin Grigorov
Hi, On Thu, Feb 10, 2022 at 12:36 PM P. Ottlinger wrote: > Hi again, > > Creadur RAT uses the matrix build feature to run within different > maven+jdk combinations and we still get these build failures, e.g. > https://app.travis-ci.com/github/apache/creadur-rat/jobs/558978072 > > Can you provide

Re: Travis integration - docker pull limit reached

2022-02-10 Thread P. Ottlinger
Hi again, Creadur RAT uses the matrix build feature to run within different maven+jdk combinations and we still get these build failures, e.g. https://app.travis-ci.com/github/apache/creadur-rat/jobs/558978072 Can you provide me to a working Github Action integration that runs matrix builds,

Re: Travis integration - docker pull limit reached

2022-01-12 Thread Vladimir Sitnikov
By the way, if you use GitHub Actions, then you do not hit the limit: GitHub has special agreements with Docker Vladimir

Re: Travis integration - docker pull limit reached

2022-01-12 Thread P. Ottlinger
Hi, Am 12.01.22 um 10:09 schrieb Martin Grigorov: > You have to either authenticate to hub.docker.com or use an alternative > Docker registry like Apache Artifactory or Github Docker repository. > Creadur seems to run on defaults: https://github.com/apache/creadur-rat/blob/master/.travis.yml I

Re: Travis integration - docker pull limit reached

2022-01-12 Thread Martin Grigorov
Hi, You have to either authenticate to hub.docker.com or use an alternative Docker registry like Apache Artifactory or Github Docker repository. Martin On Wed, Jan 12, 2022 at 9:52 AM P. Ottlinger wrote: > Hi, > > does anyone else experience a problem to pull docker images during > Travis buil

Travis integration - docker pull limit reached

2022-01-11 Thread P. Ottlinger
Hi, does anyone else experience a problem to pull docker images during Travis builds? https://app.travis-ci.com/github/apache/creadur-rat/jobs/555147841 $ docker pull "${DOCKER_IMAGE}" Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limi