postgres-operator icon indicating copy to clipboard operation
postgres-operator copied to clipboard

ErrImagePull for postgres-operator

Open arezvani opened this issue 2 years ago • 4 comments

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 avatar Oct 11 '22 11:10 arezvani

@arezvani maybe you have some connectivity issues on your side?

Pulling the image works w/o any problems: image

For me, this issue seems not related to the postgres-operator itself.

mmoscher avatar Oct 11 '22 12:10 mmoscher

@mmoscher No need to login or do something before pulling image? Is there any Dockerfile for that?

arezvani avatar Oct 11 '22 17:10 arezvani

@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 avatar Oct 11 '22 18:10 mmoscher

@mmoscher Is there anyway you save this image by docker save and send that for me anywhere you can?

arezvani avatar Oct 12 '22 10:10 arezvani

@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.

mmoscher avatar Oct 12 '22 20:10 mmoscher