soul9 / busybox

Prometheus Busybox Docker base images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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
  • /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

License:Apache License 2.0


Languages

Language:Shell 55.8%Language:Ruby 25.2%Language:Makefile 19.0%