rastasheep/alpine-node-chromium
Dockerized chromium, built on top of official Node alpine images.
100K+
Image intended to be used in modern front-end development workflow, to be exact, with Karma test runner via karma-chrome-launcher which uses headless Chromium instead traditional PhantomJS which doesn't play well with Alpine linux.
If you're interested into actual Karma configuration, it looks like:
browsers: ['ChromiumNoSandbox'],
customLaunchers: {
ChromiumNoSandbox: {
base: 'ChromiumHeadless',
flags: ['--no-sandbox', '--headless', '--disable-gpu', '--disable-translate', '--disable-extensions']
}
}
Chromium stuff
Image optimization libs
CHROME_BIN=/usr/bin/chromium-browser
LIGHTHOUSE_CHROMIUM_PATH=/usr/bin/chromium-browser
If you run into any problems with this image, please check (and potentially file new) issues on the rastasheep/alpine-node-chromium repository, which is the source for this image.
alpine-node-chromium is licensed under the MIT license.
docker pull rastasheep/alpine-node-chromium