9 lines
190 B
Makefile
9 lines
190 B
Makefile
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 .
|