playground/docker-images/Makefile

9 lines
180 B
Makefile

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