OffchainLabs / eth-pos-devnet

MIT License
112 stars 134 forks source link

Pin Docker Images to Fixed Versions #27

Closed nisdas closed 1 year ago

nisdas commented 1 year ago

This pins the docker images to v4.0.7 for Prysm and v1.11.3 for go-ethereum.

Resolves #24

icemagno commented 1 year ago

There is no way to do such thing.

The tag gcr.io/prysmaticlabs/prysm/beacon-chain:v4.0.7 cannot be found.

nisdas commented 1 year ago

@icemagno Are you sure you are using the correct image ? This definitely exists

icemagno commented 1 year ago

Yeap. Exists indeed. But I have to take the resease commit hash.

This is used after "HEAD-xxxxx" in the tag.

So... for 4.0.7 release we have 58df1f1 hash wich correspnds to tag HEAD- 58df1f1

Screenshot_20230818_170255_Chrome

Screenshot_20230818_170422_Chrome

rauljordan commented 1 year ago

Fixed in master