added the docker-images directory and files
This commit is contained in:
8
docker-images/Makefile
Normal file
8
docker-images/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
go-centos7:
|
||||
docker build -t go:centos7 -f Dockerfile.$@ .
|
||||
|
||||
publish-go-centos7:
|
||||
docker tag go:centos7 docker.io/hyunghwan/go:centos7
|
||||
docker push docker.io/hyunghwan/go:centos7
|
||||
|
||||
|
Reference in New Issue
Block a user