Fix issue with container names in jenkins-docker/master

The containers were named with the tag of the docker image. Docker
does not allow characters like '/' in container names provided with
the --name argument for `docker run`. Thus, using image names following
common image tagging conventions as the cointainer name leads to
an error.

This change changes the Makefile for the jenkins-docker/master
docker image to generate the image name out of the organisation
(e.g. gerritforge) and the container name (e.g. gerrit-ci).

Change-Id: I5e504b8b51b1b9eec98ffbe08301729ba9184778
1 file changed
tree: 3a384974140c3b62576c76341accb55752716ef4
  1. jenkins/
  2. jenkins-docker/
  3. worker/
  4. .gitignore