Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 885 Bytes

tagpush.md

File metadata and controls

19 lines (16 loc) · 885 Bytes

Pull, Tag, and Push PipelineAI Docker Images

Email contact@pipeline.ai to request access to the PipelineAI Docker Repo.

pipeline _env_registry_fullsync --tag=1.5.0 --chip=cpu

pipeline _env_registry_fulltag --from-image-registry-url=docker.io \
                               --from-image-registry-repo=pipelineai \
                               --from-tag=1.5.0 \
                               --to-image-registry-url=<your-docker-repo-url> \
                               --to-image-registry-repo=pipelineai \
                               --to-tag=1.5.0 \
                               --chip=cpu

pipeline _env_registry_fullpush --image-registry-url=<your-docker-repo-url> \
                                --image-registry-repo=pipelineai \
                                --tag=1.5.0 \
                                --chip=cpu