katalon-studio / docker-images

Docker images for Katalon Studio and other frameworks
https://hub.docker.com/r/katalonstudio
119 stars 79 forks source link

Chrome not included in latest image? #97

Open larimer opened 4 years ago

larimer commented 4 years ago

Chrome is no longer listed in /katalon/version...see:

$ docker run -t --rm katalonstudio/katalon cat /katalon/version
+ echo Entrypoint
Entrypoint
+ '[' -z '' ']'
+ exec cat /katalon/version
Mozilla Firefox 81.0
Katalon Studio
$

Does this imply Chrome is no longer included in the image? And does this explain why ChromeDriver will not stop insisting (and bombing out) that it only works with Chrome version 83?

larimer commented 4 years ago

More info: I had to go back to tag 7.6.2 to find Chrome listed in /katalon/version...and -- I'm sure not coincidentally -- running pinned at katalonstudio/katalon:7.6.2 lets Katalon run without bombing with a ChromeDriver error.

larimer commented 4 years ago

More info: Another issue I was seeing with latest image was the "Basic Report" plugin was not being included in the run. But again pinning at tag 7.6.2 fixes that issue as well.

antoinetielbeke commented 2 years ago

After contacting them, they have updated their Ubuntu version to 20.04. You now have the newest browsers by default.