zuul-jobs/roles/build-docker-image
Monty Taylor 63bd307e63 Support multi-arch image builds with docker buildx
Docker has experimental support for building multi-arch
container images with a buildx command. Currently it only
supports pushing to a registry after running and the images
don't end up in the local docker images list. To work around
that, push to the buildset registry then pull back. This
is the inverse of the normal case where we build, then
retag, then push. The end result should be the same.

Change-Id: I6a4c4f9e262add909d2d5c2efa33ec69b9d9364a
2020-05-04 14:02:13 -05:00
..
defaults Allow different filenames for Dockerfiles 2019-01-26 08:26:06 +00:00
tasks Support multi-arch image builds with docker buildx 2020-05-04 14:02:13 -05:00
templates Support multi-arch image builds with docker buildx 2020-05-04 14:02:13 -05:00
vars Support multi-arch image builds with docker buildx 2020-05-04 14:02:13 -05:00
common.rst Support multi-arch image builds with docker buildx 2020-05-04 14:02:13 -05:00
README.rst Add docker image promotion roles 2019-01-15 14:03:00 -08:00

Build one or more docker images.