Skip to content
This repository has been archived by the owner on Jun 9, 2020. It is now read-only.

Latest commit

 

History

History

building

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Build documentation

An included Gradle project orchestrates the creation of the Docker image. You can interact with the project using the included Gradle wrapper (gradlew) script. If you do not want to use Gradle, you can also use the standard docker build command.

Building with docker command line

Execute the following on the command line:

cd <repository-path>/image
docker build -t local/chrome:0.0.1 .

Building with Gradle

Required dependencies

The following dependencies are required to build the image:

  1. Docker
  2. Java (+) Only required if you want to use Gradle to build the image

Build command

Note: In the future, additional operating systems may be supported. Please use the following documentation for reference.

To build the build environment image, execute the following:

./gradlew buildImage