Skip to content

eagle-io/chrome-buildpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chrome Buildpack

A Cloud Native Buildpack that installs the latest version of Chrome for Linux AMD64.

Usage

Build with defaults:

$ pack build --buildpack eagle-io/chrome-buildpack myapp

Environment variables

Optionally set these environment variables during build to change defaults

  • Set the channel to install chrome from:

    • BP_CHROME_CHANNEL = stable | beta | unstable (default: stable)
  • Install required dependencies:

    • BP_CHROME_INSTALL_DEPS = true (default: false)
  • Force reset cache between rebuilds and reduce layer size

    • BP_CHROME_NO_CACHE = true (default: false)

Build with required dependencies:

$ pack build --buildpack eagle-io/chrome-buildpack --env BP_CHROME_INSTALL_DEPS=true myapp

License

MIT

About

Buildpack for chrome

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages