Merge pull request #68 from prometheus/superq/trixie Update Debian
Merge pull request #68 from prometheus/superq/trixie
Update Debian
Based on the official busybox:uclibc base image.
busybox:uclibc
The following files are added (taken from Debian) to fix some common issues:
/etc/ssl/certs/ca-certificates.crt
/usr/share/zoneinfo
/etc/services
Based on the official busybox:glibc base image.
busybox:glibc
/lib/x86_64-linux-gnu/libpthread.so.0
$ git clone https://github.com/prometheus/busybox.git $ make build
#prometheus
irc.freenode.net
Refer to CONTRIBUTING.md
Apache License 2.0, see LICENSE.
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
Prometheus Busybox Docker Base Images
Tags
prom/busybox:latest : uClibc
Based on the official
busybox:uclibcbase 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 resolutionprom/busybox:glibc : glibc
Based on the official
busybox:glibcbase 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.Build Docker images locally
More information
#prometheuschannel onirc.freenode.net.Contributing
Refer to CONTRIBUTING.md
License
Apache License 2.0, see LICENSE.