A low maintenance Docker image combining Node.js LTS with Google Chrome, intended for CI/CD pipelines and automated testing workflows.
This image extends the official node:lts
base image and adds a stable version of Google Chrome, providing a reliable environment for:
- Running headless browser tests
- Executing automated UI tests
- Any pipeline tasks requiring both Node.js and Chrome
- Built on
node:lts
for long-term maintainability - Includes the latest stable version of Google Chrome
- Supports multiple architectures via
ARCH
build argument
Important
The google-chrome-stable
package is not available for ARM architectures, so the default ARCH
argument value is set to amd64
.