-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Description
This a potential issue that may complicate upgrade of Google Chrome within the images.
I tried to rebuild node-chrome
image based on RHEL-like OS instead of Ubuntu. I noticed that Google Chrome crashed inside of the new image. It turned out that the problem is related to Google Chrome version 56 and is present in "official" images also (i. e. if you rebuilt the image today you would see the same issue because of the newer version of the browser).
Meta -
Image(s):
selenium/node-chrome
Docker Version:
1.12.3, build 6b644ec
OS:
Ubuntu 16.04
$ uname -a
Linux wheleph-laptop 4.4.0-62-generic #83-Ubuntu SMP Wed Jan 18 14:10:15 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
Expected Behavior -
It's possible to upgrade Google Chrome to version 56 (the latest at the time of writing) inside selenium/node-chrome. The new version of the browser if fully functional.
Actual Behavior -
After the upgrade Google Chrome cannot be started. It crashes with the following error:
seluser@d5109fb59a5f:/$ google-chrome --version
Google Chrome 56.0.2924.87
seluser@d5109fb59a5f:/$ google-chrome
Failed to move to new namespace: PID namespaces supported, Network namespace supported, but failed: errno = Operation not permitted
Illegal instruction (core dumped)
seluser@d5109fb59a5f:/$