|
…
|
||
|---|---|---|
| .. | ||
| Dockerfile | ||
| README.md | ||
README.md
This image is the base image for Kubeflow Pipelines Prow job. Including presubmit and postsubmit jobs.
How to build the image
To build this Docker image, run the following Docker command from the directory containing the image's files:
docker build -t gcr.io/ml-pipeline/test-worker:latest .
Where to push the image
This image is stored in the repo ml-pipeline, which is a public GCR repo. To push the image, run the following command:
- Configure docker to use the gcloud command-line tool as a credential helper:
gcloud auth configure-docker
- Push the image to Container Registry:
docker push gcr.io/ml-pipeline/test-worker:latest