Hello Discourse team,
I noticed that your image/discourse_test/Dockerfile
file installs Google Chrome. It would be great if you use Chromium instead, because it is free software and is virtually the same as Google Chrome, except for the lack of Flash and H.264 decoding features. The version of Chromium in Ubuntu’s repos is as recent as Google’s upstream version and I suspect that you don’t need any of the proprietary features.
Could you please use Chromium instead? It’s great to see that Discourse is free software, but it’s a downer that your testing suite is using proprietary software. I don’t want to run the tests I was planning working on because of this non-free package.
Running this on Xenial:
$ apt-cache policy chromium-browser
chromium-browser:
Installed: (none)
Candidate: 68.0.3440.75-0ubuntu0.16.04.1
Version table:
68.0.3440.75-0ubuntu0.16.04.1 500
500 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages
500 http://archive.ubuntu.com/ubuntu xenial-security/universe amd64 Packages
49.0.2623.108-0ubuntu1.1233 500
500 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages
Thanks,
Andrew