Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.06 KB

File metadata and controls

26 lines (17 loc) · 1.06 KB

Node.js with Chromium stable Dockerfile

Docker Automated build buildx Status Lint Dockerfiles

A minimal Dockerfile based on Node.js 22 LTS (Jod) or Node.js 24 (Krypton) branch (regular, slim or alpine) with the stable Chromium installed.

What's included

  • Node.js 22 LTS (Jod) or Node.js 24 (Krypton)
  • npm 10 (Node.js 22) / npm 11 (Node.js 24)
  • yarn
  • Chromium stable
  • curl

Available platforms

These Dockerfiles leverage the new buildx functionality and offer the following platforms:

  • linux/amd64
  • linux/arm64

Built by (c) Tim Prüssing and contributors. Released under the MIT license.