All Projects → prometheus → Busybox

prometheus / Busybox

Licence: apache-2.0
Prometheus Busybox Docker base images

Labels

Projects that are alternatives of or similar to Busybox

Articles
Article Publish in Wechat & Toutiao
Stars: ✭ 896 (+3795.65%)
Mutual labels:  makefile
Live
Automated module and configuration reloader.
Stars: ✭ 18 (-21.74%)
Mutual labels:  makefile
Seafile Openwrt
A port of Seafile for OpenWrt 14.07
Stars: ✭ 19 (-17.39%)
Mutual labels:  makefile
Device Sony Loire
Stars: ✭ 17 (-26.09%)
Mutual labels:  makefile
New Php Project
Template for new PHP projects. Also see https://github.com/JeroenDeDauw/new-php-library
Stars: ✭ 18 (-21.74%)
Mutual labels:  makefile
Nepali Romanized Pro
Nepali Romanized Keyboard Layout with installer for macOS
Stars: ✭ 18 (-21.74%)
Mutual labels:  makefile
Compiletools
Build C++ fast, with practically no configuration
Stars: ✭ 16 (-30.43%)
Mutual labels:  makefile
Aws Vault Alfred Workflow
Alfred workflow to Open AWS in your browser via aws-vault
Stars: ✭ 23 (+0%)
Mutual labels:  makefile
Docker Cdn
Script for creating and deploying a CDN (HAProxy, Registrator, Consul and Nginx)
Stars: ✭ 18 (-21.74%)
Mutual labels:  makefile
Openwrt Dvb
OpenWrt feed focused on DVB applications
Stars: ✭ 19 (-17.39%)
Mutual labels:  makefile
Gitsem
a command line utility for managing semantically versioned (semver) git tags
Stars: ✭ 17 (-26.09%)
Mutual labels:  makefile
Emojione Color Font
End of Life. Switch to https://github.com/eosrei/twemoji-color-font
Stars: ✭ 899 (+3808.7%)
Mutual labels:  makefile
Isel Leic Si 1920inv Li52d Leirt51d
Recursos das aulas de Segurança Informática - Semestre de Inverno 2019/20 - Turma LI52D-LEIRT51D
Stars: ✭ 19 (-17.39%)
Mutual labels:  makefile
Hdfs Spark Hive Dev Setup
This repository contains makescript and instruction on how to setup local hdfs+spark+hive setup.
Stars: ✭ 17 (-26.09%)
Mutual labels:  makefile
Aospbuild
Stars: ✭ 22 (-4.35%)
Mutual labels:  makefile
Cxcore
A prebuilt Linux system use UEFI and f2fs for RaspberryPi 3B, RaspberryPi 3B+, RaspberryPi 4B
Stars: ✭ 17 (-26.09%)
Mutual labels:  makefile
Gitpr
Quick reference guide on fork and pull request workflow
Stars: ✭ 902 (+3821.74%)
Mutual labels:  makefile
Go Docker Hot Reload Example
Stars: ✭ 23 (+0%)
Mutual labels:  makefile
Distributiontests
Swift 3 distribution test for open-source libraries.
Stars: ✭ 22 (-4.35%)
Mutual labels:  makefile
Network Programming With Go
Network programming with Go
Stars: ✭ 903 (+3826.09%)
Mutual labels:  makefile

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].