added some dockers for building jenkins agents

This commit is contained in:
2021-08-24 14:04:31 +00:00
commit d1049204bc
5 changed files with 36 additions and 0 deletions

8
docker-jenkins/Makefile Normal file
View File

@ -0,0 +1,8 @@
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 .