mikelnrd / chromium-builder

Docker configuration files for knqz/chromium-builder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About chromium-builder

The chromium-builder project provides a Docker image, knqz/chromium-builder, suitable for use as an environment for building the Chromium source tree.

This was created in order to automate builds/deployments of headless_shell for use with the Docker chrome-headless image.

Note: you will need to have the chromium source tree already on disk.

Running

You can use this Docker image in the usual way:

# updated to latest version of chromium-builder
$ docker pull knqz/chromium-builder

# build latest chrome version
$ docker run -it -v /path/to/chromium:/chromium -v /path/to/build:/build --rm knqz/chromium-builder /build/build.sh

Building Image

The Docker image can be manually built the usual way:

$ cd /path/to/chromium-builder && docker build -t knqz/chromium-builder .

About

Docker configuration files for knqz/chromium-builder