zuul-jobs/roles/build-docker-image
Jean-Philippe Evrard 0e50a2bb89 Allow different filenames for Dockerfiles
In certain build projects, multiple Dockerfiles exist (for example,
one per distro) to simplify reading. However, this role is hardwired
to use dockerfiles only named "Dockerfile".

This is a problem, as you can't override the filename neither per
image, or globally.

This should fix the problem, allowing certain images to be build
by providing the dockerfile argument in docker_images, but also
have a globally overridable flag if you are using a different
convention (for example Dockerfile.distro_minordistroversion).

Change-Id: I075c365bc9f4f85f9ada832d22d1f1e213e68e21
2019-01-26 08:26:06 +00:00
..
defaults Allow different filenames for Dockerfiles 2019-01-26 08:26:06 +00:00
tasks Allow different filenames for Dockerfiles 2019-01-26 08:26:06 +00:00
README.rst Add docker image promotion roles 2019-01-15 14:03:00 -08:00
common.rst Allow different filenames for Dockerfiles 2019-01-26 08:26:06 +00:00

README.rst

Build one or more docker images.