-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create Optimized Containers for Iteration on the Chromium integration #1
Comments
Note: you will need to have the Chromium source tree already on disk. RunningYou can use this Docker image in the usual way: # updated to latest version of chromium-builder
$ docker pull chromedp/chromium-builder
# build latest chrome version
$ docker run -it -v /path/to/chromium:/chromium -v /path/to/build:/build --rm chromedp/chromium-builder /build/build.sh For example, if you have the Chromium source tree checked out to $ docker run -it \
-v /media/src/chromium:/chromium \
-v ~/src/docker/headless-shell:/build \
--rm \
chromedp/chromium-builder \
/build/build-headless-shell.sh / Building ImageThe Docker image can be manually built the usual way: # clone the repository
$ cd ~/src/ && git clone https://github.com/chromedp/docker-chromium-builder.git chromium-builder
# docker build
$ cd ~/src/chromium-builder && docker build -t chromedp/chromium-builder . |
requested goma access.
The text was updated successfully, but these errors were encountered: