.gitlab-ci.yml: make use of bootstrap/.gitlab-ci.yml and use the new defined image
authorJoe Guo <joeg@catalyst.net.nz>
Wed, 20 Mar 2019 04:03:21 +0000 (17:03 +1300)
committerStefan Metzmacher <metze@samba.org>
Thu, 18 Apr 2019 12:09:34 +0000 (12:09 +0000)
commit82e0986bf0d4f9b78be2782ecbfc4e84c7036745
tree0127f6086429108b2bce9ba3d464f24e9d2ab83c
parent09cd51780ffc65f105978441cc2377f0ad209d40
.gitlab-ci.yml: make use of bootstrap/.gitlab-ci.yml and use the new defined image

See bootstrap/README.md for the instructions to create and upload the
images via a custom gitlab ci pipeline.

The key is that it's always possible to regenerate the image if
it's not present in the container registry, where we are free to
delete old images. But it should be possible to rebuild images
if someone has the need to run a pipeline based on an old
branch.

Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>

Signed-off-by: Joe Guo <joeg@catalyst.net.nz>
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
.gitlab-ci.yml