Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 503 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 503 Bytes

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 northamerica-northeast1-docker.pkg.dev/track-compliance/tracker/ci .

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

gcloud auth configure-docker
docker push northamerica-northeast1-docker.pkg.dev/track-compliance/tracker/ci