nimbus-eth1/docker
web3-developer 0c9f25a845
Try fixing nightly build. (#2115)
* Add -lrocksdb to fix windows and macos builds.

* Link in windows required libraries.
2024-03-28 23:20:43 +08:00
..
dist Try fixing nightly build. (#2115) 2024-03-28 23:20:43 +08:00
README.md dist: precompiled binaries and Docker images (#1015) 2022-03-27 13:21:15 +02:00

README.md

directory layout

dist/base_image/

Base Docker images for building distributable binaries. Uploaded to Docker Hub (we need them to reproduce officially released builds).

dist/

Dockerfiles used to build local Docker images based on the base images described above. Only used for generating distributable binaries. Not uploaded to Docker Hub.

dist/binaries/

Docker images for end-users, obtained by copying distributable binaries inside official Debian images. Uploaded to Docker Hub as part of the CI release process.

Also contains some example docker-compose configuration files.

more details

See the "Binary distribution internals" page of the Nimbus book.