testinprod-io / op-erigon

Optimism implementation on the efficiency frontier
https://op-erigon.testinprod.io
GNU Lesser General Public License v3.0
87 stars 15 forks source link

Cannot pull new multiplatform image from k8s #221

Closed arnaudbriche closed 2 months ago

arnaudbriche commented 2 months ago

System information

Erigon version: ./erigon --version

OS & Version: Windows/Linux/OSX

Commit hash:

Erigon Command (with flags/config):

Consensus Layer:

Consensus Layer Command (with flags/config):

Chain/Network:

Expected behaviour

When I tried to upgrade my k8s deployment with the latest multiplatform image, I get the following error:

Failed to pull image "testinprod/op-erigon:2.60.8-0.7.1": rpc error: code = NotFound desc = failed to pull and unpack image "docker.io/testinprod/op-erigon:2.60.8-0.7.1": no match for platform in manifest: not found

Actual behaviour

I would expect this to work fine.

Steps to reproduce the behaviour

Backtrace

[backtrace]
mininny commented 2 months ago

Hi @arnaudbriche Thanks for raising the issue :) What platform are you trying to pull the docker image for? Could you provide more information like your dockerfile or configurations?

arnaudbriche commented 2 months ago

Hi @mininny ,

My k8s cluster is deployed on linux amd64 nodes in a cloud. I just pull the image locally and pushed it back to my docker hub account and it works now.

https://hub.docker.com/r/agnosticeng/op-erigon/tags

mininny commented 2 months ago

Glad to hear it's working :+1: Feel free to let us know when you encounter any other issues.