playground/docker-jenkins/Makefile

9 lines
190 B
Makefile
Raw Permalink Normal View History

all:
@echo "Error: Specify the specific target."
centos6-jenkins:
docker build -t centos6-jenkins -f Dockerfile.centos6 .
debian-jenkins:
docker build -t debian-jenkins -f Dockerfile .