alpine-node-chromium icon indicating copy to clipboard operation
alpine-node-chromium copied to clipboard

Dockerized chromium inside node alpine image

Results 6 alpine-node-chromium issues
Sort by recently updated
recently updated
newest added

Hello, I tried to remove `udev` dependency and looks like all the things are worked as expected. Do you know `udev` was added? Maybe I'm missing something?

Hello, we are creating a pipeline for a node project. Our goal is obtain the `lcov.info` file (which will later read by SonarQube) with the command ``` ng test --code-coverage...

When karma tries to start chromium, it fails with this error. Running chromium-browser in a shell inside the container also fails: `/ # uname -a Linux test-6c59d6496d-f42hw 3.10.0-1062.4.3.el7.x86_64 #1 SMP...

I'm trying to run Pact-JS with Karma to do consumer tests, but I'm unable to run pact-mock-service. I've created a sample project illustrating the problem: https://github.com/nieldw/pact-karma-alpine-issue The error I'm getting...

FYI: Dockerhub is throwing the following error upon build: `Build failed: The command '/bin/sh -c echo "http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories && echo "http://dl-cdn.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories && echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories &&...

Supporting Node 18 is also very straightforward. Please accept this upstream too.