pachyderm

Pachyderm pipeline unable to pull docker image

守給你的承諾、 提交于 2019-12-10 11:39:54
问题 I have successfully pushed my docker image to the registry: my-username/image-name However, pachyderm is still unable to pull docker image(from logs): container "user" in pod "pipeline-mopng-beneficiary-v2-v1-b6kln" is waiting to start: trying and failing to pull image Where should I specify the image so that pachyderm is able to pull one? This is my config file: { "pipeline": { "name": "mopng-beneficiary-v2" }, "input": { "pfs": { "repo": "mopng_beneficiary_v2", "glob": "/*" } }, "transform"