4a7a62c072
instead of Ubuntu-18.04. This fixes a crash when stress-testing the metrics HTTP server. We think it was due to gcc-7.4.0 miscompiling something. The new distro/version gives us gcc-8.3.0, but with the same old glibc-2.28 we need on Raspbian. |
||
---|---|---|
.. | ||
dist | ||
README.md |
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.