Skip to content

kellegous/docker-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Common Docker Images

This is a small collection of docker image recipes that I reuse across several personal proejcts.

Getting Started

  1. Build local tools.
$ make
  1. Use bin/build to build any of the images. For instance, to build kellegous/build, run the following:
$ bin/build build

This will build the image declared in the "build" sub-directory and export the results into tarballs for both linux/amd64 and linux/arm64. To push those images to hub.docker.com instead of exporting them, run the following:

$ bin/build --push build

About

Collection of Personal Docker Images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published