ethpandaops / forky

An Ethereum Beacon Chain fork choice viewer
GNU General Public License v3.0
26 stars 1 forks source link

Latest docker image doesn't work #49

Closed skylenet closed 1 year ago

skylenet commented 1 year ago

Doesn't work:

$ docker run --rm -it ethpandaops/forky:latest --help
exec /forky: no such file or directory

Debian based image works:

$ docker run --rm -it ethpandaops/forky:debian-latest --help
Fetches and serves Ethereum fork choice data
Usage:
  forky [flags]

Flags:
      --config string   config file (default is config.yaml) (default "config.yaml")
  -h, --help            help for forky
Savid commented 1 year ago
$ docker run --rm -it ethpandaops/forky:0.0.32 --help
Fetches and serves Ethereum fork choice data

Usage:
  forky [flags]

Flags:
      --config string   config file (default is config.yaml) (default "config.yaml")
  -h, --help            help for forky