Skip to content

Anudeep-Gudipati/docker-debian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Customized Docker Debian images

Customizations

All images are shipped with dumb-init. The main purpose of it is to manage zombie processes and properly pass signals into container.

There are also special cleaning script for each image. If you want to keep your image slim, add this to the end of your Dockerfile:

RUN test -f /cleanup.sh && sh /cleanup.sh

Debian Tall Docker Repository on Quay

Contains:

  • libc
  • ca-certificates
  • busybox

Main purpose of this image is to run Go or static-linked binaries. No package manager is present.

Debian Grande Docker Repository on Quay

Contains cut debootstrapped system (minbase variant). dpkg works here.

Debian Venti Docker Repository on Quay

Image with Go build environment. Batteries included.

Usage

make debian-tall
make debian-grande
make debian-venti

or simply

make all

Also, if you have caching http-proxy you can use it in build:

http_proxy=http://proxy.addr.ess:port make debian-tall

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 9