Skip to content

mafintosh/base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

mafintosh/base

Base image based on ubuntu that contains basic builds tools and a spawn helper

docker pull mafintosh/base

In addition to basic build tools (build-essential, git etc) this contains a program called spawn written in c for minimum memory footprint.

The only thing this program does is spawn another a child process with the arguments you pass to it. This way you avoid being PID=1 (which otherwise might result in some issues)

Example usage

Just use the FROM stanza and add spawn to your ENTRYPOINT if you want to use thats

FROM mafintosh/base
ENTRYPOINT ["spawn", "my-app"]

License

MIT

About

Base docker image that contains basic build tools and spawn helper

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published