Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 695 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 695 Bytes

Docker Chromium Snapshot Base Image

DockerHub Repo

This is a base Dockerfile for building containers with a specific Chromium snapshot version. It requires specifying --build-args CHROMIUM_REVISION with the build id of the Chromium snapshot. For example --build-args CHROMIUM_REVISION=571375

A list of Chromium snapshots can be found here.

Using as a base image

** Create a Dockerfile **

FROM chromie/chromium-snapshot:latest

** Build **

docker build --build-arg CHROMIUM_REVISION=XXXXX -t my-container .