Skip to content

Node LTS docker image with Chrome installed (via google-chrome-stable)

License

Notifications You must be signed in to change notification settings

rbonestell/docker-node-lts-chrome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Node LTS + Chrome Docker Image

A low maintenance Docker image combining Node.js LTS with Google Chrome, intended for CI/CD pipelines and automated testing workflows.

Overview

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

Key Features

  • 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.

About

Node LTS docker image with Chrome installed (via google-chrome-stable)

Resources

License

Stars

Watchers

Forks

Packages

No packages published