Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

CI build image

This folder contains the docker image that is used in the build process. You can see it in the cloudbuild.yaml files under the name "track-compliance/ci".

To build a copy of this image:

docker build -t gcr.io/track-compliance/ci .

To push to the registry you will need to configure docker with proper credentials.

gcloud auth configure-docker
docker push gcr.io/track-compliance/ci