postgres-operator
postgres-operator copied to clipboard
ErrImagePull for postgres-operator
Please, answer some short questions which should help us to understand your problem / question better?
- Which image of the operator are you using? registry.opensource.zalan.do/acid/postgres-operator:v1.8.2
- Where do you run it - cloud or metal? Kubernetes or OpenShift? Kubernetes
- Are you running Postgres Operator in production? no
- Type of issue? question
I have problem when I want to use this image registry.opensource.zalan.do/acid/postgres-operator:v1.8.2 and I get this error:
Error: ErrImagePull Error: ImagePullBackOff Failed to pull image "registry.opensource.zalan.do/acid/postgres-operator:v1.8.2": rpc error: code = NotFound desc = failed to pull and unpack image "registry.opensource.zalan.do/acid/postgres-operator:v1.8.2": failed to copy: httpReadSeeker: failed open: could not fetch content descriptor sha256:362f48b85866cee67d1c8668cf6a83fac76520f056ed485c047f8db2fd2a3cda (application/vnd.docker.container.image.v1+json) from remote: not found Back-off pulling image "registry.opensource.zalan.do/acid/postgres-operator:v1.8.2"
@arezvani maybe you have some connectivity issues on your side?
Pulling the image works w/o any problems:
For me, this issue seems not related to the postgres-operator itself.
@mmoscher No need to login or do something before pulling image? Is there any Dockerfile for that?
@arezvani nope, not at all. Just try the command you can see in the screenshot yourself.
The docker file can be found under docker/Dockerfile and docker builds can be done with make docker
.
@mmoscher Is there anyway you save this image by docker save
and send that for me anywhere you can?
@arezvani Nope. I don't think that this will help you.
If you need the docker image, go build it your self, eg. run make docker
Cheer's and pls close this issue.