Closed ThaiKhim closed 2 days ago
I found out that a few hours ago there was an update in the following image: blockscout/blockscout-celo does it have anything to do with this error?
yes I've been getting this error since yesterday
I think I found the reason: pkgs/container/frontend
The latest version of frontend does not have a version for amd64
same here.
export FRONTEND_DOCKER_TAG=v1.36.0
works for me.
I temporarily resolved it by returning it to v1.36.1
in the frontend.yml file in service:
version: '3.9'
services:
frontend:
image: ghcr.io/blockscout/frontend:v1.36.1
pull_policy: always
platform: linux/amd64
restart: always
container_name: 'frontend'
env_file:
- ../envs/common-frontend.env
Description
I built an Explorer panel using Docker however an error occurred:
no matching manifest for linux/amd64 in the manifest list entries
A few days ago I tried a similar deployment and everything was fine until about 8 hours ago, all configurations in the .env files and the server's configuration kept from the first run.
Type of the installation
Docker-compose
Type of the JSON RPC archive node
Geth
Type of the chain
L1
Link to the page
No response
Steps to reproduce
sudo docker compose up -d
Backend version
v6.9.1
Frontend version
No response
Elixir & Erlang/OTP versions
Elixir 1.17.3 (compiled with Erlang/OTP 27)
Operating system
Linux
Additional information
No response