gitlab-ci: use skopeo to check on container images
authorBenjamin Tissoires <benjamin.tissoires@gmail.com>
Mon, 23 Jul 2018 11:01:17 +0000 (13:01 +0200)
committerBenjamin Tissoires <benjamin.tissoires@gmail.com>
Fri, 27 Jul 2018 05:08:55 +0000 (07:08 +0200)
commit06f30b4b1f08ab78e2a32186961d64eccb1dcd83
tree6fbf35eab978b57981ff155a9d5d9a209b21ca2c
parentd6d208ab1a549fe1d50121b51a316baece9fc432
gitlab-ci: use skopeo to check on container images

this allows to replace complex curl queries with simpler commands.

We need a newer minimalist image with skopeo in addition to jq and
curl.

Also, I am currently not relying on skopeo to delete the image as I am
not so sure we will get the same cleanup than with the current sha method
and also:
https://bugzilla.redhat.com/show_bug.cgi?id=1481196

Signed-off-by: Benjamin Tissoires <benjamin.tissoires@gmail.com>
.gitlab-ci.yml