Skip to content

stapelberg/busybox

 
 

Repository files navigation

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 HTTS support
  • /usr/share/zoneinfo : for timezones

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 HTTS support
  • /usr/share/zoneinfo : for timezones
  • /lib/x86_64-linux-gnu/libpthread.so.0 : common required lib for project binaries that cannot be statically builded.

Update build dependencies

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

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.

About

Prometheus Busybox Docker base images

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 56.4%
  • Ruby 24.6%
  • Makefile 19.0%