Skip to content

grayhemp/container-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

container-base

Build Status

A minimal base image.

Based on Alpine Linux it currently has bash, ca-certificates and cksumfs pre-baked and planned to be getting more enhancements in the future.

Usage

FROM grayhemp/base

Development

Relies on grayhemp/container-build for image build steps.

make
make test
make push