Skip to content

prometheus/busybox

Prometheus Busybox Docker Base Images

CircleCI Docker Repository on Quay Docker Pulls

Tags

prom/busybox:latest : uClibc

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

prom/busybox:glibc : glibc

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.

Build Docker images locally

$ git clone https://github.com/prometheus/busybox.git
$ make build

More information

Contributing

Refer to CONTRIBUTING.md

License

Apache License 2.0, see LICENSE.