Skip to content

danbelden/docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker

CircleCI

Overview

This is a project for managing my personal docker files published to DockerHub:

Make

You can use the convenience make commands to build and push the images in this project.

$ make
help                           Show this help
build-alpine-go114-goimports   Build alpine-go114-goimports
...
push-alpine-go114-goimports    Push alpine-go114-goimports
...

Summary

Please feel free to fork this project to manage your own DockerHub images with CircleCI.

Note: DockerHub authentication credentials are set as environment variables for CI.

Thanks.