nimbus-eth1/docker/dist/binaries
Ștefan Talpalaru 51bc1cf87f
dist: precompiled binaries and Docker images (#1015)
* dist: precompiled binaries and Docker images

The builds are reproducible, the binaries are portable and statically link librocksdb.

This took some patching. Upstream PR: https://github.com/facebook/rocksdb/pull/9752

32-bit ARM is missing as a target because two different GCC versions
fail with an ICE when trying to cross-compile RocksDB. Using Clang
instead is too much trouble for a platform that nobody should be using
anyway.

(Clang doesn't come with its own target headers and libraries, can't be
easily convinced to use the ones from GCC, so it needs an fs image from
a 32-bit ARM distro - at which point I stopped caring).

* CI: disable reproducibility test
2022-03-27 13:21:15 +02:00
..
Dockerfile.amd64 dist: precompiled binaries and Docker images (#1015) 2022-03-27 13:21:15 +02:00
Dockerfile.arm dist: precompiled binaries and Docker images (#1015) 2022-03-27 13:21:15 +02:00
Dockerfile.arm64 dist: precompiled binaries and Docker images (#1015) 2022-03-27 13:21:15 +02:00
README.md dist: precompiled binaries and Docker images (#1015) 2022-03-27 13:21:15 +02:00
docker-compose-example1.yml dist: precompiled binaries and Docker images (#1015) 2022-03-27 13:21:15 +02:00

README.md

Simple Docker image with the contents of a release tarball inside it. It's being built and published to Docker Hub from a GitHub action, in CI.

Suitable for end users. Example docker-compose configuration file included.