Based on the official busybox:uclibc
base image.
The following files are added (taken from Debian) to fix some common issues:
/etc/ssl/certs/ca-certificates.crt
: for HTTPS support/usr/share/zoneinfo
: for timezones/etc/services
: for named ports resolution
Based on the official busybox:glibc
base image.
The following files are added (taken from Debian) to fix some common issues:
/etc/ssl/certs/ca-certificates.crt
: for HTTPS support/usr/share/zoneinfo
: for timezones/etc/services
: for named ports resolution/lib/x86_64-linux-gnu/libpthread.so.0
: common required lib for project binaries that cannot be statically built.
$ git clone https://github.com/prometheus/busybox.git
$ make build
- All of the core developers are accessible via the Prometheus Developers Mailinglist and the
#prometheus
channel onirc.freenode.net
.
Refer to CONTRIBUTING.md
Apache License 2.0, see LICENSE.