mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-09 22:06:21 +00:00
f6a5a5b1da
This is needed because commit 0be57eec6e59a0198eccf256ec64011ee461b62f changed the location of the nimbus_beacon_node executable within the container file system. For users, not relying on the official entrypoint this was a breaking change.
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.