Is it possible to use Google Container Builder with GitLab

4/3/2017

I can see options for Cloud Source Repository, GitHub and Bitbucket, but is it possible to use a git repo from my private Gitlab server?

-- Simon I
gitlab
google-cloud-platform
google-container-registry
google-kubernetes-engine

2 Answers

9/10/2017

It looks feasible to have Gitlab push to a mirror GCP Cloud Repository, which can then be used for Cloud Builder Build Triggers.

Seeing as Cloud Builder's github/bitbucket integration is basically a pull mirror, I doubt you would be losing much if anything by using Gitlab with it.

After you've set up your external repository, Cloud Source Repository creates a mirror of your repository. https://cloud.google.com/container-builder/docs/how-to/build-triggers#creating_a_build_trigger

-- vdm
Source: StackOverflow

4/3/2017

This is not supported at this time.

-- Jason Hall
Source: StackOverflow