You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi team, I just took a fresh pull of prebid-server-java, and when I tried to run Groovy test cases, I am getting Errors (Screenshot attached). The only thing that is different in my repo (ref master) is that in pom.xml I have enabled "launchContainers". The issue is that the code is trying to fetch "prebid/prebid-server: latest" as timing out eventually.
The text was updated successfully, but these errors were encountered:
Hi. This happens because you didn't build an image. Tests rely on Docker image being present and until you either run maven clean verify which will build it automatically to run the tests or build it yourself by running maven clean package docker:build. Both commands will leave a PBS docker image in your local registry. There is a PR with the documentation which will be merged soon: #1755
Hi team, I just took a fresh pull of prebid-server-java, and when I tried to run Groovy test cases, I am getting Errors (Screenshot attached). The only thing that is different in my repo (ref master) is that in pom.xml I have enabled "launchContainers". The issue is that the code is trying to fetch "prebid/prebid-server: latest" as timing out eventually.
The text was updated successfully, but these errors were encountered: