This is a docker container for compiling the Ethereum CLI client: Geth. Geth is only available on the develop branch so that's the branch currently being build.
You can run the included build script or run the instructions manually:
docker pull build-geth
docker run --rm -v "$PWD":/shared/ -w /go/src/github.com/ethereum/go-ethereum/cmd/geth build-geth bash -c "go install -v && cp /go/bin/geth /shared/"
Feel free to adjust it to your liking.
Content type
Image
Digest
sha256:7ae8faf0d…
Size
282.4 MB
Last updated
almost 11 years ago
docker pull maran/build-geth