github.com/cockroachdb/cockroach@v20.2.0-alpha.1+incompatible/pkg/cmd/roachprod/docker/README.md (about) 1 # Roachprod Docker Image 2 3 This dockerfile will build roachprod from master and create an image 4 with the supporting CLI toolchains. The entrypoint for the image will 5 configure the CLI tools using files to be mounted into the `/secrets` 6 directory. 7 8 The easiest way to build this is to run the following from this directory. 9 ``` 10 gcloud builds submit -t gcr.io/cockroach-dev-inf/cockroachlabs/roachprod:master 11 ```