nimbus-eth1/docker/dist/base_image
Ș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
Dockerfile.macos dist: precompiled binaries and Docker images (#1015) 2022-03-27 13:21:15 +02:00
Dockerfile.win64 dist: precompiled binaries and Docker images (#1015) 2022-03-27 13:21:15 +02:00
Makefile 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
build_osxcross.sh dist: precompiled binaries and Docker images (#1015) 2022-03-27 13:21:15 +02:00
make_base_image.sh dist: precompiled binaries and Docker images (#1015) 2022-03-27 13:21:15 +02:00

README.md

You probably don't want to recreate and push these base images to Docker Hub, because when older images expire and get deleted, it will no longer be possible to reproduce old releases.