All Projects → mini-containers → Base

mini-containers / Base

Licence: isc
Minimal BusyBox Docker container

Labels

Projects that are alternatives of or similar to Base

Kylin Docker
This repository trackes the code and files for building docker image with Apache Kylin.
Stars: ✭ 119 (-5.56%)
Mutual labels:  makefile
Genericmakefile
A generic makefile for use with small/medium C and C++ projects.
Stars: ✭ 1,587 (+1159.52%)
Mutual labels:  makefile
Apiproject
[https://www.sofineday.com], golang项目开发脚手架,集成最佳实践(gin+gorm+go-redis+mongo+cors+jwt+json日志库zap(支持日志收集到kafka或mongo)+消息队列kafka+微信支付宝支付gopay+api加密+api反向代理+go modules依赖管理+headless爬虫chromedp+makefile+二进制压缩+livereload热加载)
Stars: ✭ 124 (-1.59%)
Mutual labels:  makefile
Luci tutorials
An outdated outline of a set of LuCI tutorials. (Updates stopped in 2013)
Stars: ✭ 119 (-5.56%)
Mutual labels:  makefile
Freebsd Vscode
Visual Studio Code port for FreeBSD
Stars: ✭ 121 (-3.97%)
Mutual labels:  makefile
I2c Master Lib
This is an I2C master library I wrote for use with AVR 8 bit microcontrollers
Stars: ✭ 122 (-3.17%)
Mutual labels:  makefile
Nordicsnippets
Bare-metal examples for nRF51 and nRF52
Stars: ✭ 118 (-6.35%)
Mutual labels:  makefile
Onl
Please visit the Open Compute Project repository
Stars: ✭ 125 (-0.79%)
Mutual labels:  makefile
Awesome Dtrace
A curated list of awesome DTrace books, articles, videos, tools and resources.
Stars: ✭ 121 (-3.97%)
Mutual labels:  makefile
Quickref.dev
Quickref.dev community sources
Stars: ✭ 124 (-1.59%)
Mutual labels:  makefile
Openwrt Examples
Examples for creating OpenWrt programs&packages.
Stars: ✭ 120 (-4.76%)
Mutual labels:  makefile
Redo
Smaller, easier, more powerful, and more reliable than make. An implementation of djb's redo.
Stars: ✭ 1,589 (+1161.11%)
Mutual labels:  makefile
Mmake
Mmake is a small program which wraps make to provide additional functionality, such as user-friendly help output, remote includes, and eventually more. It otherwise acts as a pass-through to standard make.
Stars: ✭ 1,593 (+1164.29%)
Mutual labels:  makefile
Elsmd
Easy lecture slides made difficult with pandoc and beamer
Stars: ✭ 119 (-5.56%)
Mutual labels:  makefile
Executors
A proposal for a executor programming model for ISO C++
Stars: ✭ 124 (-1.59%)
Mutual labels:  makefile
Tatoeba Challenge
Stars: ✭ 119 (-5.56%)
Mutual labels:  makefile
Chromium Headless Remote
🐳 Dockerized Chromium in headless remote debugging mode
Stars: ✭ 122 (-3.17%)
Mutual labels:  makefile
3dshomebrew
3DS homebrew tutorial
Stars: ✭ 126 (+0%)
Mutual labels:  makefile
Easymake
A handy makefile for simple C/C++ applications
Stars: ✭ 125 (-0.79%)
Mutual labels:  makefile
Pkgsrc
[Please switch to NetBSD/pkgsrc] Automatically updated conversion of the "pkgsrc" module from anoncvs.netbsd.org
Stars: ✭ 123 (-2.38%)
Mutual labels:  makefile

mini/base

A minimal, busybox-like container based on Alpine Linux, that contains apk package manager to ease installation of extra packages and help you build smaller development containers.

This is possible thanks to the work from uggedal on packaging Alpine Linux for Docker.

This project is now build on top of official Alpine Linux image, only including some convenience packages and scripts on top.

Usage

Use this as base for your own containers:

FROM mini/base
RUN apk-install <packagename>

CMD ["/bin/sh"]

And install or extend with packages as you please.

You can find a list of packages you can install on Alpine Linux Packages section.

Included packages

To get you started, a set of packages have been integrated:

  • curl
  • wget
  • ca-certificates

Without those, installation of remote packages over HTTPS connections was not possible.

Sponsor

Work on this was made possible thanks to AREA 17.

License

All the code contained in this repository, unless explicitly stated, is licensed under ISC license.

A copy of the license can be found inside the LICENSE file.

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].