zuul-jobs/roles/promote-docker-image
James E. Blair b2b5ba1f27 Handle multi-arch docker manifests in promote
A multi-arch manifist is a manifest list which has a different content-type
than a regular manifest.  In order to re-tag the image correctly, tell
docker hub that we can accept both kinds of manifests, and re-upload
the one that it gives us.  This will be a manifest list if it exists, or
a regular manifest if it doesn't.

Change-Id: I7863b0c824c0b3cb20f94ba67399e823a216092b
2020-07-01 15:37:58 -07:00
..
defaults Add docker image promotion roles 2019-01-15 14:03:00 -08:00
tasks Handle multi-arch docker manifests in promote 2020-07-01 15:37:58 -07:00
README.rst Add docker image promotion roles 2019-01-15 14:03:00 -08:00

Promote one or more previously uploaded docker images.