bootstrap/.gitlab-ci.yml: add ci file to trigger image auto build
authorJoe Guo <joeg@catalyst.net.nz>
Thu, 14 Mar 2019 04:15:47 +0000 (17:15 +1300)
committerStefan Metzmacher <metze@samba.org>
Thu, 18 Apr 2019 12:09:34 +0000 (12:09 +0000)
commit2300a38de36bab9980dc0ea1d8e55997946a0d19
treeaef14ab6bbe16ccabe0e375ab110f35ef69fbe18
parentf1b1bba5c32f8066845c900536e0f812882cddb1
bootstrap/.gitlab-ci.yml: add ci file to trigger image auto build

Depending on 'SAMBA_CI_REBUILD_IMAGES=yes' (and
'SAMBA_CI_REBUILD_BROKEN_IMAGES=yes') as environment
variables on a custom gitlab ci pipeline we'll generate und upload
container images.

bootstrap/README.md will get more details in the next commits.

Please note ci in this file did NOT add the `latest` tag,
since we want main ci to always use a fixed image based on the sha1sum of
everything under bootstrap/ from now on.
This also implies the new built image will not replace/break anything.

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>
bootstrap/.gitlab-ci.yml [new file with mode: 0644]