gitlab-ci: Update to current templates
authorMichel Dänzer <mdaenzer@redhat.com>
Mon, 23 Mar 2020 17:16:07 +0000 (18:16 +0100)
committerMarge Bot <eric+marge@anholt.net>
Sat, 28 Mar 2020 16:12:38 +0000 (16:12 +0000)
commitfcd3377cfe23e419b9235424cef9db4792fac80b
tree25632f398c4ef783e0d6d7f1f8ae214c305fe307
parent447890ad64cb64bacafce8402e013b81e09359fe
gitlab-ci: Update to current templates

The .fdo.container-ifnot-exists template has been replaced by
.fdo.container-build.

We need to include "debian/" in FDO_REPO_SUFFIX for now, we can drop it
for individual images when their tags are bumped if we want.

Miscellaneous other goodies this gets us:
* The templates now add some labels to images which may be useful for
  garbage collecting unused tags in the future.
* The templates now copy the current tag from the main project
  registry to the forked project's if it already exists in the latter
  but points to a different image hash. This will avoid false failures
  (or passes) due to using the wrong image.

Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4286>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4286>
.gitlab-ci.yml