Skip to content

adamgotterer/docker-chromium-snapshot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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 .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published