nimbus-eth2/docker
Jacek Sieka 6f4fa32c1d
remove bundled pyrmont support (#3568)
The `pyrmont` testnet has been discontinued.

For experiments, it's still possible to run pyrmont nodes by passing a
genesis/config, but this PR removes the bundled `--network:pyrmont`
option.

* update docs
* remove empty docs
* remove obsolete `eth2-stats` page
2022-04-05 12:59:25 +00:00
..
dist remove bundled pyrmont support (#3568) 2022-04-05 12:59:25 +00:00
README.md bin dist related docs (#2684) 2021-07-05 12:31:25 +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.