filecoin-saturn / L1-node

Filecoin Saturn L1 Node • The edge cache layer of Filecoin's decentralized CDN 🪐
Other
141 stars 49 forks source link

`test` tag docker image fails to pull on arch `linux/amd64` #523

Closed olizilla closed 8 months ago

olizilla commented 8 months ago

What did you do?

Ran the install steps from the readme.

What happened?

$ docker compose up -d
[+] Running 0/1
 ⠧ saturn-node Pulling                                                                                                                                                           0.7s 
no matching manifest for linux/amd64 in the manifest list entries

What would you expect to have happened?

Expected to be able to pull the image.

How can we reproduce this issue?

Try an pull the image for the test tag on amd64

$ docker pull ghcr.io/filecoin-saturn/l1-node:test
test: Pulling from filecoin-saturn/l1-node
no matching manifest for linux/amd64 in the manifest list entries

Additional context

the test tag has arm64 and unknown listed as available arches

Screenshot 2024-01-22 at 20 39 38

https://github.com/filecoin-saturn/L1-node/pkgs/container/l1-node/168120789?tag=test

While the main tag has amd64 and arm64

Screenshot 2024-01-22 at 20 55 30